搜索资源列表
regiongrow
- 区域生长C源代码,可以用于图像处理中的区域分割和区域标记。-Regional Growth C source code, image processing can be used for the regional division and regional markings.
regiongrow
- 利用区域生长法实现对图象的分割,此为C-C++代码
regiongrow
- 用IDL编写的区域增长代码,可以实现图像区域边界提取的区域增长处理
yanshichengxu1
- 自己编写的一个基于道路人流视频跟踪的程序,并给出跟踪路线,压缩包比较大内涵有多幅图像帧,注意要调用regiongrow.m,内涵于文件夹
yanshichengxu12123212
- 自编程序,基于对单目标跟踪的DEMO,简化处理步骤,主要是进行跟踪演示,并绘出路线图,有图片,文件比较大,注意调用程序内涵的regiongrow.m文件
区域增长法代码
- 此资源为区域增长法的实现代码,用于使用时选取一个合适的种子点进行区域填充,将彩色图像的不同区域分割出来
regiongrow.rar
- 该程序是MATLAB源程序,通过区域生长来对图像进行分割。,MATLAB source code of the program is through the growth to the region segmentation of images.
regiongrow.rar
- 区域增长速算法的C++编程实现代码,带有编程注释。,region grow c++ code for image processing
regiongrow.rar
- 区域生长法的图像分割方法,效果分厂不错,值得借鉴!,Region growing image segmentation method, the effect of a good factory, worth learning!
REGIONGROW
- 從一種子像素開始,透過平均灰階度、色彩等性質檢視,將類似性質的像素逐一納入所考慮區域中,逐漸長成一個性質相似的影像區塊。-Starting from a sub-pixel by the average degree of gray-scale, color and other properties to view, each pixel of a similar nature will be included in the region considered, and gradually gr
regiongrow
- 图像处理中的区域生长算法,利用若干种子点的选取进行区域生长。-Image processing region growing algorithm, using several seed points selected for regional growth.
deer
- 向亮度较高的方向生长为向内生长;向亮度较低的方向生长为向外生长。检测时误识别为白色区域的孔洞具有较高亮度,因此本文规定如果待生长点的亮度I大于一个阈值T则认为是向内生长,否则为向外生长。阈值T规定为235。确定为向内生长的区域如果为一闭合区域,即该区域的周围均是已经检测出的镜面反射区域,则直接将该区域设置为镜面反射区域。否则,向内生长结束的条件是亮度小于给定阈值Th,并且没有遇到表面材质边缘。边缘信息采用YCrCb颜色空间的Cr分量由“CANNY”算子求得-regiongrow
regiongrow
- 利用区域标记进行区域分割,去除面积较小的联通区域-Use of regional segmentation markers, removing smaller areas Unicom
regiongrow
- 完成区域生长算法,其中先使用sobel进行边缘检测(也可以跳过此步骤),再进行区域生长实现分割。使用VC++6.0,opencv1.0-Complete the region growing algorithm, which first edge detection using sobel (you can also skip this step), then the region growing to achieve segmentation. Use VC++6.0, opencv1.0
regiongrow
- 用MATLAB实现基于区域的区域生长图像分割方法的源代码。-REGIONGROW Perform segmentation by region growing.
regiongrow
- 基于区域的分割中的区域生长的源程序,将具有相似性质的像素集合起来构成区域-Region-based region growing segmentation of the source, the pixels with similar properties together form the regional
regiongrow
- 区域生长。此算法可以调用运行,算法简单可行。-region growing. it s useful and simple.
RegionGrow
- CBuilder的区域生长函数,修改自VC的代码,在WindowsXP+C++ Builder下运行通过-Function RegionGrow() for C++ Builder
regiongrow
- 图像处理,图像分割,区域增长源代码,regiongrowing-regiongrow code
regiongrow
- 图像处理中常用的M文件,区域生长regiongrow.m文件 paddedsize.m文件(The M file used in image processing, regional growth regiongrow.m paddedsize.m file)