Examples#
All example programs referenced in the API documentation.
- opencv_contrib/modules/xobjdetect/samples/facedetect.cpp
- opencv_contrib/modules/xobjdetect/samples/hog_tapi.cpp
- opencv_contrib/modules/xobjdetect/samples/peopledetect.cpp
- samples/cpp/connected_components.cpp
- samples/cpp/cout_mat.cpp
- samples/cpp/demhist.cpp
- samples/cpp/floodfill.cpp
- samples/cpp/geometry.cpp
- samples/cpp/grabcut.cpp
- samples/cpp/image_alignment.cpp
- samples/cpp/lkdemo.cpp
- samples/cpp/pca.cpp
- samples/cpp/stitching_detailed.cpp
- samples/cpp/tutorial_code/Histograms_Matching/MatchTemplate_Demo.cpp
- samples/cpp/tutorial_code/ImgProc/Morphology_1.cpp
- samples/cpp/tutorial_code/ImgProc/Morphology_2.cpp
- samples/cpp/tutorial_code/ImgProc/Pyramids/Pyramids.cpp
- samples/cpp/tutorial_code/ImgProc/Smoothing/Smoothing.cpp
- samples/cpp/tutorial_code/ImgProc/basic_drawing/Drawing_1.cpp
- samples/cpp/tutorial_code/ImgProc/basic_drawing/Drawing_2.cpp
- samples/cpp/tutorial_code/ImgTrans/Sobel_Demo.cpp
- samples/cpp/tutorial_code/ImgTrans/copyMakeBorder_demo.cpp
- samples/cpp/tutorial_code/ImgTrans/houghcircles.cpp
- samples/cpp/tutorial_code/ImgTrans/houghlines.cpp
- samples/cpp/tutorial_code/core/file_input_output/file_input_output.cpp
- samples/cpp/tutorial_code/core/how_to_scan_images/how_to_scan_images.cpp
- samples/cpp/tutorial_code/features/Homography/decompose_homography.cpp
- samples/cpp/tutorial_code/features/Homography/homography_from_camera_displacement.cpp
- samples/cpp/tutorial_code/features/Homography/pose_from_homography.cpp
- samples/cpp/tutorial_code/imgcodecs/animations.cpp
- samples/cpp/tutorial_code/ml/introduction_to_pca/introduction_to_pca.cpp
- samples/cpp/tutorial_code/photo/non_photorealistic_rendering/npr_demo.cpp
- samples/cpp/tutorial_code/photo/seamless_cloning/cloning_demo.cpp
- samples/cpp/tutorial_code/videoio/video-write/video-write.cpp
- samples/cpp/videowriter.cpp
- samples/dnn/classification.cpp
- samples/dnn/colorization.cpp
- samples/dnn/object_detection.cpp
- samples/dnn/openpose.cpp
- samples/dnn/segmentation.cpp
- samples/dnn/text_detection.cpp
- samples/python/snippets/chromatic_aberration_correction.py
- samples/python/snippets/dft.py
- samples/python/snippets/dis_opt_flow.py
- samples/python/snippets/kalman.py
- samples/python/snippets/laplace.py
- samples/python/snippets/mser.py
- samples/python/snippets/opt_flow.py
- samples/python/snippets/squares.py
- samples/python/snippets/stitching.py
- samples/python/snippets/texture_flow.py
- samples/python/snippets/watershed.py