搜索资源列表
Image-GetEdge
- 用四邻域法和八邻域法,通过象素的颜色,找出图像的边界。
Picture
- 二值图像的四邻域,八邻域法 以及标号法清除散落点
bianyuanjiance
- 用于边缘检测的一个程序,主要是采取的像素的四邻域的特性
seed_fill
- 此代码给出了四邻域与八邻域的种子填充数据结构函数源码-Change the code gives the neighbors field and eight neighborhood filled with data structure functions of seed source
resample
- 四邻域加权平均算法 实现了图像的高质量重采样-resample function
tagconnectedregion
- 用于二值图像中的连通区域标识,采用四邻域方法,对联通区域进行判断。-Binary image for the connectivity of regional identity, with neighbors domain method, Unicom region to judge.
FuzzyTree
- 实现四邻域的模糊连接度图像分割。个人第一次用matlab写代码,没有运用matlab的矩阵思想,大体上是用C的思想在matlab中实现模糊连接度图像分割。-fuzzy connectedness image segmentation.
ImageProcessing
- 大概包括:左右、上下、中心对称,中值滤波,平移、裁剪、二值处理、膨胀、腐蚀、提取边界、缩放、旋转(中心保持不变和中心随旋转变化)、加权平均滤波(里面将四邻域、八邻域、laplace、sobel算子定义为数组并调用)。-Perhaps include: around from top to bottom, the center symmetry, median filter, pan, cutting, deal with two values, expansion, corrosion, ext
histogrammethod
- 直方图规定化 规定灰度为[zeros(1,49),0.1,zeros(1,49),0.2,zeros(1,49),0.3,zeros(1,49),0.1,zeros(1,49),0.2,zeros(1,49),0.1] 直方图均衡化,四邻域平均法,阈值平均法 加权平均法- Gray histogram specification provides for the [zeros (1,49), 0.1, zeros (1,49), 0.2, zeros (1,49), 0.3, zer
MIC
- 实现Trajkovic 四邻域的角点检测,它是一个类-Trajkovic_4 corner detect
pic
- 最邻近和四邻域算法实现图像缩放 支持大批量转换 dos调用-Achieve high-volume to read information from text conversion dos command line call
improvedDWT
- 一种基于DWT的自适应数字水印算法。先将图像进行DWT分解,然后根据选定像素与其四邻域均值的关系,确定要嵌入的水印值。-DWT-based adaptive digital watermarking algorithm. DWT decomposition of the image first, then the selected pixel and its neighbors according to the relationship between the mean field, deter
ImageBoundaryExtraction
- 该文件夹中有六个M文件,说明如下: boundary_extraction.m : 目标区域边界抽取主函数,其中调用ostu、four_neighbor、eight_neighbor、globe_graph otsu.m : 类判别分类法(otsu全局二值化算法) four_neighbor.m : 四邻域法边界抽取 eight_neighbor.m : 八邻域法边界抽取 globe_graph.m : 全局检测法边界抽取 area_peri.m : 目标区域
Image
- 影像按照四种颜色进行识别及分类,并使用四邻域生长算法将附近邻域颜色打通。-image classfy
expand
- 通过递归实现对图像四邻域的膨胀,并统计膨胀后连通域的个数-Through the recursive realize to the image of the neighbourhood domain expansion, and statistical expansion of number of connected domain
Regin
- 通过四邻域遍历图像来分割图像,为每个对象赋予特定的ID-Image Segmentation
CCA
- 对信号做相关分析的源代码,原始信号与周围四邻域信号做相关-Correlation analysis was done on the signal' s source code, the original signal with the surrounding neighbors to do the relevant domain signal
SatellitePhotographsT2
- 计算"*","."组成的方形中,四邻域"*"的最大面积-Farmer John purchased satellite photos of W x H pixels of his farm (1 <= W <= 80, 1 <= H <= 1000) and wishes to determine the largest contiguous (connected) pasture. Pastures are contiguous when any pair o
Sobel
- sobel将图像中的每个像素的上、下、左、右四邻域的灰度值加权差, 与之接近的邻域的权最大-Right sobel gray value of each pixel in the image, down, left and right neighbors field of weight difference, with the largest neighborhood close
imagereconstruction
- 通过四邻域方法获得低分辨率图像,用双线性插值和邻域插值进行超分辨率图像重建-The low resolution image is obtained by the four neighborhood method, and the super resolution image is reconstructed by the bilinear interpolation and the neighborhood interpolation.