Feeds
답변 있음
Detecting rectangle shape in an image
img = imread('rect.jpg'); bw = im2bw(img); % find both black and white regions stats = [regionprops(bw); regionpr...
Detecting rectangle shape in an image
img = imread('rect.jpg'); bw = im2bw(img); % find both black and white regions stats = [regionprops(bw); regionpr...
12년 초과 전 | 2
답변 있음
CBIR
[val idx]=sort(sqrt(sum((A-B).^2))); It will calculate Euclidean Distance for you. Val contains the difference Value and Id...
CBIR
[val idx]=sort(sqrt(sum((A-B).^2))); It will calculate Euclidean Distance for you. Val contains the difference Value and Id...
대략 13년 전 | 0


