image segmentation using matlab GUI
이전 댓글 표시
hi i m doing a project on medical image authentication through watermarking. i need to segment the region of interest and region of non interest of the medical image as follows Steps in ROI separation approach
- Mouse click function: For selecting the ROI, mouse clicking function is used.
- Done button: To get the output after selection process, done button is implemented.
- Storing handles: For safe storing the pixels values of selected ROI (Xmin,Xmax, Yminand Ymax) and image of selected ROI, the storing handles are used.
- Start button: It is implemented to clear the stored handles to start again the process ofselecting ROI.
- Zooming option: It is provided for zooming the image, so that the image will be clear toselect the ROI.
please guide me how to segment the same
답변 (1개)
Image Analyst
2015년 12월 1일
0 개 추천
These links will help you:
Also see the attached demos on zooming and masking.
카테고리
도움말 센터 및 File Exchange에서 Image Segmentation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!