How can i implement the followinng function in the matlab code and how to process the attached image for region growing?
조회 수: 3 (최근 30일)
이전 댓글 표시
I want to apply the region growing method in the following code and for the attached image file. hereby i have attached the region growing function and the image.
clc;
clear all;
close all;
IM=imread('sample.jpg');
figure, imshow(IM),title('Input Image');
댓글 수: 0
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!