-
-
-
-
wpdencmp.rar
contour函数的使用
matlab小波降噪
全局软阈值消噪图像
无偏估计软阈值消噪图像
同态滤波
启发式软阈值消噪图像
-
-
RemoveBlackConnectedComponents.rar
使用opencv去掉二值化图像中黑色面积较小的连通域。
程序中语句 tmparea = fabs(cvContourArea(contour)) 可以得到当前连通域的面积,当此面积小于阈值时对其填充为白色。
rect = cvBoundingRect(contour,0) 得到的是框住连通域的最小矩形,对矩形中的黑色部分将其填充为白色,但是这样的话, ...
-
-
BasicSnake_version2e.rar
The basic snake segmentation (2d and 3d). A snake is an active (moving) contour, in which the points are attracted by edges and other boundaries. To keep the contour smooth, an membrame and thin plate energy is used as regularization.
-
main.rar
Hand contour detection in copenCV
-
Contour.rar
基于VC的图像边缘检测与提取系统,对图像进行评议,滤波,锐化等处理,最后得到图像的边缘轮廓
-
-