Image transformation
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Good evening,
I want to know how to apply a projective transformation on an image (t1 on I1, t2 on I2), knowing that I work with Matlab R2012a, where the function:
cvexTransformImagePair
which allows for corrections in the two images: Im = cvexTransformImagePair(I1, t1, I2, t2); imshow(Im);
t1=transformation projective (matrice de taille 3*3)
Avec cvexTransformImagePair
j'obtiens les deux images superposées,mais moi je cherche à avoir chaque image à part.
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Get Started with Image Processing Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!