Thresholding an image
버전 1.3.0.0 (101 KB) 작성자:
Image Analyst
Interactively threshold an image. Make a binary image.
This program takes a color or monochrome image and lets the user interactively/manually threshold the monochrome image, or a single color band of a color image, via sliders to set the maximum and minimum thresholds. The thresholded image is a binary image that can be used as a mask image for other images. The pixels in the thresholded range are shown in the middle image as a binary image (black/white), and the original image pixels are shown masked in the left image (gray scale or color). Inputs are the low and high thresholds to start with and the image file name or image matrix. The program returns the threshold values and the last color band that was used to select the threshold. The image can be of type integer (uint8, uint16, etc.) or floating point (single, double).
인용 양식
Image Analyst (2023). Thresholding an image (https://www.mathworks.com/matlabcentral/fileexchange/29372-thresholding-an-image), MATLAB Central File Exchange. 검색됨 .
MATLAB 릴리스 호환 정보
개발 환경:
R2021b
R2014b에서 R2021b까지의 릴리스와 호환
플랫폼 호환성
Windows macOS Linux카테고리
- Image Processing and Computer Vision > Image Processing Toolbox >
- Image Processing and Computer Vision > Image Processing Toolbox > Image Segmentation and Analysis >
- Image Processing and Computer Vision > Image Processing Toolbox > Image Segmentation and Analysis > Image Segmentation > Image Thresholding >
- MATLAB > Graphics > Images > Modify Image Colors >
Help Center 및 MATLAB Answers에서 Image Processing Toolbox에 대해 자세히 알아보기
태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Thresholding
버전 | 게시됨 | 릴리스 정보 | |
---|---|---|---|
1.3.0.0 | Added option to set thresholds to Triangle or Otsu values. Updated graphics. Updated properties from set() to OOP style. Tested in R2021b. |
||
1.2.0.0 | Changed description slightly
|
||
1.1.0.0 | Updated to work with R2015a. |
||
1.0.0.0 |