About those things image processing algorithms

Disclaimer: This article is a blogger original article, shall not be reproduced without the bloggers allowed. https://blog.csdn.net/qq_33810188/article/details/83067605

· We can eliminate the negative impact of hardware structure, it is best not to eliminate the negative impact in terms of image algorithm (hazard prevention law)

· So far, there is no standard algorithm image algorithm flow for all image processing, so to analyze specific issues

The actual application of image processing algorithms follow the Heisenberg uncertainty principle, the continuous optimization algorithm in practical application is necessary

· Practical application of image processing algorithms in line with Murphy's Law, the image pre-designed algorithm risks will be generated in the practical application

· Image processing algorithms must be quantitative analysis algorithms, fuzzy and uncertain approach will inevitably lead to problems

· The image processing problems in the final analysis is a mathematical problem, so a solid mathematical foundation essential!

---------------------------------------------------------------------------------------------------------------

1. Image design algorithm must consider the type of data structure, data structure will follow unfriendly code structure is very complicated redundant!

2. Whether the function name, or the name of the parameter name when tens of millions avoid similar names (for example, if there is a camsPixels, can no longer take a camPixels, otherwise look at the code, it is intuitively easy to distinguish error! Interpretation of waste codes time!)

 

 

Guess you like

Origin blog.csdn.net/qq_33810188/article/details/83067605