How can I define custom image transformations to use in imwarp?
조회 수: 1 (최근 30일)
이전 댓글 표시
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
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!