搜索资源列表
DistanceTransform(VC)
- 距离变换算法距很好的将二值图像变换为灰度图,为后续用分水岭算法做准备。并且附上详细的代码说明和例子。-distance from the algorithm will be two very good value for the image transform the gray level for the follow-up watershed algorithm used to prepare. And attached a detailed descr iption and code exa
DistanceTransform(vc++)
- 距离变换算法距另一种算法,很好的将二值图像变换为灰度图,为后续用分水岭算法做准备。-distance algorithm from another algorithm will be two very good value for the image transform the gray level for the follow-up watershed algorithm used to prepare.
distance_tran
- 基于OpenCV的距离变换,实现计算输入图像的说有非零象素与其最近零象素的距离。
distance_transforms
- 是讲如何对图像进行距离变换的资料,里面有变换的源代码和文献
MidAxes
- 依据距离变换生成的最科学的中轴线绘制程序。
BMPFILE
- 位图读取+距离变换+位图显示,带有中点画线算法
HomeWork
- 生成一个哑铃,进行欧几里德距离变换 里面涉及vtk5.0 并用到Saito’s 算法
DistanceTransformationByMATLAB65
- 在MATLAB提供的距离变换函数的基础上,对二值BMP图像进行不同距离度量的距离变换,并给出变换效果。程序已经在MATLAB6.5上运行通过。
9
- ch9_2_1:调用函数bwmorph实现骨架化操作(§9.2.4) ch9_2_2:利用函数bwperim实现提取边界操作(§9.2.4) ch9_2_3:利用函数bwmorph实现提取边界操作和骨架化操作(§9.2.4) ch9_2_4:利用函数imbothat处理图像(§9.2.4) ch9_2_5:利用函数imclose执行图像闭运算(§9.2.4) ch9_2_6:利用函数imopen执行图像开运算度(§9.2.4) ch9_2_7:利用函数imtophat增强
jiyuHausdorffdetuxiangpeizhun.
- 针对图像配准中常出现的RST(旋转-比例-平移)变换,推导出了相应的盒距离变换公式。与传统的基于广 义仿射变换的Hausdorff盒距离变换公式相比,缩小了搜索距离空间。在计算Voronoi表面时,根据Hausdorff距 离的计算需要提出比较滑动窗口的区域Voronoi表面,节省了计算Voronoi表面的时间。并且在利用边缘点计算 Hausdorff距离时,剔除琐碎的边缘,仅使用较长的边缘计算。试验结果表明,这些改进方法较大地提高了基于 Hausdorff距离的图像配准的计算速度。
salience
- 基于突变的距离变换用于图像的变化检测和目标检测与定位-The distance transform based on catastrophe
opencvske
- 基于opencv的距离变换程序,并进行去噪滤波,可用于求取物体几何骨架-Opencv-based distance transform processes and de-noising filter can be used to extract a geometric skeleton of an object
DistanceTransform
- 距离变换,用chamfer方法,实现栅格距离变换、曼哈顿距离变换和棋盘距离变换-Distance transform method with a chamfer distance transform of Grid, Manhattan distance and the chessboard distance transform transformation
DistanceTransform
- 对给定的图像做距离变换,用于图像中目标定位-do distance transform for an image
EDTransform
- 用带形状校正的腐蚀膨胀实现Euclidean距离变换-Implementation of Euclidean Distance Transforms Using Erosion and Dilation with Form Correction
dt
- 这是一个用于实现欧几里得距离变换的C++源代码-C++ code used to do Euclidean distance transform
disttransform
- 此程序是基于OPENCV的对图像进行距离变换的-This program is based on the OPENCV the distance transform the image
DistanceTransform
- 距离变换,图形图像处理中经常用到的,把一个二值图像变为灰度图像-Distance transform, Computer Graphics often used, to a binary image into a grayscale image
Distance
- 对bmp图像的读写操作及各种距离变换,如曼哈顿,棋盘距离变换,欧式距离变换等。-distance transformation of bmp pictures and access of bmp files.
Watershed-algorithm
- 基于距离变换的分水岭分割算法,该算法可以实现对粘连物体的分割。-Watershed algorithm