搜索资源列表
imageclipper20080905
- Image for divide the image image to many sub area
exparement
- this a program for detecting the license plate from the image and divide it into defferent images each one contain one character-this is a program for detecting the license plate from the image and divide it into defferent images each one contain one
1
- 图像分割指把图像分成各具特性的区域并提取出感兴趣目标的技术和过程,它是由图像处理到图像分析的关键步骤。小麦的图像分割是使用各种图像分割算法对小麦图像进行处理和研究,提取出有用的图像信息以实现小麦粘连籽粒的分离,为进一步利用图像处理技术分析小麦品质提供依据。因此,对小麦图像分割方法的研究具有十分重要的意义。 本文首先研究了图像分割算法的分类以及常用图像分割算法的基本原理。然后针对小麦图像的特点,研究了在不同光照、背景和连接情况下使用的小麦图像分割方法,对各种分割算法进行了比较、结合和改进。重点
block4x4
- divide the image in to sub blocks
dct
- extract file and the working is to get dct matrix of 256*256 image which is divide into each 8*8 image block
xifenkuai1
- 将图像分成16个子块,并对两两块做功率谱密度-divide the image to 16 sub-images
Connected-component-labelling-by-an-Iterative-alg
- Connected component labeling by an Iterative algorithm used for labeling image pixel.It will divide the region according to pixel value.
shuipingji
- 图像分割就是把图像分成若干个特定的、具有独特性质的区域并提出感兴趣目标的技术和过程-Image segmentation is to divide the image into several specific area, unique quality and interested target technology and process are put forward
zsyyz
- 可以根据图像的局部特征分别采用不同的阈值进行分割。实际处理时,需要按照具体问题将图像分成若干子区域分别选择阈值,或者动态地根据一定的邻域范围选择每点处的阈值,进行图像分割。-According to the local characteristics of image with different threshold segmentation. Actual processing, the need to divide the image into several sub areas accor
divide
- 对图像进行分块处理,可以设置分块比例,该程序设置的是8*8的比例,将图像分成64块-The image processing block, you can set the ratio of the block, the program is set proportion of 8* 8, the image is divided into 64
Image-computation
- 实现遥感图像的四则运算,包括图像的加法,减法,乘法和除法。-This program can achieve the image computation, including add, subtract, multiply and divide algorithm.
layer-divide
- 对单幅图像进行位平面分解,可进行图像增强,图像去雾等图像处理操作有所帮助-To a single image plane decomposition, image enhancement, can be the image to image processing operation such as fog help
block_divide
- 图像分块,针对图像压缩前的对于图像的预处理-divide the image
Digital-Image-Processing
- 有源码,适合学习C++的人 一、 读入一幅灰度图象,编写程序显示图象中任一象素点的灰度值。 二、 编程实现RGB彩色空间到HSV彩色空间的转换,并通过调整H、S、V的值实现图像亮度、色度和色饱和度的调节。 三、 1.灰度线性变换、分段线性变换 2.灰度直方图均衡、规格化 3.图象卷积:各种模板实现低通、高通滤波 4.图象中值滤波、最大值滤波、最小值滤波、模板选择滤波 5.伪彩色图象增强 四、 1.图象的加、减、乘、除和逻辑运算。 2.图象的镜像变换、图象的缩放
init_fcm1
- 基于边缘的分割方法,图像分割就是把图像分成若干个特定的、具有独特性质的区域并提出感兴趣目标的技术和过程。它是由图像处理到图像分析的关键步骤。-Segmentation method based on edge, the image segmentation is to divide the image into a number of specific area, unique quality and interested in technology and process of target
diedaifa
- 迭代式阈值选择是对双峰法的改进,先选择一个近似阈值,将图像分为两部分,计算两部分的均值,用两部分的均值的平均值作为新的分割阈值,重复操作直至均值不变。-Iterative threshold selection is an improvement on the bimodal method. First an approximate threshold, divide the image into two parts, calculate the average of the two part
medical-Image
- 利用最小误差法分割医学图像,在肺部图像上试了试,还不错的-Using the minimum error method to divide the medical image, in the lung image on the test, also good
save dis
- 对图像进行不均等分块,并对分区后的图像进行保存(Divide the image into blocks and save them)
肺实质提取
- 先读取DICOM格式的医学图像,获得相应的与智能,再对图像进行分割,最后进行肺实质的提取。(First read the medical image in DICOM format, obtain corresponding and intelligent, then divide the image, and finally extract the lung essence.)
SLICtest
- 采用超像素进行分割图像,自己设置分割的超像素个数,最后显示分割后的结果。用两个矩阵记录每个超像素块的所有点坐标。(The Superpixel is used to divide the image, and the number of the Superpixels is set by yourself. Finally, the segmentation results are displayed.)