搜索资源列表
Imagesegementation
- To carry on small comparison for he different threshold value under the image segmentation result, have to use many windows,namely for take a look at a different threshold value of slice segmentation ’s result at same window , the window be divided i
1
- 图像分割指把图像分成各具特性的区域并提取出感兴趣目标的技术和过程,它是由图像处理到图像分析的关键步骤。小麦的图像分割是使用各种图像分割算法对小麦图像进行处理和研究,提取出有用的图像信息以实现小麦粘连籽粒的分离,为进一步利用图像处理技术分析小麦品质提供依据。因此,对小麦图像分割方法的研究具有十分重要的意义。 本文首先研究了图像分割算法的分类以及常用图像分割算法的基本原理。然后针对小麦图像的特点,研究了在不同光照、背景和连接情况下使用的小麦图像分割方法,对各种分割算法进行了比较、结合和改进。重点
segment
- 这是关于图像分割和轮廓提取的一个工程,分割里面有三种阈值分割法,轮廓提取包括边缘、区域等方法。-This is about image segmentation and contour extraction of a project, which has three separate threshold image segmentation, contour extraction including edge, regional and other methods.
RadarSceneMatchingImage
- :采用基于内容的图像检索方法,对雷达景象匹配数据库中的图像数据进行兴趣目标的查询检索与识别.由于 雷达图像具有受斑点噪音影响明显等特点,故综合运用迭代阈值选取以及区域生长的方法,进行兴趣目标(主要是 机场)的分离;由于匹配数据库中图像数据范围比较大,包含目标多,为了在检索过程中确定检索目标在图像中的 位置,预处理时,采用对同一图像多幅子图进行特征提取的方法,最终在检索时通过子图范围来确定目标在大幅图 像上的位置.由实验分析,证明在机场目标的检索识别中,这一方法是可行的.-Cont
iterative
- 这是用逼近法求出全局阈值进而对图像进行分割,希望对大家有所帮助!-This approximation method is then calculated global threshold to segment the image, we want to help!
matlab
- 使用matlab图像处理软件,利用阈值法对图像进行分割-Using matlab image processing software, using threshold method to segment the image
Threshold-segment
- 应用此最大类间方差法实现图像分割,分割后效果稳定。-Apply the Otsu method of image segmentation, the segmented results and stability.
segment
- 各种图像分割的方法,有单阈值,双阈值,自适应阈值等-A variety of image segmentation methods, a single threshold, double threshold, adaptive threshold, etc.
segment
- 对基于全局阈值法的指纹图像分割算法进行改进并仿真。-Fingerprint image segmentation algorithm based on global threshold to improve and simulation
segment
- 基于区域阈值的图像分割方法研究,迭代阈值法分割技术-Regional threshold-based image segmentation method, iterative threshold segmentation
Segment
- VS2008环境下使用C++进行图像分割编程 具体功能如下: 边缘检测法 阈值分割法 边界分割法 区域分割法 彩色分割法-VS2008 environment the use C++ image segmentation programming features are as follows: color segmentation method for edge detection threshold segmentation boundary segmentation
BMP--iamge-Segment
- 基于MFC的单文档程序,读入图像以后,首先得到的是图像的直方图,然后通过阈值读图像进行分割,图像可以是彩色图像,也可以是非彩色。-MFC-based single document procedures , the read image is first obtained after a histogram of the image , and then divided by the threshold value read image , the image may be a color im
maxEntropy
- 最大熵阈值分割法对图像分割,程序有详细的说明,能直接运行。-Maximum entropy threshold segmentation segment image, the program is described in detail, and can be run directly.
Segment
- Visual C++ 2010 经典的图像分割算法:边缘检测、阈值分割、边界跟踪-Visual C++ 2010 classic image segmentation algorithm: edge detection, threshold segmentation, boundary tracking
fuse-segment
- 该算法是利用形态学高帽变换进行首次图像分割,然后再利用局部自适应阈值分割进行细分割。对分割尺度不同的物体效果比较好。-The algorithm is using morphological top-hat transform the first image, and then using local adaptive threshold segmentation fine segmentation. Different objects segmentation scale better.
segment
- 利用基于直方图的自适应阈值方法实现分割前景与背景-Use histogram-based adaptive threshold segmentation method to achieve the foreground and background
car2
- 对图像车牌进行数字分割 灰度化 二值化 边缘检测-The license plate image segment digital gray level threshold edge detection
myOtsu
- 本程序主要是利用大津法实现图像的二值化分割。与基本大津法不同的地方在于,本程序需要分割的是车辆底部的阴影区域,所以除了使用谷底法外还限制了计算范围,也就是利用了多层二值化分割的灰度值范围限制。-This program is to segment images using OTSU method. Also, it combine valley and multiply threshold methods.
51594968ostu
- 图像分割阀值-基于阀值分割。可以自己设定阀值来分割图像的感兴趣的部分。-Image threshold segmentation based on threshold segmentation. You can set your own threshold to segment the image of part of interest.
segment
- 几种不同的阈值分割方法的matlab实现方法(different methods for image segmentation using the MATLAB)