搜索资源列表
segobj
- 该程序对多物体二值图像进行多个物体分割,返回为各个物体的模板-the right procedures over two objects for a number of image objects segmentation, for the return of all objects template
阈值分割和轮廓提取
- 阈值分割和轮廓提取 源码,对使用阈值法进行图像分割的朋友很有帮助。-thresholding segmentation and contour extraction source, the use of the threshold value method for image segmentation helpful friends.
localized_seg.zip
- 基于水平集的彩色图像分割matlab实现算法(包括源码、测试图像),Based on the level set for color image segmentation algorithm matlab (including source code, test images)
GA-code
- 遗传算法用于图像处理中,有图像分割,图像特征提取,可以达到很好的效果-Genetic algorithms for image processing, there are image segmentation, image feature extraction, can achieve good results
pictureprocess
- 图像分割算法,给出了完整的源代码可供下载,在VC6.0环境下可用。-Image segmentation algorithm, given a complete source code available for download, in the VC6.0 environment available.
51622421edison_color-seg
- 这也是一个用于颜色分割的程序,只是这个程序可能度函数的时候可能会更方便-This is a procedure used for color segmentation, but this procedure may be the time function may be more convenient
watershed
- 图像分割算法,基于水波特征的分割,适合于比较小的图像。-Image segmentation algorithm, based on wave characteristics of partition, suitable for relatively small images.
bmptest
- 输入两幅图像,利用帧差法求运动对象,经过膨胀、腐蚀,然后区域分割计算车流量。-Enter the two images, the use of frame-difference method for moving object, after expansion, corrosion, and then calculating the flow region segmentation.
dib2
- 阈值分割和轮廓提取 供DIB图片处理学习用-Threshold segmentation and contour extraction for learning to deal with DIB picture
Sobel
- soble算子对于图像分割有着最重要的意义,可以对图像有很好的分割效果,初初上传,不好还望见谅-soble operator for image segmentation have the most important, you can have a good image segmentation results,初初upload, not look to be forgiven
colorimageprocess
- 这个是我收集的关于彩色图像分割的一些资料,比较齐全。彩色图像对于256色图像来说分割更为复杂,这个资料可以提供一些帮助-This is my collection of color image segmentation on some of the information, a relatively complete. Color image segmentation for the 256-color image is more complex, this information can pr
LipLoca
- 实现一种结合颜色空间、变换及变形模板的自动唇部定位及唇轮廓提取、跟踪方法首先在空间建立肤色模型进行人脸检测、定位, 并由人脸几何特征进行唇部粗定位然后结合唇色模型进行变换使肤、唇色差别明显化, 提出根据亮度信息对变换结果预处理后用法进行图像分割, 经唇色模型进一步验证后实现唇部精定位再使用变形模板来进行嘴唇轮廓特征提取, 为增强内轮廓定位的鲁棒性, 对经亮度预处理和唇色模型验证得到的口腔区域边缘图进行曲线拟合来实现内轮廓定位最后, 将唇读图像序列中上一帧的唇部定位结果拓展后作为当前帧的预测区域再
HOUGH_Car
- 提出了一种先分段,再利用Hough变换拟合直线的水平分割方法和基于先验知识约束的垂直分割方法,同时提出目标增强的预处理方法.大量实验表明,该算法较好地解决了以上问题,适用于各种质量的车牌图像,分割的准确率较高.-Presents a first section, then use the level Hough transform fitting straight line segmentation method and prior knowledge constraints on vertic
SIFT_VS
- 经典的sift分割匹配算法的实现 很有借鉴和指导意义,推荐新手使用-The classic matching algorithm to achieve segmentation sift a very useful reference and a guide is recommended to use for novice
clustering-algorithm
- 聚类算法有很多种,该程序是基于K-均值聚类算法,主要用于图像的分割-There are many clustering algorithms, the program is based on the K-means clustering algorithm, mainly used for image segmentation
matlab
- 本文重点研究了面积法对车流量进行统计。在研究算法过程中主要用到了车辆图像检测相关的灰度化、滤波、图像增强、锐化等图像处理基础知识,并将这些知识的算法进行了比较研究。进而用到了阈值分割、边缘检测、以及形态学操作等图像分割技术以及车辆的检测和提取算法。最后设计了一种实时可靠的统计算法。-This paper focuses on the area method for traffic statistics. In the study of algorithms used in the vehicle
work
- 程序包含了数字图像处理的几个基本的图像处理方法 包括图像的锐化 灰度变换 边缘检测 图像分割 对于学习图像处理很有帮助-Program includes digital image processing some basic image processing methods including image sharpening gray transform edge detection image segmentation for learning image processing helpfu
DSplit
- VC图像编程,用于图像动态切分 VC图像编程-The VC image programming for the image dynamic segmentation
pro
- 实现图像的提取、分割、灰度、直方图等等功能、还有GUI,仅供新人学习-Realize the image extraction, segmentation, grayscale, histogram and so on function, and the GUI, only for new learning
603527
- 图象处理集合(对位图的处理)包括如下: 1.图象分析:图象分割和边缘检测 2.图象编、解码:huff,PCX,GIF,JPG等; 3.滤波处理:包含多种滤波器(高,低通,交互式带阻); 4.数学形态学:图象的腐蚀和膨胀,开、闭运算,图象的粗、细化等; 此外还有视图的编辑、灰度处理、图象恢复、小波分解和重构等等。 提供所有操作的源代码! 1.demo:是该处理集合的可执行文件(自己编译吧)。图象处理集合.rar--------demo的源代码!