搜索资源列表
ImageSegmentation
- 包含了对图形进行标识物体测量面积周长和阈值分割和轮廓提取的程序.可以对图形进行基于阈值方法的分割并测量图形中物体的周长和面积-contains graphics objects for identification and measurement area perimeter threshold segmentation and contour extraction procedures. Graphics can be based on threshold of segmentation an
VC_ImageProcessing
- 《Visual C++数字图像获取、处理及实践应用》杨枝灵、王开等编著。内容:第4章 图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);第5章 图像复原(逆滤波复原、维纳滤波方法);第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Codin
OpenCVFindContoursByAdaptiveThreshold
- 在VC6下基于OpenCV的轮廓检测程序,其中图像的二值化操作基于Canny和自适应阈值。通过trackbar来实现不同情况下的轮廓检测。-in VC6 OpenCV Based on the outline of testing procedures, these two images based on the value of operating Canny and adaptive threshold. Through the trackbar to achieve under diffe
吴毕业设计模板(正文)
- 吴毕业设计模板(正文) 对遥感图像空间信息的提取方法进行了总体性的概述,深入研究了遥感图像空间信息提取过程中的图像的平滑预处理、图像的边缘检测、图像增强、图像阈值分割、目标物体的轮廓提取及图像的测量等遥感图像处理技术,进行了各种算法的比较。
阈值分割和轮廓提取
- 阈值分割和轮廓提取 源码,对使用阈值法进行图像分割的朋友很有帮助。-thresholding segmentation and contour extraction source, the use of the threshold value method for image segmentation helpful friends.
opencv阈值分割轮廓提取等图像基本处理源程序,已验证,均可使用
- 利用opencv和C++结合使用的,对图像进行阈值分割、轮廓提取和模糊增强等。
求图像的二值化最佳阈值
- 求图像的二值化最佳阈值 利用opencv 实现图像的膨胀,腐蚀,开运算,闭运算,求轮廓操作,并可以从外部文件导入结构算子-Find the best binary image threshold image using opencv achieve dilation, erosion, opening operation and closing operation, find the outline of operation, and can be imported from an extern
chap7.rar
- 医学图像处理,绝得能用的细胞边缘检测,分割最佳阈值的迭代算法,轮廓提取受噪声影响的分析,Medical image processing, the cells must have to use edge detection, segmentation optimal threshold of iterative algorithm, contour extraction affected by noise analysis
vc_imageprocessing
- VC++图像处理程序,哈弗变换,边缘检测,差影法,轮廓提取与跟踪,模板匹配,投影法,图像复原,阈值分割,种子填充等。-VC++ Image processing procedures, Haversian transform, edge detection, and poor shadow law, contour extraction and tracking, template matching, projection, image recovery, threshold segmentat
Demo_Program
- 数字图像处理比较完整的程序,包括图像二值化、灰度线性化、阈值变换、边缘检测、轮廓跟踪、图像细化-More complete digital image processing procedures, including image binarization, gray linear, threshold transform, edge detection, contour tracing, image thinning, etc.
tuxiangfenge
- 此原码包含两部分:标识物体测量面积和周长,阈值分割和轮廓提取。-This source code contains two parts: marking objects measuring the area and perimeter, threshold segmentation and contour extraction.
Yuzhifenge
- 图像阈值分割,包括:直方图门限选择、半阈值选择和迭代阈值。图像边缘提取,包括:轮廓提取、边界跟踪和区域增长-Image threshold segmentation, including: histogram threshold selection, quasi-threshold selection and iterative thresholds. Image Edge Detection, including: contour extraction, boundary tracking a
DSplit
- 基于灰度的统计直方图,实现阈值的图像分割与轮廓提取。-Based on Gray Histogram statistics to achieve the threshold image segmentation and contour extraction.
coloredgedetection
- 基于形态学的彩色边缘检测,首先在RGB空间对原彩色图像的R,G,B三副伪彩色图像分别进行形态学边缘检测,然后对三副图像的边缘强度进行合并,采用阈值分割法提出图像的轮廓边缘。-Based on morphological edge detection of color, first of all in RGB space to the original color image of the R, G, B three pseudo-color image, respectively, morpho
edgetrace
- 边缘轮廓跟踪后傅立叶算子特征。这是课上的一个作业,原图->阈值分割->canny轮廓算法->边界表示->边界傅立叶算子描述->结果-After tracking the edge of the outline of the characteristics of Fourier operator. This is a class operation, image->threshold->canny contour algorithm->boundar
imagesegmenttheroyandapplication
- 1.图像分割方法研究综述;2.基于边缘检测算子的双阈值二值化方法;3.结合形状统计信息的水平集图像分割 4.基于方向局部方差的快速主动纹理分割 5.基于目标轮廓的运动跟踪 6.左心室核磁共振图像的分割-1. Methods of image segmentation 2. Based on Edge Detection Operator of dual-threshold binarization methods 3. Combined with the shape of the level
improcess
- 图像处理的一些基本方法,包括中值滤波,轮廓提取,模糊方法阈值计算,三次样条插值等方法-method of image
image-partition
- 本例程包含图像阈值分割、目标图像的轮廓提取、模板匹配、图像的测量-This routine contains the image threshold segmentation, target image contour extraction, template matching, image measurement
27796692EdgContour
- 实现目标的边缘检测 阈值分割,轮廓提取。数字图像处理常用的方法-Goals thresholding edge detection, contour extraction. Common method of digital image processing
HandlePixels
- 图像像素的 一些处理,里面包括:轮廓抓取,直方图,找阈值,图像反转,从Ptw图像转换到Bmp图像-Some of the image pixel processing, which include: profile capture, histogram, find the threshold value, image reversal, from Ptw image is converted to the Bmp image