Name
Last commit
Last update
..
HighGUI Added the How to create videos with OpenCV Tutorial. Made some corrections to the feature2d, to get rid of some documentation build errors.
Histograms_Matching fixed #1507
ImgProc Added Threshold.cpp in samples/cpp/tutorial_code/ImgProc
ImgTrans Added 02 cpp sample files for tutorials: remap and Geometric Transformations (warpAffine and Rotation2D)
ShapeDescriptors Added moments_demo.cpp
TrackingMotion Added cornerDetector_Demo.cpp sample for tutorial of cornerMinEigenVal and cornerEigenValsAndVecs
calib3d Added one sample in tutorial_code to use Stereo Block matching
core fixed bug #1571
features2D Added base tutorial for using FlannBasedMatcher with SURF detector + descriptor in rst
gpu/gpu-basics-similarity Added to the tutorials the "Support Vector Machines for Non-Linearly Separable Data" contributed by Fernando Iglesias García. Corrected a mistake in the gpu-basics-similarity.rst file.
images Erasing two images from cpp/tutorial folder
introduction Small modifications to the scan tutorial and added the video-input-psnr-ssim sample file.
ml Added to the tutorials the "Support Vector Machines for Non-Linearly Separable Data" contributed by Fernando Iglesias García. Corrected a mistake in the gpu-basics-similarity.rst file.
objectDetection Modified sample for object detection with LBP in tutorial_code