搜索资源列表
ImageWatershedSegmentationcode
- 图像分割中的分水岭(water shed segmention)算法的源码-image segmentation of the watershed (water shed segmention) algorithm source code
Box
- 这个作品是我提交项目时做的, 技术基础:数字图像处理,灰度化,二值化,边缘检测,拉普拉斯算子,以及图像分割,分水岭算法 能够自动识别分割集装箱号码
fenshuilingsuanfa
- 分水岭的另一种算法,详细分
MultiDocImageN
- 图像处理与应用程序,由输入输出模块、基本处理模块与应用实例三部分组成。 输入输出模块:图像文件、视频采集(640x480)。 基本处理模块:点处理、邻域处理、彩色图像处理、二值图像处理、形态学处理、区域与边界处理。 应用实例:组合阈值、分水岭算法、PCB图像处理、图像合成原理。 - Image Processing Program,consist ImageFile,PointProcessing,NeighborProcessing,ColorImageProcess
WaterShed
- 自己编写的分水岭算法,平台是vc ,挺好用的,里面有操作说明。--I have written the watershed algorithm, the platform is vc, very good use, there are instructions.-
fenshuilingsuanfa
- 在图像特征提取、识别以及基于特征的图像压缩等领域内,作为关键技术的图像分割方法具有重要的地位。本文首先对基于区域的图像分割技术进行了介绍。然后针对静态位图图像,利用基于链码的分水岭算法对图像进行分割.达到与人视觉系统比较符合的分割结果。-In the image feature extraction, recognition and feature-based image compression and other areas, as a key technology for image seg
yingyongbiaojifenshuilingsuanfa
- 如果图像中的目标物体是连在一起的,则分割起来会更困难,分水岭算法经常用于处理这类问题,通常会取得比较好的效果。分水岭分割算法把图像看成一副“地形图”,其中亮度比较强的地区像素值较大,而比较暗的地区像素比较小,通过寻找“汇水盆地”和“分水岭界限”,对图像进行分割。-If the object in the image together, then split up and it will be more difficult, the watershed algorithm often used t