Region Estimator 'Has Rotation' function

11 views (last 30 days)
Hey there! The Registration estimator has a checkbox to block rotation for the moving Image. Thats exactly what I want. But if I run the registration with the exported function my registered Image is still rotated sometimes. What function or attribute does the Region Estimator use in order to not rotate the moving picture? Is it possible to see the source code of the app?
Big thanks in advance!

Accepted Answer

Georg Lousy
Georg Lousy on 28 Mar 2017
Edited: Georg Lousy on 28 Mar 2017
I figured it out. Its the 'Upright' Argument that is set to true in the
extractFeatures(FIXED,fixedPoints,'Upright',true)
function.
It doesn't actually prevent rotation. It simply ignores the orientation of the detected points.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!