Azzera filtri
Azzera filtri

finding distance of objects in different frames

1 visualizzazione (ultimi 30 giorni)
Marry M
Marry M il 9 Dic 2015
Commentato: Marry M il 10 Dic 2015
Hello,
I have 10 frames and each frame with two objects in it, the centre of objects in each frame (binary image) calculated, please see the code:
for n=1:10 %n=number of frames
filename = strcat('C:\Users\A\Documents\MATLAB\frames\',srcFiles(n).name);
I= imread (filename);
bw=im2bw(I,.1);
.
.
centre=[centrex, centrey]; % x-y coordinates of centres of each object in bw
distance=sqrt((centrex2-centrex1)^2+(centrey2-centrey1)^2)
end
I want to find: if the ‘distance’ of two objects in a frame is 150 (for instance) do not calculate the ‘distance’ for other frames and save the ‘centre’, can you please help me. thank you

Risposte (0)

Categorie

Scopri di più su Image Processing and Computer Vision in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by