搜索资源列表
watershed
- 图像处理,opencv实例编程代码,分水岭算法-Image processing, opencv examples of programming code, watershed algorithm
Exercise_13
- 分水岭法图像滤波,Open and Close Threshihold!-Image Filtering watershed Law, Open and Close Threshihold!
snake
- snake technic and watershed in open CV
WaterShed
- 用imageload库打开图像,实现分水岭算法和改进分水岭算法。-Open the image using imageload library to achieve watershed and improved watershed algorithm.
tuxiangfengexitong
- 这是个基于VC++的图像处理系统,主要实现实现系统能对图像文件(bmp、 jpg、 tiff、 gif等)进行打开的功能 2.实现系统能对图像文件进行保存,另存的功能 3.实现系统能对图像文件进行打印的功能 4.实现系统退出操作的功能 5.图像分割:阈值分割、区域生长、分裂合并 、区域增长法、特征空间聚类法、用分水岭变换分割法等各种方法,实现复杂区域的分割 希望对大家有用-This is based on VC++ image processing system, t
fenshuiling
- 本程序首先对图像进行开闭重建操作,然后标记其最大值,最后利用快速分水岭算法对图像进行处理,增加了执行速度,分为两个文件,运行时注意读取文件的路径。并附有相关文档-This program use the open and close the first image reconstruction operation, then mark its maximum, finally, using the rapid watershed algorithm to do image processing,
watershed
- MFC界面打开一副图片,对其进行分水岭算法分割-MFC interface to open a picture, its watershed segmentation algorithm
Lvwatershed
- 本程序利用opencv开源库实现watershed算法,利用人工选择种子点与梯度图两种方法来获取种子点。压缩包内有word文档介绍具体的操作和示例。-The program uses the open-source opencv library implements watershed algorithm, using artificial selection gradient map seeds and seed are two ways to get points. Compressed p
watershedcrit
- 改进的分水岭算法.(外国) 先进行滤波开闭等预处理,再用matlab自带函数进行分割.-Improved watershed algorithm (foreign edition)First,use some Pretreatments like open and close to filiter the graph,then use code of MATLAB instrument to oversegmentation.