opencv/samples/cpp/tutorial_code
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring:
1. someMatrix.data -> someMatrix.prt()
2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
2014-08-13 15:21:35 +04:00
..
calib3d Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
core Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
features2D moved nonfree and a part of features2d to opencv_contrib/xfeatures2d 2014-08-11 23:26:39 +04:00
gpu/gpu-basics-similarity Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
HighGUI Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
Histograms_Matching Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
images Erasing two images from cpp/tutorial folder 2011-11-03 06:09:31 +00:00
ImgProc Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
ImgTrans Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
introduction Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
ml made everything compile and even run somehow 2014-08-03 01:41:09 +04:00
objectDetection Split highgui module to videoio and highgui 2014-07-14 23:16:47 +04:00
photo Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
ShapeDescriptors Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
TrackingMotion Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
video Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
viz fixed documentation warnings 2014-01-21 02:15:37 +04:00