Community Profile

photo

Yunas Qazi


Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • Revival Level 1
  • First Answer

View badges

Feeds

View by

Answered
Detecting rectangle shape in an image
img = imread('rect.jpg'); bw = im2bw(img); % find both black and white regions stats = [regionprops(bw); regionpr...

10 years ago | 2

Answered
CBIR
[val idx]=sort(sqrt(sum((A-B).^2))); It will calculate Euclidean Distance for you. Val contains the difference Value and Id...

11 years ago | 0