You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java API to perform for image registration using control points (landmarks). Supports rigid transforms and affine transforms. Decouples matrix computation from API, so use of different Java matrix computation libraries is possible.
Python project for visualizing and manipulating Bézier curves. The project demonstrates how to construct a composite Bézier curve that approximates a circle using four cubic Bézier curves. It includes an interactive slider to adjust one of the control points dynamically, allowing users to observe how the curve changes in real time.
Fork of the open Multiple View Geometry library. Basis for 3D computer vision and Structure from Motion. Modification of the ui_control_points_registration software to automatically restore the correct scale and orientation to known 3D coordinates by locating an asymmetric circles grid chessboard in the images.