1. _coverage.py(统计使用了OPENCV中多少个API)
2._doc.py(*. py 没有_doc_ 字符)
3.asift.py(图像匹配)
4.browse.py(导航放大图像)
5.calibrate.py camera_calibration_show_extrinsics(相机校正)
6.camshift.py(camshift算法 相机)
7.coherence.py(Coherence-enhancing filtering example)
8.color_histogram.py(Video histogram sample to show live histogram of video)
9.common.py(本地模块)
10.contours.py(轮廓)
11.deconvolution.py(图像反卷积)
12.demo.py
13.digits.py digits_adjust.pydigits_video.py(向量机)
14.dis_opt_flow.py(评光流)
15.distrans.py(Distance transform sample.)
16.edge.py(在树莓派是可以执行)
17.video_v4l2.py(OK 证明Camera是没有问题)
18.facedetect.py(看文件名就知道是)
19.feature_homography.py
20.find_obj.py
21.fitline.py(直线拟合)
22.floodfill.py
23.gabor_threads.py (魔幻光影滤镜 学习了)
24.gaussian_mix.py(聚合)
25.grabcut.py
26.hist.py(直方图)
27.houghcircles.py
28.houghlines.py(霍夫变换)
29.inpaint.py(绘图)
30.kalman.py(卡尔曼)
31.kmeans.py(K值算法)
32.lappyr.py
33.letter_recog.py(TrainData类型数据集)
34.lk_homography.py
35.lk_track.py(运动跟踪)
36.logpolar.py(极坐标转换)
37.morphology.py(形态学操作)
38.mosse.py(相关滤波跟踪)
39.mouse_and_match.py(模板匹配)
40.mser.py(OpenCV最大稳定值检测)
41opencv_version.py(版本)
42.opt_flow.py(好玩)
43peopledetect.py(行人检测)
44.plane_ar.py(增强现实)
45.plane_tracker.py (平面追踪)
46.squares.py(Loads several images sequentially and tries to find squares in each image.)
47.stereo_match.py (把图片换 3D point)
48.stitching.py stitching_detailed.py(图像拼接)
49.texture_flow.py
50.tst_scene_render.py
51.turing.py
52.video.py video_threaded.py video_v4l2.py
53.watershed.py(分水岭)