opencv/samples/cpp
2014-09-23 07:45:52 +04:00
..
tutorial_code fixed display_image tutorial sample 2014-09-23 07:45:52 +04:00
3calibration.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
bgfg_segm.cpp initial commit 2014-09-23 07:45:51 +04:00
calibration.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
camshiftdemo.cpp Split highgui module to videoio and highgui 2014-07-14 23:16:47 +04:00
cloning_demo.cpp Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
cloning_gui.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
CMakeLists.txt the samples from the main repository should not depend on modules from opencv_contrib 2014-09-17 13:49:48 +04:00
connected_components.cpp initial commit 2014-09-23 07:45:51 +04:00
contours2.cpp Make highgui.hpp independent from C API 2013-04-08 15:47:29 +04:00
convexhull.cpp Make highgui.hpp independent from C API 2013-04-08 15:47:29 +04:00
cout_mat.cpp Fix for (Bug #2789) 2014-04-16 10:56:27 +09:00
create_mask.cpp Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
dbt_face_detection.cpp Split highgui module to videoio and highgui 2014-07-14 23:16:47 +04:00
delaunay2.cpp Make highgui.hpp independent from C API 2013-04-08 15:47:29 +04:00
demhist.cpp initial commit 2014-09-23 07:45:51 +04:00
dft.cpp initial commit 2014-09-23 07:45:51 +04:00
distrans.cpp initial commit 2014-09-23 07:45:51 +04:00
drawing.cpp trying to solve compile problems; temporarily disabled some tests for just added optimization algo's 2014-08-14 14:37:30 +04:00
edge.cpp initial commit 2014-09-23 07:45:51 +04:00
em.cpp fixing more compile problems with Java bindings etc 2014-08-14 13:48:52 +04:00
facedetect.cpp initial commit 2014-09-23 07:45:51 +04:00
fback.cpp modified farneback sample to use T-API 2014-08-08 22:45:07 +04:00
ffilldemo.cpp initial commit 2014-09-23 07:45:51 +04:00
filestorage.cpp initial commit 2014-09-23 07:45:51 +04:00
fitellipse.cpp initial commit 2014-09-23 07:45:51 +04:00
grabcut.cpp Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
houghcircles.cpp initial commit 2014-09-23 07:45:51 +04:00
houghlines.cpp initial commit 2014-09-23 07:45:51 +04:00
image_alignment.cpp initial commit 2014-09-23 07:45:51 +04:00
image_sequence.cpp Split highgui module to videoio and highgui 2014-07-14 23:16:47 +04:00
image.cpp initial commit 2014-09-23 07:45:51 +04:00
imagelist_creator.cpp Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
inpaint.cpp initial commit 2014-09-23 07:45:51 +04:00
intelperc_capture.cpp Split highgui module to videoio and highgui 2014-07-14 23:16:47 +04:00
kalman.cpp Fixed typo 2013-04-21 23:04:54 +04:00
kmeans.cpp trying to solve compile problems; temporarily disabled some tests for just added optimization algo's 2014-08-14 14:37:30 +04:00
laplace.cpp Split highgui module to videoio and highgui 2014-07-14 23:16:47 +04:00
letter_recog.cpp initial commit 2014-09-23 07:45:51 +04:00
lkdemo.cpp Split highgui module to videoio and highgui 2014-07-14 23:16:47 +04:00
logistic_regression.cpp initial commit 2014-09-23 07:45:51 +04:00
lsd_lines.cpp initial commit 2014-09-23 07:45:51 +04:00
minarea.cpp Applied all fixes related to translating C to C++ code 2013-11-17 20:34:50 +01:00
morphology2.cpp initial commit 2014-09-23 07:45:51 +04:00
npr_demo.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
opencv_version.cpp Normalized file endings. 2013-08-21 18:59:25 +04:00
openni_capture.cpp Split highgui module to videoio and highgui 2014-07-14 23:16:47 +04:00
pca.cpp Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
phase_corr.cpp Split highgui module to videoio and highgui 2014-07-14 23:16:47 +04:00
points_classifier.cpp trying to solve compile problems; temporarily disabled some tests for just added optimization algo's 2014-08-14 14:37:30 +04:00
polar_transforms.cpp Split highgui module to videoio and highgui 2014-07-14 23:16:47 +04:00
segment_objects.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
select3dobj.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
shape_example.cpp initial commit 2014-09-23 07:45:51 +04:00
smiledetect.cpp Split highgui module to videoio and highgui 2014-07-14 23:16:47 +04:00
squares.cpp initial commit 2014-09-23 07:45:51 +04:00
starter_imagelist.cpp Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
starter_video.cpp Split highgui module to videoio and highgui 2014-07-14 23:16:47 +04:00
stereo_calib.cpp initial commit 2014-09-23 07:45:51 +04:00
stereo_match.cpp Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
stitching_detailed.cpp adapted all nonfree header inclusion since it doesn't exist anymore as a module 2014-08-25 21:31:34 +02:00
stitching.cpp Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
train_HOG.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
tree_engine.cpp made everything compile and even run somehow 2014-08-03 01:41:09 +04:00
tvl1_optical_flow.cpp Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
ufacedetect.cpp initial commit 2014-09-23 07:45:51 +04:00
videostab.cpp Split highgui module to videoio and highgui 2014-07-14 23:16:47 +04:00
watershed.cpp initial commit 2014-09-23 07:45:51 +04:00