How can I define custom image transformations to use in imwarp?
18 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
With imwarp (which is recommended over imtransform), apparently only use one of these three geometric transformation objects: affine2d, projective2d or affine3d can be used. Is there no option for a custom geometric transformation which is created using the call:
T = maketform('custom',NDIMS_IN,NDIMS_OUT,FORWARD_FCN,INVERSE_FCN,TDATA);
What options one has to define custom image transformations in MATLAB?
0 commentaires
Réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!