itsyplen
86cd9fadf3
Fixed some grammatical errors
13 years ago
Vadim Pisarevsky
cfdf464052
initial (buggy) C++ version of Delaunay triangulation
13 years ago
Bernat Gabor
a5f38806ab
Small modifications to the scan tutorial and added the video-input-psnr-ssim sample file.
13 years ago
Bernat Gabor
ed801d3e65
Added the "Interoperability with OpenCV 1" tutorial.
13 years ago
Kirill Kornyakov
c11a7184c9
minarea.cpp sample reformatted
13 years ago
Vadim Pisarevsky
eebe4860da
added minEigThreshold parameter to calcOpticalFlowPyrLK to filter out bad points earlier.
14 years ago
Bernat Gabor
6b5ea5931d
Added the "Mask operations on matrices" tutorial (with its sample). Plus modified some other core tutorials.
14 years ago
Bernat Gabor
26bd6b3f5f
Added the File Input and Output using XML and YAML files tutorial.
14 years ago
Bernat Gabor
2d3606a58f
Finished the DFT tutorial for the core section.
14 years ago
Bernat Gabor
f25603112a
Added Fernandos first tutorial regarding SVMs. Extended the global links (conf.py). Corrected the author names. Minor modification to the dft tutorial.
14 years ago
Bernat Gabor
ffe7a658fb
Sample files for image scanning, basic Mat, file I/O. Added Victors removed tutorials back in the system. Some typo fixing.Expanded conf.py with new global links.
14 years ago
Bernat Gabor
a2975f337a
1) Converted all images to JPG to reduce size.
...
2) Added a raw Latex page break directive after each TOC tree. (For the PDF tutorial look).
3) Two finished tutorials:
a) one describing how the Mat data structure works and its output capabilities (format function) (demonstration YouTube video included).
b) one describing image scanning operations plus the LUT function (demonstration YouTube video included).
c) a basic filtering approach (plus multi row image scanning demonstration) in the work.
14 years ago
Vadim Pisarevsky
7702fa4d61
added improved version of the variational stereo correspondence algorithm by Sergey Kosov
14 years ago
Kirill Kornyakov
87ad9b1c3e
samples C/C++: fixed compilation problem on Ubuntu
14 years ago
Vadim Pisarevsky
562914e33b
upgraded to FLANN 1.6. Added miniflann interface, which is now used in the rest of OpenCV. Added Python bindings for FLANN.
14 years ago
Ana Huaman
f098d98908
Added moments_demo.cpp
14 years ago
Ana Huaman
bbba2a0608
Added pointPolygonTest_demo code for tutorials
14 years ago
Ana Huaman
9aa5e5b000
Added generalContours_demo2.cpp
14 years ago
Ana Huaman
c21b747733
Added hull_demo.cpp code for tutorials
14 years ago
Ana Huaman
edc1bd4c8c
Added generalContours_demo1.cpp tutorial code
14 years ago
Ana Huaman
ea8e27961e
Added sample code for tutorial findContours_demo.cpp
14 years ago
Ana Huaman
7386269943
Added cornerDetector_Demo.cpp sample for tutorial of cornerMinEigenVal and cornerEigenValsAndVecs
14 years ago
Ana Huaman
442f6b4100
Added cornerSubPix_Demo.cpp tutorial sample code
14 years ago
Ana Huaman
6c9f4d6423
Added goodFeaturesToTrack_Demo.cpp code for tutorials
14 years ago
Ana Huaman
e2da35dc6e
Added Harris corner detection sample tutorial
14 years ago
Bernat Gabor
4168b75edc
Some tutorial extending of the Windows install and usage. Display Image retouching.
14 years ago
Ana Huaman
9c8aafba27
Fixed small inconsistency in sample code calcBackProject_Demo2.cpp
14 years ago
Bernat Gabor
e18de3c6ab
Added the OpenCV with Visual Studio tutorial. Enhanced, extended the Windows Installation one. Some minor CSS changes to avoid unnecessary large spaces inside enumerations in the tutorials.
14 years ago
Ana Huaman
20dd7b70c0
Added tutorial for BackProject in cpp (demo 2) - tutorial code
14 years ago
Ana Huaman
4f7a8f6fb0
Added calcBackProject_Demo1.cpp for tutorial sample code
14 years ago
Ana Huaman
cc2bfdec30
Added compareHist_demo.cpp code
14 years ago
Ana Huaman
4ae5de7f1e
Added MatchTemplate_Demo.cpp to tutorial sample code
14 years ago
Ana Huaman
6d549490fb
Added calcHist_Demo.cpp tutorial code
14 years ago
Ana Huaman
08724393f4
Added tutorial sample code: EqualizeHist_Demo.cpp
14 years ago
Vadim Pisarevsky
cc9a1bb62f
propagated some more fixes from 2.3 branch to the trunk
14 years ago
Ana Huaman
0a14f76731
Added 02 cpp sample files for tutorials: remap and Geometric Transformations (warpAffine and Rotation2D)
14 years ago
Ana Huaman
8f01f2cc9f
Added 02 tutorials for Hough Lines and Circle detection in tutorial_code -- based on code existent
14 years ago
Ana Huaman
832262e376
Added Laplace and Canny reST tutorials and corrected a small bug in Canny sample code
14 years ago
Ana Huaman
3a0d3ebdde
Added Laplace, Canny and Sobel samples in tutorial cpp code
14 years ago
Ana Huaman
65575cef7e
Added two new sample files for copyMakeBorder and filter2D
14 years ago
Vadim Pisarevsky
f0624c08dc
propagated some more changes from 2.3 to trunk
14 years ago
Ana Huaman
22e59e933b
Added Threshold.cpp in samples/cpp/tutorial_code/ImgProc
14 years ago
Ana Huaman
5df9da1576
Added Pyramids.cpp sample tutorial code
14 years ago
Ana Huaman
a8d37509fa
Added tutorial in reST for Morphology 2
14 years ago
Ana Huaman
2819438fe6
Reorganized code and added Morphology 2 cpp code
14 years ago
Vadim Pisarevsky
2e520b05c4
fixed positioning in ffmpeg wrapper (thanks to mike_at_nrec for the patch). Added frame positioning feature to laplace demo to test the feature
14 years ago
Ana Huaman
5006ba773f
Morphology code 1 added to tutorial-code/Image_Processing
14 years ago
Ana Huaman
52b3391067
Added Smoothing tutorial in reST and links to the code in samples/cpp/tutorial_code
14 years ago
Vadim Pisarevsky
d5ba7c3826
fixed crashes in camshiftdemo (ticket #875 )
14 years ago
Ana Huaman
3ca31dcdb6
New basic filter sample added
14 years ago