Showing posts with the label CPPShow all

Understanding Container with C++

When I firstly learned about OpenCV with C++, I frequently found a syntax like ‘vector<…>’, ‘list<...>’, and many more that using ‘<...>’. I had no idea what they were, and just continued to learn about using OpenCV libraries. Then when a pr… Read more