I am trying to count brant geese in aerial photos to estimate density. I can isolate brant in Photoshop using the 'Other/Maximum' filter. I have tried using MatLab IPT to accomplish the same effect with poor results. Any suggestions generally?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Tony
am 26 Okt. 2016
Bearbeitet: Walter Roberson
am 10 Nov. 2016
brant=imread('C:/Morph/brant example.jpg');
labeledImage = imextendedmax(newimag,40);
blobMeasurements = regionprops(labeledImage, originalImage, 'all');
numberOfBlobs = size(blobMeasurements, 1);
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!