.. |
matching_to_many_images
|
refactored features2d and sample on matching to many images
|
2010-11-22 18:27:08 +00:00 |
Qt_sample
|
Added Smoothing tutorial in reST and links to the code in samples/cpp/tutorial_code
|
2011-06-18 17:27:02 +00:00 |
tutorial_code
|
Modified sample for object detection with LBP in tutorial_code
|
2011-08-14 22:32:41 +00:00 |
3calibration.cpp
|
revamped
|
2010-12-04 08:30:33 +00:00 |
baboon.jpg
|
added missing images for C++ samples
|
2010-11-30 10:09:08 +00:00 |
bagofwords_classification.cpp
|
fixed #916
|
2011-06-09 17:13:05 +00:00 |
bgfg_segm.cpp
|
Updating samples using cmd parser
|
2011-08-10 08:56:27 +00:00 |
brief_match_test.cpp
|
fixed compile errors
|
2011-08-10 09:43:44 +00:00 |
build3dmodel.cpp
|
fixed compile errors and warning on ubuntu64
|
2011-08-10 11:36:55 +00:00 |
building.jpg
|
propagated some more fixes from 2.3 branch to the trunk
|
2011-06-30 12:06:26 +00:00 |
calibration_artificial.cpp
|
Fixed some grammatical errors
|
2011-08-10 08:52:52 +00:00 |
calibration.cpp
|
reverted samples with new command argument parser. will be continued after OpenCV release.
|
2011-06-09 12:01:47 +00:00 |
camshiftdemo.cpp
|
fixed compile errors and warning on ubuntu64
|
2011-08-10 11:36:55 +00:00 |
chamfer.cpp
|
fixed compile errors and warning on ubuntu64
|
2011-08-10 11:36:55 +00:00 |
CMakeLists.txt
|
fixed problem with VideoInput on Windows when OpenCV compiled statically (ticket #573)
|
2011-05-30 13:32:57 +00:00 |
connected_components.cpp
|
fixed compile error on ubuntu64
|
2011-08-10 11:49:10 +00:00 |
contours2.cpp
|
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
|
2011-05-21 18:32:34 +00:00 |
convexhull.cpp
|
Fixed #797.
|
2011-05-30 09:02:17 +00:00 |
cout_mat.cpp
|
revamped
|
2010-12-04 08:30:03 +00:00 |
delaunay2.cpp
|
fixed C++ implementation of Delaunay triangulation and moved it from sample to imgproc.
|
2011-08-10 10:28:01 +00:00 |
demhist.cpp
|
fixed compile errors in samples
|
2011-08-11 07:04:27 +00:00 |
descriptor_extractor_matcher.cpp
|
fixed sample
|
2011-05-30 16:20:17 +00:00 |
detector_descriptor_evaluation.cpp
|
~40 warnings under VS2008
|
2011-06-11 17:24:09 +00:00 |
dft.cpp
|
Update samples using cmd parser
|
2011-08-11 06:46:09 +00:00 |
distrans.cpp
|
Update samples using cmd parser
|
2011-08-11 06:46:09 +00:00 |
drawing.cpp
|
Update samples using cmd parser
|
2011-08-11 06:46:09 +00:00 |
edge.cpp
|
Update samples using cmd parser
|
2011-08-11 06:46:09 +00:00 |
em.cpp
|
~40 warnings under VS2008
|
2011-06-11 17:24:09 +00:00 |
fback.cpp
|
upgraded to FLANN 1.6. Added miniflann interface, which is now used in the rest of OpenCV. Added Python bindings for FLANN.
|
2011-07-13 23:04:39 +00:00 |
fern_params.xml
|
Moved fern_params.xml to samples/cpp for generic_descriptor_match sample
|
2010-06-11 09:46:43 +00:00 |
ffilldemo.cpp
|
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
|
2011-05-21 18:32:34 +00:00 |
filestorage.cpp
|
Fixed reading of the user class from *.xml (ticket #840).
|
2011-06-01 10:05:11 +00:00 |
fitellipse.cpp
|
warningx fixed under vs2008
|
2010-12-21 11:37:08 +00:00 |
fruits.jpg
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
generic_descriptor_match.cpp
|
propagated some more changes from 2.3 to trunk
|
2011-06-23 12:15:35 +00:00 |
grabcut.cpp
|
revamped
|
2010-12-04 08:31:09 +00:00 |
houghlines.cpp
|
removed trailing backspaces, reduced number of warnings (under MSVC2010 x64) for size_t to int conversion, added handling of samples launch without parameters (should not have abnormal termination if there was no paramaters supplied)
|
2011-06-17 06:31:54 +00:00 |
image.cpp
|
upgraded to FLANN 1.6. Added miniflann interface, which is now used in the rest of OpenCV. Added Python bindings for FLANN.
|
2011-07-13 23:04:39 +00:00 |
imagelist_creator.cpp
|
revamped
|
2010-12-04 08:31:11 +00:00 |
inpaint.cpp
|
revamped
|
2010-12-04 08:29:39 +00:00 |
kalman.cpp
|
converted Kalman sample to C++
|
2010-12-03 17:46:36 +00:00 |
kinect_maps.cpp
|
more warnings fixed. +some warnings in examples
|
2011-05-07 12:06:58 +00:00 |
kmeans.cpp
|
fixed build problems on Windows
|
2011-04-18 15:14:32 +00:00 |
laplace.cpp
|
fixed positioning in ffmpeg wrapper (thanks to mike_at_nrec for the patch). Added frame positioning feature to laplace demo to test the feature
|
2011-06-19 22:03:23 +00:00 |
left01.jpg
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
left02.jpg
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
left03.jpg
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
left04.jpg
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
left05.jpg
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
left06.jpg
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
left07.jpg
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
left08.jpg
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
left09.jpg
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
left11.jpg
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
left12.jpg
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
left13.jpg
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
left14.jpg
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
lena.jpg
|
added missing images for C++ samples
|
2010-11-30 10:09:08 +00:00 |
letter_recog.cpp
|
fixed a few warnings and bugs, including ticket #1079
|
2011-06-12 20:29:50 +00:00 |
letter-recognition.data
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
lkdemo.cpp
|
added minEigThreshold parameter to calcOpticalFlowPyrLK to filter out bad points earlier.
|
2011-07-27 19:07:45 +00:00 |
logo_in_clutter.png
|
added chamfer matcher code and sample (contributed by Antonella Cascitelli, Marco Di Stefano and Stefano Fabri)
|
2010-11-30 01:34:39 +00:00 |
logo.png
|
added chamfer matcher code and sample (contributed by Antonella Cascitelli, Marco Di Stefano and Stefano Fabri)
|
2010-11-30 01:34:39 +00:00 |
matcher_simple.cpp
|
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
|
2011-05-21 18:32:34 +00:00 |
matching_to_many_images.cpp
|
fix and some enchantments for matching_to_many_images sample (#869)
|
2011-06-08 14:51:42 +00:00 |
meanshift_segmentation.cpp
|
revamped
|
2010-12-04 08:29:03 +00:00 |
memorial.exr
|
added openexr sample file
|
2011-08-15 13:18:01 +00:00 |
minarea.cpp
|
minarea.cpp sample reformatted
|
2011-07-30 11:59:09 +00:00 |
morphology2.cpp
|
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
|
2011-05-21 18:32:34 +00:00 |
multicascadeclassifier.cpp
|
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
|
2011-05-21 18:32:34 +00:00 |
OpenEXRimages_HighDynamicRange_Retina_toneMapping.cpp
|
updated GUI photoreceptors sensitivity paramaer management
|
2011-08-20 12:40:04 +00:00 |
peopledetect.cpp
|
revamped
|
2010-12-04 08:30:36 +00:00 |
pic1.png
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
pic2.png
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
pic3.png
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
pic4.png
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
pic5.png
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
pic6.png
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
points_classifier.cpp
|
minor
|
2011-05-11 09:18:28 +00:00 |
retinaDemo.cpp
|
added comments/contacts link
|
2011-08-13 18:24:33 +00:00 |
right01.jpg
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
right02.jpg
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
right03.jpg
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
right04.jpg
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
right05.jpg
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
right06.jpg
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
right07.jpg
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
right08.jpg
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
right09.jpg
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
right11.jpg
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
right12.jpg
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
right13.jpg
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
right14.jpg
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
segment_objects.cpp
|
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
|
2011-05-21 18:32:34 +00:00 |
select3dobj.cpp
|
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
|
2011-05-21 18:32:34 +00:00 |
squares.cpp
|
fixed some warnings
|
2011-02-15 10:54:49 +00:00 |
starter_imagelist.cpp
|
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
|
2011-05-21 18:32:34 +00:00 |
starter_video.cpp
|
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
|
2011-05-21 18:32:34 +00:00 |
stereo_calib.cpp
|
fixed build problems on Windows
|
2011-04-18 15:14:32 +00:00 |
stereo_calib.xml
|
rewrote stereo_calib in C++
|
2010-11-29 13:31:52 +00:00 |
stereo_match.cpp
|
added improved version of the variational stereo correspondence algorithm by Sergey Kosov
|
2011-07-14 15:30:28 +00:00 |
stuff.jpg
|
converted some OpenCV C samples to C++
|
2010-11-27 23:15:16 +00:00 |
tsukuba_l.png
|
propagated some more fixes from 2.3 branch to the trunk
|
2011-06-30 12:06:26 +00:00 |
tsukuba_r.png
|
propagated some more fixes from 2.3 branch to the trunk
|
2011-06-30 12:06:26 +00:00 |
video_dmtx.cpp
|
adding c++ interface to the datamtrix codes of j.
|
2011-05-25 00:23:50 +00:00 |
video_homography.cpp
|
fixed VS2010 compile warnings and errors
|
2011-06-06 15:15:30 +00:00 |
watershed.cpp
|
make watershed demo work correctly
|
2010-12-04 15:35:34 +00:00 |