搜索资源列表
SkinSegment
- 自己编的程序,有gui界面给出结果的。这是个自己建的皮肤高斯模型,通过训练的到的阈值。在ycbcr域对皮肤区域进行了分割。-developed procedures, gui interface is the outcome. This is a build their own skin Gaussian model, the training of the threshold. Ycbcr domain in the region of the skin segmentation.
111Regionbetter
- 经典区域生长源码(区域增长),比起灰度阈值法有不可比拟的优势,一旦尝试,欲罢不能啊,只是,在实时性应用方面还有待改进,m代码编写易懂,易用,易改写成其他语言,如果改写成c,应该速度有所提高.请尽情享用-Classical region growing source (regional growth), compared to gray-scale threshold method has unparalleled advantages, once the attempt to stop ah,
MATLAB_code_of_image_processing
- 该gui函数基本上包括图像处理里面的最基本处理,相当于一个小型photoshop。比如读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检测法;图像恢复里面的直接逆滤波,维纳滤波;图像编码里面的霍夫
sw_pretrigger
- This m-file implements a simple data acquisition gui with multiple channels and custom triggering It demonstrates how to: 1) Use nested functions to simplify data acquisition programs 2) Use a simple GUI (a couple of pushbuttons) to
ThresGUI
- gui threshold of any gui image using osme use ful methosds
thresh_tool
- This tool launches a GUI for thresholding an intensity input image. A line on the histogram indicates the current threshold level. A binary image is displayed in the top right based on the level, click and drag the line. The output image updates auto
tuxiangquzao
- matlab gui实现图像信号去噪的程序,包括软阈值去噪,硬阈值去噪和折中阈值去噪-Matlab gui image signal denoising procedures, including the soft thresholding, hard threshold denoising and compromise threshold denoising
Matlab-GUI--for-Image-Segmentation--
- 用Matlab的GUI界面设计的图像分割演示,包括阀值法、边缘检测法、区域法-Demonstrates the Matlab GUI interface design, image segmentation, including the threshold method, edge detection method, regional law
matlab-code
- 应用Matlab工具箱演示对比度增强,局部平滑,中值滤波,小波工具,边缘检测,图像二值化,Hough变换直线提取,灰度阈值分割,四叉树分裂合并法等,并完成这些处理程序的GUI集成。-Application the Matlab toolbox Demo contrast enhanced local smoothing, median filtering, wavelet tools, edge detection, image value, Hough transform line extra
The-Warholer
- matlab 图形图像处理。通过GUI,用户可以自由的变换RGB颜色等等。-The color of each pixel in an image is specified by a combination of three values: red, green, and blue. These values typically take 256 levels, leading to 256^3 ~ 17 million possible colors. In this GUI you ca
TI_wavelet_denoising_GUI
- 基于平移不变量小波去噪的GUI程序,平移不变量小波去噪是阀值去噪的进一步改进,去除了信吉布斯现象-Translation invariant wavelet denoising based GUI program is translation invariant wavelet denoising threshold denoising further improvement, in addition to the letter Gibbs phenomenon
Matlab-GUI_image1
- 使用Matlab GUI界面编写的图像分割程序,实现功能有:图像的打开、保存、阈值法、双峰法、迭代法等。-Written in Matlab GUI interface using image segmentation procedures, functions: image open, save, threshold, bimodal method, iterative method.
traffic-sign-image-segmentation
- 程序是实现交通标志图像的分割GUI界面,采用分割的方法主要有Ostu,阈值迭代选择法及区域生长法。-Program is to achieve a traffic sign image segmentation GUI interface, the mainly segmentation methods are Ostu, iterative threshold selection method and region growing method.
task
- 一个GUI界面编辑 包括多种图像处理 方法 阈值 直方图均一化等-A GUI interface for editing include a variety of image processing methods, such as threshold histogram homogenization
fenge
- 基于GUI的图像分割:在不均匀光照情况下的图像的阈值图像分割-Image segmentation based on GUI: under the condition of non-uniform illumination image threshold image segmentation
GUI
- matlabGUI设计的一个简单的例子,实现的图像的阈值的自动调节,然后输出阈值化后的图像,-A simple example matlabGUI designed to automatically adjust the threshold to achieve an image, then the output image after thresholding,
0305110
- 利用matlab GUI实现图像的阈值分割和边缘检测-Use matlab GUI threshold of image segmentation and edge detection
threshold
- 在图形界面GUI中调节高低两个阈值,进行图像的二值化或者对图像进行mask,对于选定阈值很有用-Adjust the level of the two thresholds in the graphical interface (GUI), the binary image or the masked image can be obtained. Very useful for image binarization.
070216001于浩然11
- 1. 用函数graythresh()和im2bw()对图像进行阈值分割; 2. 用GUIDE界面编程实现Otsu阈值分割过程。(1. thresholding the image using function graythresh () and im2bw (). 2. using GUIDE interface programming to achieve Otsu threshold segmentation process)
im2bw_args
- matlab阈值化gui设计,通过滑块地移动来控制阈值的大小(matlab Threshold design)