Autopano analyses two or more images and automatically generates control points - coordinates in the images where the views overlap. This can be fed to hugin which then stitches the files together and enblend which combines the colors to remove seam lines. WWW: http://user.cs.tu-berlin.de/~nowozin/autopano-sift/ - Add entry to LEGAL: The use of this software is restricted by certain conditions. See the "LICENSE" file distributed with the program for details. The University of British Columbia has applied for a patent on the SIFT algorithm in the United States. Commercial applications of this software may require a license from the University of British Columbia. PR: 95746 Submitted by: J.R. Oldroyd <fbsd@opal.com> Maintained by: Carlos E. G. Carvalho <cartola@openit.com.br>
15 lines
563 B
Bash
15 lines
563 B
Bash
--- bin/autopano-complete.sh.orig Sat Apr 9 05:40:12 2005
|
|
+++ bin/autopano-complete.sh Wed Apr 12 12:14:10 2006
|
|
@@ -7,10 +7,10 @@
|
|
MONO=$(which mono)
|
|
|
|
# Set this to the directory you installed autopano-sift into, for example
|
|
-#AUTOPANO_PATH=/usr/local/autopano-sift/bin
|
|
+AUTOPANO_PATH=/usr/local/share/autopano-sift
|
|
# Do not use a trailing backslash. If the executeables are within your path
|
|
# (recommended, you can leave the line below).
|
|
-AUTOPANO_PATH=$(dirname $(which generatekeys.exe))
|
|
+#AUTOPANO_PATH=$(dirname $(which generatekeys.exe))
|
|
|
|
usage()
|
|
{
|