.. |
example_cmake
|
build: suppress the warning
|
2 years ago |
tutorial_code
|
Merge branch 4.x
|
5 months ago |
3calibration.cpp
|
Merge branch 4.x
|
2 years ago |
CMakeLists.txt
|
Merge pull request #25017 from kaingwade:ml_to_contrib
|
9 months ago |
application_trace.cpp
|
Update Samples
|
5 years ago |
aruco_dict_utils.cpp
|
Merge pull request #23018 from stopmosk:move-aruco-tutorial
|
9 months ago |
asift.cpp
|
calib3d module in opencv is split into 3 modules: 3d, calib and stereo.
|
4 years ago |
audio_spectrogram.cpp
|
Merge pull request #20934 from SinM9:spectrogram_samples
|
3 years ago |
barcode.cpp
|
Merge pull request #23666 from mshabunin:barcode-move
|
1 year ago |
bgfg_segm.cpp
|
samples: use findFile() in "cpp"
|
6 years ago |
calibration.cpp
|
Merge branch 4.x
|
1 year ago |
camshiftdemo.cpp
|
using argv[0] represent binary executable files' name in help() function
|
5 years ago |
cloning_demo.cpp
|
samples: use findFile() in "cpp"
|
6 years ago |
cloning_gui.cpp
|
samples: use findFile() in "cpp"
|
6 years ago |
connected_components.cpp
|
samples: use findFile() in "cpp"
|
6 years ago |
cout_mat.cpp
|
using argv[0] represent binary executable files' name in help() function
|
5 years ago |
create_mask.cpp
|
Update samples
|
4 years ago |
delaunay2.cpp
|
using argv[0] represent binary executable files' name in help() function
|
5 years ago |
demhist.cpp
|
Update Samples
|
5 years ago |
detect_blob.cpp
|
Merge branch 4.x
|
3 years ago |
detect_mser.cpp
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
5 years ago |
dft.cpp
|
Update Samples
|
5 years ago |
digits_lenet.cpp
|
add OpenCV sample for digit and text recongnition, and provide multiple OCR models.
|
4 years ago |
dis_opticalflow.cpp
|
Update samples
|
5 years ago |
distrans.cpp
|
using argv[0] represent binary executable files' name in help() function
|
5 years ago |
drawing.cpp
|
Merge pull request #25415 from gursimarsingh:improved_drawing_cpp_sample
|
8 months ago |
edge.cpp
|
using argv[0] represent binary executable files' name in help() function
|
5 years ago |
ela.cpp
|
Update samples
|
5 years ago |
epipolar_lines.cpp
|
calib3d module in opencv is split into 3 modules: 3d, calib and stereo.
|
4 years ago |
essential_mat_reconstr.cpp
|
5.x: cleanup compatibility code (2021-10)
|
3 years ago |
falsecolor.cpp
|
Fix trackbar in falsecolor cpp sample
|
3 years ago |
fback.cpp
|
using argv[0] represent binary executable files' name in help() function
|
5 years ago |
ffilldemo.cpp
|
using argv[0] represent binary executable files' name in help() function
|
5 years ago |
filestorage.cpp
|
samples: use findFile() in "cpp"
|
6 years ago |
flann_search_dataset.cpp
|
Merge pull request #17643 from pemmanuelviel:pev--new-flann-demo
|
4 years ago |
geometry.cpp
|
Merge pull request #25304 from gursimarsingh:geometry_sample_cpp
|
8 months ago |
grabcut.cpp
|
Updated grabcut example to show the background in a transparant way
|
3 years ago |
image_alignment.cpp
|
using argv[0] represent binary executable files' name in help() function
|
5 years ago |
imagelist_creator.cpp
|
update cpp samples and tutorials
|
9 years ago |
imagelist_reader.cpp
|
Merge pull request #13188 from alalek:samples_rename
|
6 years ago |
imgcodecs_jpeg.cpp
|
build: fix warnings
|
2 years ago |
inpaint.cpp
|
Update Samples
|
5 years ago |
intelligent_scissors.cpp
|
Merge pull request #16853 from SimpleVlad:note
|
5 years ago |
intersectExample.cpp
|
Update samples
|
4 years ago |
kalman.cpp
|
Merge pull request #20564 from AleksandrPanov:update_kalman_sample
|
3 years ago |
kmeans.cpp
|
Merge pull request #10258 from savuor:fix/kmeans_channels
|
7 years ago |
laplace.cpp
|
using argv[0] represent binary executable files' name in help() function
|
5 years ago |
lkdemo.cpp
|
Merge pull request #9618 from vipinanand4:goodFeaturesToTrack_added_gradiantSize
|
7 years ago |
lsd_lines.cpp
|
restore LSD
|
3 years ago |
mask_tmpl.cpp
|
Backport C-API cleanup (imgproc) from 5.x
|
2 years ago |
matchmethod_orb_akaze_brisk.cpp
|
Merge branch 4.x
|
3 years ago |
morphology2.cpp
|
using argv[0] represent binary executable files' name in help() function
|
5 years ago |
multiview_calibration_sample.cpp
|
Merge pull request #22363 from ivashmak:multiview-calib
|
2 years ago |
npr_demo.cpp
|
samples: use findFile() in "cpp"
|
6 years ago |
opencv_version.cpp
|
Minor refactoring in several C++ samples:
|
7 years ago |
pca.cpp
|
Merge pull request #23108 from crackwitz:issue-23107
|
2 years ago |
phase_corr.cpp
|
update samples: waitKey() usage
|
8 years ago |
polar_transforms.cpp
|
Update Samples
|
5 years ago |
qrcode.cpp
|
added graphicalCodeDetector, remove QRCodeDetectorBase
|
2 years ago |
segment_objects.cpp
|
using argv[0] represent binary executable files' name in help() function
|
5 years ago |
select3dobj.cpp
|
Merge branch 4.x
|
2 years ago |
simd_basic.cpp
|
Clean up the Universal Intrinsic API.
|
1 year ago |
squares.cpp
|
Fix squares sample failure when a single file passed
|
4 years ago |
stereo_calib.cpp
|
Merge branch 4.x
|
1 year ago |
stereo_match.cpp
|
calib3d module in opencv is split into 3 modules: 3d, calib and stereo.
|
4 years ago |
stitching.cpp
|
Changed sample code, fixes #18807
|
4 years ago |
stitching_detailed.cpp
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
5 years ago |
text_skewness_correction.cpp
|
Added tutorial for text skewness correction in C++ and Python.
|
5 years ago |
videocapture_audio.cpp
|
Merge pull request #19721 from MaximMilashchenko:Audio
|
3 years ago |
videocapture_audio_combination.cpp
|
Merge pull request #19721 from MaximMilashchenko:Audio
|
3 years ago |
videocapture_basic.cpp
|
Update videocapture_basic.cpp
|
5 years ago |
videocapture_camera.cpp
|
samples: videocapture_camera use VideoCapture with 0 index
|
7 years ago |
videocapture_gphoto2_autofocus.cpp
|
FIx misc. source and comment typos
|
5 years ago |
videocapture_gstreamer_pipeline.cpp
|
videoio(doc): add 'videoio_hwaccel' group, fix typos
|
4 years ago |
videocapture_image_sequence.cpp
|
Merge pull request #13188 from alalek:samples_rename
|
6 years ago |
videocapture_microphone.cpp
|
Merge pull request #19721 from MaximMilashchenko:Audio
|
3 years ago |
videocapture_obsensor.cpp
|
Merge pull request #24877 from zzuliys:feature/mac
|
8 months ago |
videocapture_openni.cpp
|
Merge pull request #23291 from vovka643:5.x_depricated_backends
|
2 years ago |
videocapture_realsense.cpp
|
New example for realsense
|
3 years ago |
videocapture_starter.cpp
|
Merge pull request #22149 from seanm:sprintf
|
2 years ago |
videowriter_basic.cpp
|
samples: avoid using of legacy C-like API
|
7 years ago |
warpPerspective_demo.cpp
|
Fix some clang 14 warnings
|
2 years ago |
watershed.cpp
|
Merge pull request #23108 from crackwitz:issue-23107
|
2 years ago |