Image Processing C++ Fundamentals 04-Follow-up

( Synchronized with learning OpenCV )
Learn other basic C++ syntax: default parameters, references.

Learn vector, and the combined use of vector and custom classes
Note that the declaration of vector<type> is still vector<type*>. Distinguish between shallow copy and deep copy that may be used in it.
Learning map

Guess you like

Origin blog.csdn.net/qq_26751117/article/details/53447617