
图像处理
文章平均质量分 60
virus1992
http://blog.163.com/zui_ge/
展开
-
【mathematical morphology】Quoit-filter
Reference: Quoit filter----a new filter based on mathematical morphology to extractthe isolated shadow, and its application to automatic detection of lung cancerin X-ray CT . Q-filter 用以自动检测出现病态阴原创 2013-12-23 16:20:59 · 947 阅读 · 0 评论 -
cvCanny:Canny边缘检测
/************************************************** * cvCanny:Canny边缘检测 **************************************************/ /*******************************************************************转载 2014-03-01 21:56:49 · 1021 阅读 · 0 评论 -
static void cvTsDistTransform( const CvMat* _src, CvMat* _dst, int dist_type, intmask_size, float* _
/**M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying,转载 2014-03-02 22:58:16 · 1249 阅读 · 0 评论 -
cvDistTransform距离变换
DistTransform 计算输入图像的所有非零元素对其最近零元素的距离 void cvDistTransform( const CvArr* src, CvArr* dst, int distance_type=CV_DIST_L2, int mask_size=3, const float* mask=NULL ); src转载 2014-03-02 22:53:28 · 1786 阅读 · 0 评论