搜索资源列表
watershed_c++
- 一种分水岭算法的C语言程序。包含watershed.cpp, kenel.cpp, transform.cpp等源代码-a watershed algorithm C language program. Included watershed.cpp, kenel.cpp. transform.cpp such as source code
MyImageDBDoc
- 用c++编写的一个图像分水岭算法的程序,用于图像分割
segmentaion
- 我自己用vc写的一个图像分割的程序,先用分水岭算法得到一个初始的分割结果,然后根据每个小块的颜色和形状进行合并,最后得到一个统计最优的分割结果。相关算法可以参阅下面的文章 Xiao Chen He, Nelson H. C. Yung, K.P. Chow, Francis Y.L. Chin, Ronald H. Y. Chung, K. Y. K. Wong, Kenneth S.H. Tsang, “Watershed Segmentation with Boundary Curvat
imagewatershedsegmentation
- 分水岭算法在图像分割中的应用程序,本文是在c语言的环境下运算
cvWatershed 基于C++语言的分水岭算法
- 本程序是基于C++语言的分水岭算法,其中调用了opencv的函数库。-This procedure is based on C++ language, watershed algorithm, which is called the opencv library of functions.
color3dseg.rar
- 彩色图像分割算法:彩色分水岭分割算法,C++实现,直接对彩色图像进行分割处理。,Color Image Segmentation Algorithm: color watershed segmentation algorithm, C++ to achieve a direct segmentation of color image processing.
fenshuiling
- Opencv图像处理中的分水岭算法的实现。Opencv做图像处理很方便,matlab移植到c++比较麻烦-2D image segmentation in c++ and opencv
watershed.rar
- watershed(分水岭算法),在opencv下,采用c编写,\watershed
WaterShed(CPP)
- 分水岭算法(WaterShed)的C++实现,针对导入的位图进行分水岭算法分割,是基于MFC的实现-Watershed algorithm (WaterShed) of the C++ implementation of the imported bitmap for the watershed segmentation algorithm is based on the realization of MFC
watershed
- 基于ift的分水岭算法 可以在c++环境下,实现对彩色图像的分水岭分割,较基础分水岭算法节省了时间周期和复杂度。-ift-based watershed Segmentation
Watershed
- 分水岭算法的几个经典参考论文,希望对大家研究这个算法有所帮助。-Several classic watershed algorithm reference paper, we want to help of this algorithm.
watershed
- 很经典的分水岭算法,好好品味很有用的 C++实现的 花了我很长时间-Classic watershed algorithm, a good taste of useful C++ implementation took me a long time
watershed
- 分水岭算法的C++实现,具有很好的边缘检测效果-Watershed algorithm C++, has a good edge detection
WatershedAlgorithm
- 分水岭算法(Watershed Algorithm),C++程序,包括详细的算法的理论和实现源码。-Watershed algorithm (the Watershed Algorithm), C++ program, including details of the algorithm theory and implementation of source.
wwattershedVCa
- 分水岭算法Visual C源代码与详细说明:梯度图像、标记图像的预处理,连通区域域的标定,最后找到分水岭。详细说明梯度图像,标定图像,输出图像的初始化,绝对可用。 -Visual C source code and detailed descr iption of watershed algorithm: the gradient image and marker image preprocessing, the connected region domain calibration, an
watershed
- 分水岭图像分割算法C++程序源代码简单明了图像分割效果好-watershed arithmetic methods
MyWaterShed_1
- 首先,代码是用C写的,但是用于MATLAB调用,相当于用C编写了MATLAB的一个子函数。其实,分本算法是分水岭算法,参看冈萨雷斯图像处理分割章节的内容。-啊 watershed algorithm based on c for matlab
watershed
- 基于opencv的c++编程,用分水岭算法对图像进行轮廓提取-Based on the opencv c++ programming, using the watershed algorithm for image contour extraction
Watershed
- 分水岭算法的一种源程序,具体内容需要修改-Watershed matlab C++
7分水岭算法
- 利用opencv实现分水岭算法,可直接运行(Opencv implementation of watershed algorithm)