How can I define custom image transformations to use in imwarp?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!