搜索资源列表
-
0下载:
opencv实现的snake算法,可以用于轮廓提取。,opencv realized snake algorithm, can be used for contour extraction.
-
-
0下载:
opencv例子里没有提供cvsnakeimage的使用方法,在此整理一个例子,可以形象的看看snake算法的结果,大致做法是:,opencv example does not provide cvsnakeimage way to use an example in this order, you can see the image of the snake algorithm results, generally the practice is:
-
-
0下载:
opencv例子里没有提供cvsnakeimage的使用方法,在此整理一个例子,可以形象的看看snake算法的结果,大致做法是:
首先设定域值分割,把基本的轮廓找出来,见图中蓝色轮廓线,再将轮廓点传入cvSnakeImage函数,计算出绿色的snake轮廓线。
其中参数alpha代表点相互靠拢的权值(0-1.0),beta表示弯曲能量(越小越容易弯曲)(0-1.0),gamma表示整体能量(0-1.0)。其中参数我自己也不确定具体的范围,最好自己更改不同的范围试试. -o
-
-
0下载:
基于CV的SNAKE算法,使用时候请安装OPENCV的库,日文注释,主体意思应该可以看明白-Based on the CV of the SNAKE algorithm, when the use of the library, please install OPENCV, Japanese Notes, the principal should be able to understand the meaning of
-
-
0下载:
Snake algorithm using OpenCV
-
-
0下载:
基于opencv的snake算法,可以根据能量优化物体的轮廓-Opencv algorithm based on the snake, according to the outline of the object energy optimization
-
-
0下载:
This code implements snake algorithm using opencv
-
-
0下载:
基于openCV的snake算法,配置好之后可以直接运行,根据滚动条选择参数-the snake algorithm based on openCV,we can set the paramater by ourselves
-
-
0下载:
利用传统的主动轮廓提取模型,提取单个物体的轮廓,用了opencv图像处理库,通过此算法,对编程有了更深的理解。-Using traditional active contour extraction model, extracting the outline of a single body, with opencv image processing library, through this algorithm, a deeper understanding of programming.
-