BrownBiomechanics / Autoscoper

Autoscoper is a 2D-3D image registration software package.
https://autoscoper.readthedocs.io
Other
8 stars 5 forks source link

Rect input radiograph image size #86

Closed amymmorton closed 10 months ago

amymmorton commented 1 year ago

Current w==h

Require rect input in image size of camera calibration matrix

NicerNewerCar commented 1 year ago

Autoscoper seems to correctly render rectangle images so long as line 5 any Type 1 Mayacam.csv gets updated accordingly. The same thing should go for line 1 of any Type 2 Mayacam.csv files.

The RenderResolution keyword in the trial cfg would also need to be updated.

Was there a particular dataset that was giving you issues?

amymmorton commented 1 year ago

My workaround for the single plane dataset attached was to pad the rectangular images: https://drive.google.com/file/d/1bGiWimYMHbQgwMFcHSK16VMjHZ2NtGFi/view?usp=share_link

In the 'working' dataset, the rectangular image does not crash Autoscoper (like the NotWorking' one) but the rendering in the world view is off: [image: image.png]

On Fri, Mar 3, 2023 at 12:42 PM Anthony Lombardi @.***> wrote:

Autoscoper seems to correctly render rectangle images so long as line 5 any Type 1 Mayacam.csv gets updated accordingly. The same thing should go for line 1 of any Type 2 Mayacam.csv files.

Was there a particular dataset that was giving you issues?

— Reply to this email directly, view it on GitHub https://github.com/BrownBiomechanics/Autoscoper/issues/86#issuecomment-1453877453, or unsubscribe https://github.com/notifications/unsubscribe-auth/APUUPFWVMY7MUOL5WLXXBL3W2IUPPANCNFSM6AAAAAAVEWUL3E . You are receiving this because you authored the thread.Message ID: @.***>

--

Amy Morton, MSc

Sr. Research Engineer, Bioengineering Lab, Department of Orthopaedic Research The Warren Alpert Medical School of Brown University and Rhode Island Hospital 1 Hoppin Street, CORO West, Ste. 404, Providence, RI 02903

amymmorton commented 1 year ago

wviewrectWorking

amymmorton commented 10 months ago

addressed as part #236