▍1. ConvexHull2D
对任意二维多边形,求出其二维凸包函数,用java实现(complex hull)
说明: 基于OpenCV的例程,修改实现了基于MFC对话框构架的期望最大化算法,将部份注释和运行提示译成了中文,有助于更好地理解原程序。(It s an MFC Dialog based Expectation Maximize algorithm modified from OpenCV source. Chinese comments are added to it to enchance better understand of the program.)
调用了opencv中的cvFindHomography这个函数求出了空间平面与像平面间的单应矩阵再通过单应矩阵求出需测距的像点对应的实际点,进而完成测距.(In application of cvFindHomography of openCV to measure the distance through photos.)
利用opencv实现相机的标定,算法采用张正友的棋盘法。结构很清晰易懂。(Opencv camera calibration algorithm using the checkerboard method of Zhang Zhengyou. The structure is clear and easy to understand.)
物體追蹤,最基本的C++語言運算,運用了OPENCV 的例子(camshift orbject tracking )
this programme for robots localisation uses the library opencv
单目摄相机标定!OpenCV实现,标定图像,标定结果。(Monocular camera calibration! OpenCV realization, calibration image, calibration results。)
在VC环境下,应用OpenCV载入图像,通过代码运算实现中值滤波。(In the environment of VC, it achieved median filtering through code operation, with the application of OpenCV to load images. )
learning opencv 电子版 自学(learning opencv electronic edition )
在VS2008平台上基于opencv编写的运动目标检测与跟踪的程序,检测与跟踪方法可选,并对跟踪目标编号,带有AVI视测试视频,效果很好,完全可以运行(Moving target detection and tracking procedures, methods of detection and tracking options, and AVI video with good results, can run)
使用opencv编写,可以实现感兴趣图像区域的分离与输出。(Using opencv write, you can achieve the separation and output of the image area of interest. )
计算机视觉处理高级程序包,实现了摄像机标定、立体匹配视差图、基于SSD算法的立体匹配、人脸模式识别、Snake算法轮廓查找功能。(High-level visual processing computer package, to achieve a camera calibration, stereo matching disparity map, SSD-based stereo matching algorithm, face pattern recognition, Snake algorithm profile search function.)
opencv基础教程 实例代码 3-3(opencv-based tutorial example code 3-3)
opencv的颜色识别,可以实现识别rgb(opencv the color identification, can identify the rgb)
RASANC去除无效点,实际测试,效果不错。(RASANC remove invalid points, good results.)
opencv的轮廓检测算法。计算并画出椭圆区域内的图像轮廓。(application of cvSnakeImage)
用opencv实现的矩形检测源码。可以检测图形中的矩形!(Rectangle Detection Using the OpenCv)