Detects control points in photos using SIFT algorithm
C-language port of the original autopano-sift (http://www.cs.tu-berlin.de/~nowozin/autopano-sift). This software automatically finds control points in photos. Useful for stitching photographs, particularly in conjunction with graphics/hugin.
C-language port of the original autopano-sift (http://www.cs.tu-berlin.de/~nowozin/autopano-sift). This software automatically finds control points in photos. Useful for stitching photographs, particularly in conjunction with graphics/hugin.
To install autopano-sift-c, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install autopano-sift-c
To see what files were installed by autopano-sift-c, run:
port contents autopano-sift-c
To later upgrade autopano-sift-c, run:
sudo port selfupdate && sudo port upgrade autopano-sift-c
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.