| .. |
|
tutorial_code
|
Updated gdal tutorial to include comments.
|
2015-01-17 19:28:58 -08: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
|
fix warnings in samples
|
2014-10-15 11:09:33 +09:00 |
|
CMakeLists.txt
|
Fix xfeatures2d dependencies
|
2014-09-19 16:41:33 +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
|
Fix typo
|
2015-01-17 22:53:30 +05:30 |
|
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
|
Updated sample files documentation inclusions
|
2014-12-26 19:17:18 +03: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
|
Let LineSegmentDetector output line segment coordinates in float precision, as supported by the LSD algorithm.
|
2015-01-20 17:05:38 +01:00 |
|
mask_tmpl.cpp
|
Add template match with mask.
|
2015-01-16 11:09:26 +08: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
|
opencv_version
|
2014-10-04 21:39:57 +04:00 |
|
openni_capture.cpp
|
openni_capture sample: enable OpenNI2 if available
|
2014-11-08 02:22:29 +03: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
|
remove the unnecessary header file
|
2014-11-05 20:12:18 -08: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
|
now all the samples and opencv_contrib compile!
|
2014-10-17 14:56:58 +04:00 |
|
watershed.cpp
|
initial commit
|
2014-09-23 07:45:51 +04:00 |