C
C++
- string literal
- array decayed to pointer: when & when not
- pointer vs. reference
- compare pointers
classvs.structstatic_castvs.dynamic_castvs.const_castvs.reinterpret_castcout doublevalue with full precision- Why
coutworks weird forunsigned char? constreading | cvqualifiers |constcorrectness | The C++constDeclaration: Why & How |constmember function- get the type of an array element
- set, clear, toggle, and check a single bit
iostream::eofinside a loop condition is wrong!!!setwith custom comparator- Undefined Behavior and Sequence Points
- copy files (for all types/without knowing types)
OpenCV
- setup in VS
- missing dll issues
- automatic memory management (e.g.
Mat) waitKey()imwrite()supported types- comma-separated initializer for
Mat:Mat mat = (Mat_<float>(2,3) << 1, 2, 3, 4, 5, 6); - apply function to each image pixel
- set all
Matvalues at given channel to given value - set
Matvalues given condition - convertion from
Mattovector - create rotated rectangular or polygonal ROI/mask
kmeans()on color images (per pixel [RGB] as a sample)- HOG feature |
CascadeClassifier::detectMultiScale()parameters
Dos
Mixed Programming
Regex
Other
Note: If one thread is both applied to C and C++, I will put it in C++.