Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Alexandre Benoit 6ee1f6f66e removing some mistakes 13 years ago
..
Qt_sample Added Smoothing tutorial in reST and links to the code in samples/cpp/tutorial_code 14 years ago
matching_to_many_images
tutorial_code Erasing two images from cpp/tutorial folder 13 years ago
3calibration.cpp
CMakeLists.txt Gpu functionality in stitching module is excluded from Android build 13 years ago
OpenEXRimages_HighDynamicRange_Retina_toneMapping.cpp update retina module related samples 13 years ago
OpenEXRimages_HighDynamicRange_Retina_toneMapping_video.cpp removing some mistakes 13 years ago
baboon.jpg
bagofwords_classification.cpp fixed #916 14 years ago
bgfg_segm.cpp Updating samples using cmd parser 13 years ago
brief_match_test.cpp unified norm computing; added generalized Hamming distance 13 years ago
build3dmodel.cpp fixed compile errors and warning on ubuntu64 13 years ago
building.jpg propagated some more fixes from 2.3 branch to the trunk 14 years ago
calibration.cpp reverted samples with new command argument parser. will be continued after OpenCV release. 14 years ago
calibration_artificial.cpp Fixed some grammatical errors 13 years ago
camshiftdemo.cpp fixed compile errors and warning on ubuntu64 13 years ago
chamfer.cpp fixed compile errors and warning on ubuntu64 13 years ago
connected_components.cpp fixed compile error on ubuntu64 13 years ago
contours2.cpp replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 14 years ago
convexhull.cpp Fixed #797. 14 years ago
cout_mat.cpp
delaunay2.cpp fixed C++ implementation of Delaunay triangulation and moved it from sample to imgproc. 13 years ago
demhist.cpp fixed compile errors in samples 13 years ago
descriptor_extractor_matcher.cpp fixed sample 14 years ago
detection_based_tracker_sample.cpp Committed the first version of DetectionBasedTracker. 13 years ago
detector_descriptor_evaluation.cpp ~40 warnings under VS2008 14 years ago
detector_descriptor_matcher_evaluation.cpp new sample for the complex detector+descriptor+matcher evaluation 13 years ago
dft.cpp Update samples using cmd parser 13 years ago
distrans.cpp Update samples using cmd parser 13 years ago
drawing.cpp Update samples using cmd parser 13 years ago
edge.cpp Update samples using cmd parser 13 years ago
em.cpp ~40 warnings under VS2008 14 years ago
fback.cpp 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
fern_params.xml
ffilldemo.cpp replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 14 years ago
filestorage.cpp Fixed reading of the user class from *.xml (ticket #840). 14 years ago
fitellipse.cpp warningx fixed under vs2008 14 years ago
fruits.jpg
gencolors.cpp fixed compilation under MSVC 13 years ago
generic_descriptor_match.cpp propagated some more changes from 2.3 to trunk 14 years ago
grabcut.cpp revamped 14 years ago
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) 14 years ago
hybridtrackingsample.cpp added hybrid (feature-based & meanshift-based) tracker (by Pushkar) 13 years ago
image.cpp 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
imagelist_creator.cpp revamped 14 years ago
inpaint.cpp
kalman.cpp
kinect_maps.cpp more warnings fixed. +some warnings in examples 14 years ago
kmeans.cpp fixed build problems on Windows 14 years ago
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 14 years ago
latentsvm_multidetect.cpp added sample on color generation and updated sample on lsvm 13 years ago
left01.jpg
left02.jpg
left03.jpg
left04.jpg
left05.jpg
left06.jpg
left07.jpg
left08.jpg
left09.jpg
left11.jpg
left12.jpg
left13.jpg
left14.jpg
lena.jpg
letter-recognition.data
letter_recog.cpp fixed a few warnings and bugs, including ticket #1079 14 years ago
lkdemo.cpp added minEigThreshold parameter to calcOpticalFlowPyrLK to filter out bad points earlier. 14 years ago
logo.png
logo_in_clutter.png
matcher_simple.cpp replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 14 years ago
matching_to_many_images.cpp fix and some enchantments for matching_to_many_images sample (#869) 14 years ago
meanshift_segmentation.cpp
memorial.exr added openexr sample file 13 years ago
minarea.cpp minarea.cpp sample reformatted 13 years ago
morphology2.cpp replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 14 years ago
multicascadeclassifier.cpp replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 14 years ago
peopledetect.cpp
phase_corr.cpp added phaseCorrelate function by Will Lucas. 13 years ago
pic1.png
pic2.png
pic3.png
pic4.png
pic5.png
pic6.png
point_cloud.cpp minor 13 years ago
points_classifier.cpp minor 14 years ago
retinaDemo.cpp update retina module related samples 13 years ago
right01.jpg
right02.jpg
right03.jpg
right04.jpg
right05.jpg
right06.jpg
right07.jpg
right08.jpg
right09.jpg
right11.jpg
right12.jpg
right13.jpg
right14.jpg
segment_objects.cpp replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 14 years ago
select3dobj.cpp replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 14 years ago
squares.cpp fixed some warnings 14 years ago
starter_imagelist.cpp replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 14 years ago
starter_video.cpp replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 14 years ago
stereo_calib.cpp fixed build problems on Windows 14 years ago
stereo_calib.xml
stereo_match.cpp added improved version of the variational stereo correspondence algorithm by Sergey Kosov 14 years ago
stitching.cpp Updated bundle adjustment in stitching module: 1) it minimizes reprojection error now, 2) it minimizes error over focal, aspect, p.p.x, p.p.y parameters. Refactored and updated warpers. 13 years ago
stitching_detailed.cpp Fixed median focal length estimation in the stitching module 13 years ago
stuff.jpg
tsukuba_l.png propagated some more fixes from 2.3 branch to the trunk 14 years ago
tsukuba_r.png propagated some more fixes from 2.3 branch to the trunk 14 years ago
video_dmtx.cpp adding c++ interface to the datamtrix codes of j. 14 years ago
video_homography.cpp fixed VS2010 compile warnings and errors 14 years ago
watershed.cpp make watershed demo work correctly 14 years ago