Community Profile

photo

ahmet ilhan


Last seen: ongeveer 2 jaar ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


I am trying to find the corners of the "rectangular" shapes. This code is working very well. But I dont know exactly how it works. Can you explain me ??
[I,J] = find(binaryimg>max(binaryimg(:))/2); IJ = [I,J]; [~,idx] = min(IJ*[1 1; -1 1; 1 -1; -1 -1].'); Corners = IJ(idx,:);

meer dan 5 jaar ago | 2 answers | 0

2

answers

Question


Rough Fuzzy c-means for image segmentation
I want to apply RFCM to MRI images for segmentation. I am trying to find Matlab code but I couldn't find.

ongeveer 6 jaar ago | 1 answer | 0

1

answer