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.
 
 
 
 
 
 
catree 1852d0b9b8 Add flags to set the camera intrinsic parameters as an initial guess (can allow converging to the correct camera intrinsic parameters). 2 years ago
..
example_cmake build: suppress the warning 3 years ago
tutorial_code Merge remote-tracking branch 'upstream/3.4' into merge-3.4 3 years ago
3calibration.cpp using argv[0] represent binary executable files' name in help() function 5 years ago
CMakeLists.txt Revert "suppress warning on GCC 7 and later" 3 years ago
application_trace.cpp Update Samples 6 years ago
asift.cpp Merge pull request #17907 from Yosshi999:gsoc_asift-py2cpp 5 years ago
audio_spectrogram.cpp Merge pull request #20934 from SinM9:spectrogram_samples 3 years ago
bgfg_segm.cpp samples: use findFile() in "cpp" 6 years ago
calibration.cpp Add flags to set the camera intrinsic parameters as an initial guess (can allow converging to the correct camera intrinsic parameters). 2 years 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
contours2.cpp using argv[0] represent binary executable files' name in help() function 5 years ago
convexhull.cpp Update convexhull.cpp 3 years ago
cout_mat.cpp using argv[0] represent binary executable files' name in help() function 5 years ago
create_mask.cpp Update samples 5 years ago
dbt_face_detection.cpp samples: use findFile() in "cpp" 6 years ago
delaunay2.cpp using argv[0] represent binary executable files' name in help() function 5 years ago
demhist.cpp Update Samples 6 years ago
detect_blob.cpp fix 4.x links 3 years ago
detect_mser.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 5 years ago
dft.cpp Update Samples 6 years ago
digits_lenet.cpp add OpenCV sample for digit and text recongnition, and provide multiple OCR models. 5 years ago
digits_svm.cpp Add namespace specifier for format() 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 using argv[0] represent binary executable files' name in help() function 5 years ago
edge.cpp using argv[0] represent binary executable files' name in help() function 5 years ago
ela.cpp Update samples 5 years ago
em.cpp Updated ml module interfaces and documentation 10 years ago
epipolar_lines.cpp Merge pull request #17683 from ivashmak:homography 5 years ago
essential_mat_reconstr.cpp Update essential_mat_reconstr.cpp 4 years ago
facedetect.cpp using argv[0] represent binary executable files' name in help() function 5 years ago
facial_features.cpp fix 4.x links 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
fitellipse.cpp using argv[0] represent binary executable files' name in help() function 5 years ago
flann_search_dataset.cpp Merge pull request #17643 from pemmanuelviel:pev--new-flann-demo 5 years ago
grabcut.cpp Updated grabcut example to show the background in a transparant way 4 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 3 years ago
inpaint.cpp Update Samples 6 years ago
intelligent_scissors.cpp Merge pull request #16853 from SimpleVlad:note 5 years ago
intersectExample.cpp Update samples 5 years ago
kalman.cpp Merge pull request #20564 from AleksandrPanov:update_kalman_sample 4 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
letter_recog.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 8 years ago
logistic_regression.cpp ml: use OpenCV license header for logistic regression 4 years ago
lsd_lines.cpp restore LSD 3 years ago
mask_tmpl.cpp fix 4.x links 3 years ago
matchmethod_orb_akaze_brisk.cpp fix 4.x links 3 years ago
minarea.cpp samples: use findFile() in "cpp" 6 years ago
morphology2.cpp using argv[0] represent binary executable files' name in help() function 5 years ago
neural_network.cpp Issue 6780 9 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 Fix spelling typos 5 years ago
peopledetect.cpp Update Samples 6 years ago
phase_corr.cpp update samples: waitKey() usage 8 years ago
points_classifier.cpp samples: use findFile() in "cpp" 6 years ago
polar_transforms.cpp Update Samples 6 years ago
qrcode.cpp Merge pull request #15338 from rayonnant14:my_detect_and_decode_3.4 5 years ago
segment_objects.cpp using argv[0] represent binary executable files' name in help() function 5 years ago
select3dobj.cpp Merge pull request #22149 from seanm:sprintf 3 years ago
simd_basic.cpp core: support SIMD intrinsics in user code 6 years ago
smiledetect.cpp Update Samples 6 years ago
squares.cpp Fix squares sample failure when a single file passed 4 years ago
stereo_calib.cpp Updated more links to forum.opencv.org 4 years ago
stereo_match.cpp Update the stereo sample: 5 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
train_HOG.cpp Update train_HOG.cpp 5 years ago
train_svmsgd.cpp samples: avoid using of legacy C-like API 7 years ago
travelsalesman.cpp Fixed compilation warnings in samples: 7 years ago
tree_engine.cpp using argv[0] represent binary executable files' name in help() function 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 6 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 remove whitespace 3 years ago
videocapture_openni.cpp Add tutorial on how to use Orbbec Astra 3D cameras 4 years ago
videocapture_realsense.cpp New example for realsense 3 years ago
videocapture_starter.cpp Merge pull request #22149 from seanm:sprintf 3 years ago
videowriter_basic.cpp samples: avoid using of legacy C-like API 7 years ago
warpPerspective_demo.cpp Update warpPerspective_demo.cpp 5 years ago
watershed.cpp Update Samples 6 years ago