how to take union of images?
Afficher commentaires plus anciens
i rotate an image a of size 150*150 from 0 to 90 degrees. I wanted to take the union of all images rotated and then calculate mean and max of the union images... how to do that.... please do reply...
for j = 0:90
rROI = imresize(ROI, [150 150]);
a = imrotate(rROI,j);
end
is it possible to display mean and max of that image also....
4 commentaires
Image Analyst
le 13 Mar 2014
What is your definition of "union"? Do you mean the average? A bitwise OR operation?
Image Analyst
le 13 Mar 2014
Modifié(e) : Image Analyst
le 13 Mar 2014
The link says "elysicoc's images are not publicly available.".
Elysi Cochin
le 13 Mar 2014
Modifié(e) : Elysi Cochin
le 14 Mar 2014
Walter Roberson
le 14 Mar 2014
Still how do you define "union" for this purpose?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Image Processing Toolbox 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!