rg2 / xreg

Library and executables for modeling and registration applications in medical image analysis. Particular emphasis on intraoperative fluoroscopic (X-ray) navigation via 2D/3D registration.
MIT License
91 stars 18 forks source link

Example build improvements #23

Closed rg2 closed 1 year ago

rg2 commented 1 year ago

Fixes an issue with the example build scripts using Eigen when building the opencv dependency, which would cause a linker error on Ubuntu 20.04 with the system packages of Eigen and OpenCV installed (#21 ).

Adding some configuration options to the example build script 2.

Also fixing some compiler errors with opencv 4+.