Afficher commentaires plus anciens
If I have ten frames, and every frame has width "M" , height "N", then I must calculate first frame of each point pixel subtraction second frame each point pixel and absolute of value.
1 commentaire
Image Analyst
le 29 Mai 2012
OK, so you're going to do differenceImage = double(image1) - double(image2), but do you have a question?
Réponses (0)
Catégories
En savoir plus sur Video Formats and Interfaces dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!