Segmentation-manually

버전 1.0.0 (2.54 KB) 작성자: Lin Ming Che
SEGMENT function provide a manually segment method in Matlab.It's working based on Matlab built-in function DRAWFREEHAND and CREATEMASK.
다운로드 수: 9
업데이트 날짜: 2022/5/17

Segmentation-manually

SEGMENT function provide a manually segment method in Matlab.It's working based on Matlab built-in function DRAWFREEHAND and CREATEMASK.

[Mask] = segment(Image,___)

show input image at left side. Enable user to segment on image manually and generate the mask as output.Input image data must with format XYframe. Or if input image is RGB image, the format must be X*Y*RGB*frame.

[Mask,Edge] = segment(Image,___)

not only output the segmentation area but also output the edge.

If not satiftied with previous segmentation, enter 'Y' or 'y' to redraw the segmentation.Otherwise, press enter to do the next frame.

optional input arguments including CM, RGB, SAVEPOINT and SAVE:

  • CM :double. Change the display colormap in image, default as gray(256)
  • RGB :logical. If the input image is 3-dimensional(x*y*frame) it will default as False.Or it will be True and display image as RGB image. But if input image is RGB image and only have 1 frame please change RGB as True to prevent SEGMENT mistaken input image as 3 frames gray-scaled image.
  • SAVEPOINT:double. Save segmentation as mat file with interval of SAVEPOINT, default as 0 means don't save.
  • SAVE:logical. Save all output as mat file, default as False(not save.)

인용 양식

Lin Ming Che (2024). Segmentation-manually (https://github.com/MingCheLin/Segmentation-manually/releases/tag/v1.0.0), GitHub. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2020a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.