Hi I have problem about transform image back to original (I have original image and I transform it with Affine transform).
My code like below. AffineMatrix::Pointer inverserTransformReal = AffineMatrix::New(); inverserTransformReal->SetParameters(tranform->GetInverseTransform()-> GetParameters()); inverserTransformReal->SetCenter(rotationCenter); but result is difference form original (most is translation) . Thank you. -- -- Check the OTB FAQ at http://www.orfeo-toolbox.org/FAQ.html You received this message because you are subscribed to the Google Groups "otb-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/otb-users?hl=en --- You received this message because you are subscribed to the Google Groups "otb-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
