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)
10 years ago
Brian Park
e4fa217a62
remove the unnecessary header file
10 years ago
Brian Park
9e3a2cbab2
check input paramter by checking the image size
10 years ago
Brian Park
f83a76cdeb
add input paramter checking that verifies the existance of the input files to stero_match example
10 years ago
Vadim Pisarevsky
d2b9dc5530
quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val)
10 years ago
Vadim Pisarevsky
d36b546df8
trying to fix strange compiler bug
10 years ago
Vadim Pisarevsky
06d4aa6060
now all the samples and opencv_contrib compile!
10 years ago
Vadim Pisarevsky
48a860a335
trying to fix strange compiler bug
10 years ago
Vadim Pisarevsky
d017faa06c
now all the samples and opencv_contrib compile!
10 years ago
Adrien BAK
82a5ff8540
fix warnings in samples
10 years ago
Dmitriy Anisimov
4c08581e48
opencv_version
10 years ago
Dmitriy Anisimov
71348651eb
fixed display_image tutorial sample
10 years ago
Dmitriy Anisimov
ec03d6e6fc
removed cpp/tutorial_code/images/
10 years ago
Dmitriy Anisimov
1007c06d44
initial commit
10 years ago
Maksim Shabunin
5e3e438edb
Fix xfeatures2d dependencies
10 years ago
Vadim Pisarevsky
aa4a80defc
the samples from the main repository should not depend on modules from opencv_contrib
10 years ago
Maximilien Cuony
9ac0b06ff1
Fix typo in error for extrinsic parameters
10 years ago
John Kua
fb0c0eaa7c
Fixed bad non-ASCII character in how_to_scan_images.cpp which causes a compile error
10 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.
10 years ago
StevenPuttemans
564a8ed208
adapted all nonfree header inclusion since it doesn't exist anymore as a module
10 years ago
f-morozov
886319c81d
AKAZE fixes and tracking tutorial
10 years ago
Maksim Shabunin
108caae216
Modified logistic regression module according to comments
...
- Reworked documentation to reflect actual code
- Removed some unused variables
- Removed unnecessary 'cv::' modifiers
10 years ago
Maksim Shabunin
4667e18831
Updated logistic regression example
...
- Extracted common operations to separate functions.
- Activated first parameters set.
- Some output formatting.
- Fixed loop break condition in mini_batch_gradient function.
10 years ago
Maksim Shabunin
3e26086f82
Reworked ML logistic regression implementation, initial version
10 years ago
Maksim Shabunin
71770eb790
Fixed ML module build after merge
10 years ago
Rahul Kavi
3cdd2b2761
updated logistic regression program with new api example
10 years ago
Rahul Kavi
b8ea21b2e5
updated logistic regression sample program
10 years ago
Rahul Kavi
7612e7af05
fixed trailing white-space in sample program for logistic regression
10 years ago
Rahul Kavi
3a6466d2e1
updated logistic regression sample program
10 years ago
Rahul Kavi
8355293306
added program to demonstrate use of logistic regression classifier
10 years ago
Rahul Kavi
62470d8a33
added sample data file to test logistic regression program
10 years ago
Vadim Pisarevsky
9a5aa4b23c
trying to solve compile problems; temporarily disabled some tests for just added optimization algo's
10 years ago
Vadim Pisarevsky
00b2124876
fixing more compile problems with Java bindings etc
10 years ago
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
10 years ago
edgarriba
301ed34142
removed old headers
10 years ago
edgarriba
7da9800694
removed old headers
10 years ago
edgarriba
4a214c08e5
removed old code
10 years ago
Vadim Pisarevsky
31df47b6ea
moved nonfree and a part of features2d to opencv_contrib/xfeatures2d
10 years ago
edgarriba
afdb67b462
SOLVEPNP_* flags
10 years ago
edgarriba
b7a19a9a5f
Removed Timer
10 years ago
edgarriba
c7f6c0cb9f
Fixed warnings + RANSAC confidence to double
10 years ago
Vadim Pisarevsky
d0137b6d2d
moved part of video to contrib/{outflow, bgsegm}; moved matlab to contrib
10 years ago
edgarriba
bc250c2e3f
bug fixed
10 years ago
edgarriba
80b4f99b1e
bug fixed
10 years ago
edgarriba
d09b404178
tutorial update
10 years ago