搜索资源列表
SnakeProfile
- opencv例子里没有提供cvsnakeimage的使用方法,在此整理一个例子,可以形象的看看snake算法的结果,大致做法是: 首先设定域值分割,把基本的轮廓找出来,见图中蓝色轮廓线,再将轮廓点传入cvSnakeImage函数,计算出绿色的snake轮廓线。 其中参数alpha代表点相互靠拢的权值(0-1.0),beta表示弯曲能量(越小越容易弯曲)(0-1.0),gamma表示整体能量(0-1.0)。其中参数我自己也不确定具体的范围,最好自己更改不同的范围试试. -o
Opencv_Chinese_handbook
- 基础结构 数组操作o初始化o获取元素和数组子集o拷贝和填充o变换和置换o算术、逻辑和比较o统计o线性代数o数学函数o随机数生成o离散变换 动态结构o内存存储o序列o集合o图o树 ----------------- 绘图函数 ****************************************o典线和形状o文本o点集和轮廓 数据保存和运行时类型信息 樊臻韬o文件存储o写数据o读数据o运行时类型信息和通用函数 --------------- 其它混合函数 错误处理和系统函数o错误处理o系
hough-change
- 利用opencv对图像进行哈夫变换,Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。-Opencv use the Hough transform to the image, Hough transformation point- line Duality image space and Hough parameter space to the image
CV4
- 立体视觉相关的程序,这部分需要先了解图像和摄像机之间的对立关系,并对极线几何比较了解,先把原理熟悉了以后,具体到编程上就会轻松一点,整体还是比较耗时的。具体来说,程序使用SSD得到匹配点,然后根据匹配点计算出基本矩阵,最后计算出匹配点相关的极线-Stereo vision procedure, this part of the need to understand the antagonistic relationship between the image and the camera, an
hull
- 【opencv】 画出散点的轮廓线 提取合理概率估计空间-[Opencv] draw scatter contour extraction reasonable probability estimation space
opencv-realize-circle-on-the-map
- 程序实现功能:通过鼠标左键画线、圆、椭圆、多边形。右键点击鼠标实现橡皮擦功能。还可实现逻辑画图-itis good for you learning opencv !
SNAKE
- 首先设定域值分割,把基本的轮廓找出来,见图中蓝色轮廓线,再将轮廓点传入cvSnakeImage函数,计算出绿色的snake轮廓线。 其中参数alpha代表点相互靠拢的权值(0-1.0),beta表示弯曲能量(越小越容易弯曲)(0-1.0),gamma表示整体能量(0-1.0)。其中参数我自己也不确定具体的范围,最好自己更改不同的范围试试.-First set the threshold segmentation, find out the basic outline, blue contou
SIFT
- sift可对两幅图像进行对齐,配准,找出对应的特征点,画线,对进行拼接-Sift the two images aligned to registration, find out the corresponding feature points, line drawing, for stitching
MiniImageFrame-OpenCV
- 处理经典的改变蒙娜丽莎嘴角方向的问题,在图片上画线段,线段首尾分别是改变前后像素点的位置,根据用户画线可构造插值函数,并输出该函数对图片作用后的结果图片(即蒙娜丽莎改变嘴角方向之后的图片)-IDW & RBF Algorithm
shipinhuaxian
- opencv在视频上点击鼠标画线,并且检测运动物体,并用方框标记。-opencv mouse click on the video to draw lines, and detects moving objects, with boxes labeled.
OpticalFlowOri
- 基于opencv的光流法源码,主要应用为目标跟踪,会给出目标运动角点的起始位置与当前位置的连线-Connection opencv source code based on optical flow method, the main application for the target tracking, target motion corners will give the starting position and the current position
opencv-Polargeometry
- 依据极线几何原理,用opencv实现对两幅图像检测特征点后计算基本矩阵。在其中任意一幅图像中选点,在另一幅图中显示极点和极线。-Based on the principles of epipolar geometry, with opencv after two images to detect feature points to calculate the basic matrix. In either an image point, poles and lines displayed in
project_6_extended_kalman_filter
- 卡尔曼滤波在汽车上的应用,车道线识别跟踪,消失点,检测目标的识别跟踪(kalman_filter in car lane detection)
test5
- 修改一个图像的像素值,让修改像素值的点显示线,矩形,圆等图形。(Modify the pixel value of an image so that the point of the pixel value can be displayed, such as lines, rectangles, circles and other figures.)