-
yuzhihuafenge
图像分割是把图像划分成具有实际意义的互补交迭的区域的集合。在图像分割之前,图像区域的数目未知,而在分割后各个区域同时满足均匀性和连通性的条件,故图像分割是一个复杂的过程,目前大多数研究都是针对某一类型图像或者某一具体应用的分割。图像阈值化分割的基本思想是确定一个阈值,然后把每个像素点的像素值和阈值相比较,根据比较的结果把像素划分为两类,前景(1)或背景(0)。该方法的关键是确定一个最优的阈值。常用的阈值确定方法有直接门限法、类间最大方差法(otsu法)、分水岭算法、最小误差法、最大熵法等。该段代码就是图像的阈值分割。(The image segmentation is divided into the practical significance of the emerging area of complementary set. In the image segmentation, before the number of image region, the unknown, and after each area in division at the same time satisfy the uniformity and connectivity condition, so the image segmentation is a complicated process now, most research are for a certain type image or a particular application of the division. Image threshold segmentation of the basic idea is to determine a threshold, then put each pixel threshold value of the pixels and compared, according to the result of the comparison the pixel divided into two categories, the prospect (1) or background (0). This method is the key to determine an optimal threshold. Commonly used method to determine the threshold value of direct threshold method, the largest of the variance between method (otsu method), watershed algorithm, the minimum error method, the maximum entropy method, etc. When the code is image threshold segm)
- 2011-11-14 21:10:46下载
- 积分:1
-
wenlichengxu
用matlab编写的用于提取图像纹理特征提取
- 2010-12-28 22:55:01下载
- 积分:1
-
Denoise-Wavelet
下面是基于小波图像去噪的MATLAB源程序,希望对大家有用!
(Below are images based on wavelet denoising MATLAB source, a member of the useful!)
- 2007-03-09 19:08:50下载
- 积分:1
-
B1-spline
图像变形处理程序,VC2013+opencv实现,利用三种差之方法扭曲变形(
Image deformation processing program, VC2013+ opencv realized the difference between using three methods distorted)
- 2014-12-09 17:53:57下载
- 积分:1
-
paper1
对流层与电离层中电波传播的相关问题研究,很好的文章(Troposphere and ionosphere wave propagation issues related to research)
- 2013-05-25 07:42:24下载
- 积分:1
-
65ExamplesOfImageProcessingCode
该文件涵盖了65个使用IDL进行图像处理的源码例子,对IDL语言以及ENVI软件的理解非常有帮助。(The document covers 65 for image processing using IDL source code examples, on IDL and ENVI software' s understanding of language is very helpful.)
- 2010-07-31 16:02:30下载
- 积分:1
-
circular-birght-target-detect
首先利用形态学开运算将图像中小于结构元素的亮点去掉,利用源图像与处理后的图像作差,对差图像进行阈值分割,得到二值图像,将二值图像中的一些干扰区域去掉,提取二值图像中的圆形区域,并在源图像上对小目标进行标记,实现对圆形亮目标的检测(Remove the area in the image smaller than structural element by morphologic open operation,receive image A,original image subtract image A,threshold segmentation for difference image,receive binary image,remove the interference region in the binary image,then extract circular area,and sign the target in the original image. Realize the circular bright target detection)
- 2014-01-10 12:46:01下载
- 积分:1
-
MATLABGUI
利用MATLAB的图像用户界面GUI设计一个简单的菜单式图像处理系统。通过该程序实现对图像的简单处理、变换和去噪等功能,满足课程设计的要求。(A simple menu image processing system is designed by using the image user interface GUI of MATLAB. Through this program, the functions of image processing, transformation and denoising are realized, which meet the requirements of curriculum design.)
- 2019-06-06 10:14:47下载
- 积分:1
-
fcm
用模糊C均值算法实现图像分割 ,文件夹中附带有图片和matlab的源程序,已经验证过可以实现对图片的分割 (Fuzzy C-means algorithm for image segmentation, there is a folder with pictures and matlab source, has already been verified can be achieved on image segmentation)
- 2020-06-29 09:00:01下载
- 积分:1
-
matlab-code
边缘检测法和阈值分割法,是图像分割技术应用中两项重要的方法。本文介绍了图像边缘检测和阈值分割的一般原理、典型算法以及研究现状。本文针对边缘检测算子和几种阈值分割技术进行了详细讨论。针对火柴根数统计和钢筋根数统计两个实验,在详细分析检测原理的基础上,编写了相应的实验并给出了实验结果。(Edge detection and thresholding method, image segmentation is an important technology in two ways. This article describes the general principles of image edge detection and thresholding, the typical algorithms and research status. In this paper, several edge detection operator and thresholding techniques are discussed in detail. Statistics for the number of matches and reinforced the number two experimental statistics, based on a detailed analysis of the detection principle, write the corresponding experimental and experimental results are given.)
- 2020-12-23 19:29:05下载
- 积分:1