搜索资源列表
test7
- 一个线段的裁减算法,具体实现在矩形区域内,对两条直线裁减。-a segment of the reduction algorithm, rectangular concrete realization in the region, the two straight cuts.
IanPolyganfill1022
- 很有名的扫描线填充算法实现。可以用左键画完所有的封闭线段,然后点击右键填充所有封闭区域-famous scanning lines filling algorithm. Left unfinished can use all the closed segment, then right-click to fill all the closed region
region growing
- Using seeded region growing to segment the leaf image.
segment.tar
- 对二值图像进行连通域标记,然后根据面积,周长等特征进行分割。-labeling the connected region in a binary image, and then segment it by terms of area and border pixels.
AudioWatermarkingforContentAuthentication
- 该水印算法具有以下特点:1)结合音频自身的特性,不仅能够自适应划分音频数据段,而且能够智能调节水印嵌入强度,增强了数字音频水印的鲁棒性;2)能够同时进行数字音频的版权保护与内容认证,并可大致确定篡改发生区域,仿真实验表明,文中算法不仅具有较好的不可感知性,而且对常规处理具有较好的鲁棒性,同时能够对替换等而已篡改做出报警并确定被篡改位置。-The watermarking algorithm has the following characteristics: 1) combined with t
fusionandregistration
- -The existence of numerous imaging modalities makes it possible to present different data present in different modalities together thus forming multimodal images. Component images forming multimodal images should be aligned, or registered so that all
segment
- 使用区域增长的算法进行区域分割。鼠标点击图像的某个区域的某个像素,并指定染色所用颜色(红绿蓝黑),程序执行的结果是用指定的颜色把某个区域显示出来。-Regional growth in the use of regional segmentation algorithm. A mouse click on the image of a pixel region, and specify the dye color used (black and red and green), implement
Segment
- Image Segmentation Algorithm Using modified Region-Grow implemented in matlab
imagesegment
- 此M文件主要利用区域生长和边缘检测进行图像分割-image segment by region grow
splitmerge
- SPLITMERGE Segment an image using a split-and-merge algorithm. G = SPLITMERGE(F, MINDIM, @PREDICATE) segments image F by using a split-and-merge approach based on quadtree decomposition. MINDIM (a positive integer power of 2) specifies t
graph-based_segment
- 基于图论的图像分割,使用区域之间和区域内部进行比较的准则,对于风景图片效果不错。-Graph-based image segmentation, using the region based comparison criteria, good for scene images.
m-file
- 《数字图像处理》源码 部分函数列表 bayesgauss - Bayes classifier for Gaussian patterns. bound2eight - Convert 4-connected boundary to 8-connected. bound2four - Convert 8-connected boundary to 4-connected. bound2im - Convert boundary to image. boundar
segment
- define a predicate for measuring the evidence for a boundary between two regions using a graph-based representation of the image.
image-segment
- 选取读入一份彩色图像,在运行Untitled.m程序时先用鼠标交互的选取一个颜色区域作为你要与其他色彩分割的目标,进行分割,鼠标选取好后,按ENTER健后出现分割节后。-Select a color image read in the first run Untitled.m program interacts with the mouse as you select a color region segmentation of color with other objectives, segm
region-growing-method
- 基于区域生长法的图像分割的matlab源代码,可参照两个种子点设计多个种子点-This code is used to segment picture based on region growing method. More seed points can be designed referring to this code.
segment
- 基于VS2010的图像分割源码,包含一些常用的图像分割算法,如边缘检测、区域生长、阈值分割等,需添加灰度图调试-Based on the the VS2010 image segmentation source, contains some of the commonly used image segmentation algorithm, such as edge detection, region growing, thresholding, need to add the gray lev
segment
- 一种新的图像处理算法,结合边缘与区域增长算法,特别适合低对比度图像的分割。-a new image segement based on edge and ,region-growing ,have a good result for that low contrast image.
mean-shift_color-img-segment
- 基于matlab的彩色图像分割实验,运用meanshift算法以及区域生长法,算法包含漏检数,正确率的计算。-Matlab-based color image segmentation experiments, the use of algorithms and meanshift region growing algorithm contains the number of missed, calculate the correct rate.
Activeontours
- region wise image segment
segment
- 基于SVM与区域生长相结合的图像分割方法(Image segmentation method based on SVM and region growth)