How to run an algorithm on part of the image?
조회 수: 1 (최근 30일)
이전 댓글 표시
I want to detect structure of interest of an image by superpixel algorithm. First, I apply SLIC algorithm, which returns labeled matrix,to segment image into superpixels and then I want to apply same algorithm on some superpixels that I obtained. But since the shape of superpixels are amorphous I could not extract specific superpixels to apply the algorithm. Is there any Matlab function to do this?
댓글 수: 0
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!