laurentBerger
546f70a6f0
some warnings and errors
10 years ago
laurentBerger
187ab0ca61
include cvconfig.h to use constant HAVE_OPENGL
10 years ago
laurentBerger
7cf5de0ed0
trailing whitespace and some bracket
10 years ago
laurentBerger
68e9d19743
An example how to use features2d for MSER. Data results are visualized in 3D using openglwith mouse or keyboard
10 years ago
laurentBerger
06b0fa6fc2
BLOB_MSER avec opengl
10 years ago
laurentBerger
e7fcffeead
Exxemple MSER et BLOB séparés
10 years ago
laurentBerger
9e97d7b4db
Etude de MSER
10 years ago
laurentBerger
3a53e726dd
example BLOB_MSER and fixed bug in blobdetector
10 years ago
laurentBerger
171b58e2ca
Example BLOB_MSER
10 years ago
laurentBerger
6b9e273f92
Essai examleBlob et MSER
10 years ago
Maksim Shabunin
bb0631a365
Add sample cmake project
10 years ago
ttagu99
3c797b0ca5
findcontour_example check image empty
10 years ago
Maksim Shabunin
35b2139929
Basic HAL module
10 years ago
Pavel Rojtberg
7c5084e385
- update documentation
...
* correct the part about fixed aspect
* improve formatting
* add snippet markers to source
* replace inline code by @snippet
- do not run calibration twice when using a imageList
- make output consistent in itself (CamelCase vs no_camel_case) as well as with old camera calibrate sample
- respect write extrinsic/ points flags
- set the aspectRatio value when specified
- fix writing of calibration settings. also update grammar.
- fix intendation and remove some size_t -> int casts by using size_t
10 years ago
RafaRuiz
660a53e0e0
Update lkdemo.cpp because of memory leak
...
In MacOSx x64 it was getting a memory leak even without initializing points:
http://code.opencv.org/issues/4250
10 years ago
Alexander Alekhin
50b99e5aef
fix compilation on MSVS2010
10 years ago
LorenaGdL
b21b24fd8a
Update train_HOG.cpp
...
Incorrect number of input arguments in main function
10 years ago
theodore
79bc85fb09
Introduction to PCA tutorial
10 years ago
theodore
96c824f375
Morphology Lines Extraction Tutorial
10 years ago
Maksim Shabunin
79e8f0680c
Updated ml module interfaces and documentation
10 years ago
Maksim Shabunin
da383e65e2
Remove deprecated methods from cv::Algorithm
10 years ago
Maksim Shabunin
c85197da55
Fixed allocated vector size in ML ANN algorithm
...
- updated return value of points_classifier sample
10 years ago
tt
4ea2eceb70
Image Segmentation .cpp tutorial
...
Distance Transform tutorial fixes
Distance Transform fixes v.2
Distance Transform fixes v.3
Distance Transform fixes v.4
10 years ago
Vladislav Vinogradov
124ac15f1e
remove cuda module
10 years ago
karelknoest
1ded2de2dd
Let LineSegmentDetector output line segment coordinates in float precision, as supported by the LSD algorithm.
10 years ago
Marvin Smith
91fbe00caa
Updated gdal tutorial to include comments.
10 years ago
Jay Bosamiya
10cc7c78dd
Fix typo
10 years ago
Yan Wang
46ed461e22
Add template match with mask.
...
Signed-off-by: Yan Wang <yan.wang@linux.intel.com>
10 years ago
Maksim Shabunin
b4050c775e
Updated sample files documentation inclusions
10 years ago
Alexander Alekhin
2e05f1e3f8
openni_capture sample: enable OpenNI2 if available
...
Sample works with OpenNI2 with minimal code changes (CAP_OPENNI -> CAP_OPENNI2)
11 years ago
Brian Park
e4fa217a62
remove the unnecessary header file
11 years ago
Brian Park
9e3a2cbab2
check input paramter by checking the image size
11 years ago
Brian Park
f83a76cdeb
add input paramter checking that verifies the existance of the input files to stero_match example
11 years ago
Vadim Pisarevsky
d2b9dc5530
quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val)
11 years ago
Vadim Pisarevsky
d36b546df8
trying to fix strange compiler bug
11 years ago
Vadim Pisarevsky
06d4aa6060
now all the samples and opencv_contrib compile!
11 years ago
Vadim Pisarevsky
48a860a335
trying to fix strange compiler bug
11 years ago
Vadim Pisarevsky
d017faa06c
now all the samples and opencv_contrib compile!
11 years ago
Adrien BAK
82a5ff8540
fix warnings in samples
11 years ago
Dmitriy Anisimov
4c08581e48
opencv_version
11 years ago
Dmitriy Anisimov
71348651eb
fixed display_image tutorial sample
11 years ago
Dmitriy Anisimov
ec03d6e6fc
removed cpp/tutorial_code/images/
11 years ago
Dmitriy Anisimov
1007c06d44
initial commit
11 years ago
Maksim Shabunin
5e3e438edb
Fix xfeatures2d dependencies
11 years ago
Vadim Pisarevsky
aa4a80defc
the samples from the main repository should not depend on modules from opencv_contrib
11 years ago
Maximilien Cuony
9ac0b06ff1
Fix typo in error for extrinsic parameters
11 years ago
John Kua
fb0c0eaa7c
Fixed bad non-ASCII character in how_to_scan_images.cpp which causes a compile error
11 years ago
StevenPuttemans
d27e440b2a
continue fixing nonfree elements
...
fixed dependency of stitching module on xfeatures2d module as optional
fixed the initModule_xfeatures2d function that was called in module stitching since it is in another namespace than the standard cv one.
11 years ago
StevenPuttemans
564a8ed208
adapted all nonfree header inclusion since it doesn't exist anymore as a module
11 years ago
f-morozov
886319c81d
AKAZE fixes and tracking tutorial
11 years ago