laurentBerger
09930938e8
Trailing white space first step
10 years ago
laurentBerger
09e9e8ad9f
I have modified source file and add a chart to have distance between keypoint for decriptor function og matching algorithm
...
My english is not good so you can change some words in my comment
10 years ago
laurentBerger
9ddb8bdb8b
Problem with warning: comparison between signed and unsigned integer expressions
10 years ago
laurentBerger
56856a1810
Conversion size-t in int
10 years ago
laurentBerger
341de5d53f
trailing whitespace
10 years ago
laurentBerger
b28056e3dd
Trailing whitespace
10 years ago
laurentBerger
3e25c085ba
A sample program : how to use ORB AKAZE BRISK descriptors for matching.
...
see http://answers.opencv.org/question/61062/features2d-example/
10 years ago
Pierre Moulon
901d4995e3
Fix a typo error
...
Fix a typo error
Conflicts:
modules/features2d/include/opencv2/features2d.hpp
10 years ago
Adi Shavit
aad95c7d8c
Added call to clone() to avoid unexpected change to external data.
...
- Fix both stitching_detailed.cpp sample and cv::Stitcher.
10 years ago
Dikay900
d9b7b300b4
fix qt example on 2.4 with vs2010 and higher
10 years ago
Brian Park
044de4105e
add input paramter checking that verifies the existance of the input files to stero_match example
...
remove the unnecessary header file
check input paramter by checking the image size
10 years ago
Chris Mayo
7a5aa06b9e
Act on INSTALL_PYTHON_EXAMPLES
...
Conflicts:
samples/CMakeLists.txt
10 years ago
Ben Hagen
a21fb63c28
store user-provided data in PlaneTracker class
10 years ago
Yang Fan
eaa9b78121
ENH: explicitly declared outputFilename to surpress error C2668
...
Conflicts:
samples/gpu/video_writer.cpp
10 years ago
ttagu99
a81374c1d7
findcontour_example check image empty
10 years ago
侯骥
66fc6126d2
Update MatchTemplate_Demo.cpp
10 years ago
Jay Bosamiya
8b58b59df4
Fix typo
10 years ago
RafaRuiz
f0595b8254
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
Pastafarianist
1e01441767
Fixed typo
10 years ago
Dikay900
c797746b6e
use constant instead of value backported from #785
10 years ago
Dikay900
1bf4427a5c
filename correction from #3217
10 years ago
Kevin Hughes
ac3ec0d96d
squashed #823
...
removed separate example for reading image sequences and modified starter_video.cpp to better explain the functionality of VideoCapture. I also added a bit more explanation in the documentation of the VideoCapture interface
Conflicts:
modules/highgui/doc/reading_and_writing_images_and_video.rst
samples/cpp/starter_video.cpp
starter_video.cpp changed CV WINDOW KEEPRATIO to just WINDOW KEEPTATIO to fix build error
starter_video.cpp hid local functions
10 years ago
Maximilien Cuony
5c6c537044
Fix typo in error for extrinsic parameters
10 years ago
Dikay900
f8c82fc214
update openni sample comments referring #81
10 years ago
Dikay900
9f7548ab89
update openni sample comments referring #81
10 years ago
Maksim Shabunin
bb0631a365
Add sample cmake project
10 years ago
Yang Fan
3b177eaaa3
ENH: explicitly declared outputFilename to surpress error C2668
10 years ago
ttagu99
3c797b0ca5
findcontour_example check image empty
10 years ago
Maksim Shabunin
35b2139929
Basic HAL module
10 years ago
Maxim Kostin
75850a1351
Added sample imgcodecs logic to winrt sample app
...
- Made use imread() in OcvImageProcessing sample.
- Added test/sample logic to verify file creation via imgcodecs.
Signed-off-by: Maxim Kostin <v-maxkos@microsoft.com>
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
Maksim Shabunin
231685133e
OpenCV Manager: support 3.0.0 library
10 years ago
Maxim Kostin
349e3b546a
Fixed 'doc' builder warnings.
10 years ago
Maxim Kostin
5ec908c5f0
Added WinRT 8.1 Modern Desktop JavaScript sample
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
StevenPuttemans
3a7ea37090
extra camera specific information for IP settings
10 years ago
Maxim Kostin
ad1149ff12
Enabled property sheets for WinRT related samples
10 years ago
Maxim Kostin
530c8dc0c0
Fixing 'doc' buildbot job: removing trailing whitespaces and tab indents
...
Signed-off-by: Maxim Kostin <v-maxkos@microsoft.com>
10 years ago
Maxim Kostin
213a6bc5c4
Adding Widows Phone 8 sample apps
...
Signed-off-by: Maxim Kostin <v-maxkos@microsoft.com>
10 years ago
Maxim Kostin
59d6a281cd
Added WinRT Universal Apps samples
...
Signed-off-by: Maxim Kostin <v-maxkos@microsoft.com>
10 years ago
Maxim Kostin
5810845777
Added and updated WinRT samples
...
Signed-off-by: Maxim Kostin <v-maxkos@microsoft.com>
10 years ago
theodore
79bc85fb09
Introduction to PCA tutorial
10 years ago
theodore
96c824f375
Morphology Lines Extraction Tutorial
10 years ago
berak
c83044d45a
fix houghlines.py sample and tutorial
...
fix whitespace
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