summaryrefslogtreecommitdiff
path: root/graphics/autopano-sift-C
diff options
context:
space:
mode:
authoradam <adam>2009-08-20 20:24:28 +0000
committeradam <adam>2009-08-20 20:24:28 +0000
commitcafe6aec57459d43010089a4d4c89578eecd264c (patch)
treeb3bf7f83a55a74237e8194d5c4b4fe7c1fb6d05c /graphics/autopano-sift-C
parent3de573eeca712fa0a6ebfc1f3523af1e38340312 (diff)
downloadpkgsrc-cafe6aec57459d43010089a4d4c89578eecd264c.tar.gz
The SIFT algorithm provides the capability to identify key feature points within
arbitrary images. It further extracts highly distinct information for each such point and allows to characterize the point invariant to a number of modifications to the image. It is invariant to contrast/brightness changes, to rotation, scaling and partially invariant to other kinds of transformations. The algorithm can be flexibly used to create input data for image matching, object identification and other computer vision related algorithms. This package provides an implementation of the SIFT algorithm and a set of utilities to utilize the algorithm to match two or more images. As output, a number of control points are created, which specify one and the same image location in two images.
Diffstat (limited to 'graphics/autopano-sift-C')
-rw-r--r--graphics/autopano-sift-C/DESCR12
-rw-r--r--graphics/autopano-sift-C/Makefile24
-rw-r--r--graphics/autopano-sift-C/PLIST9
-rw-r--r--graphics/autopano-sift-C/distinfo5
4 files changed, 50 insertions, 0 deletions
diff --git a/graphics/autopano-sift-C/DESCR b/graphics/autopano-sift-C/DESCR
new file mode 100644
index 00000000000..55f437866a0
--- /dev/null
+++ b/graphics/autopano-sift-C/DESCR
@@ -0,0 +1,12 @@
+The SIFT algorithm provides the capability to identify key feature points within
+arbitrary images. It further extracts highly distinct information for each
+such point and allows to characterize the point invariant to a number of
+modifications to the image. It is invariant to contrast/brightness changes, to
+rotation, scaling and partially invariant to other kinds of transformations.
+The algorithm can be flexibly used to create input data for image matching,
+object identification and other computer vision related algorithms.
+
+This package provides an implementation of the SIFT algorithm and a set of
+utilities to utilize the algorithm to match two or more images. As output, a
+number of control points are created, which specify one and the same image
+location in two images.
diff --git a/graphics/autopano-sift-C/Makefile b/graphics/autopano-sift-C/Makefile
new file mode 100644
index 00000000000..9facb244f2d
--- /dev/null
+++ b/graphics/autopano-sift-C/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/08/20 20:24:28 adam Exp $
+
+DISTNAME= autopano-sift-C-2.5.0
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hugin/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://hugin.sourceforge.net/
+COMMENT= SIFT Feature Detection implementation
+
+LICENSE= gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_CMAKE= yes
+USE_LANGUAGES= c c++
+USE_LIBTOOL= yes
+
+.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../graphics/libpano13/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../graphics/tiff/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/autopano-sift-C/PLIST b/graphics/autopano-sift-C/PLIST
new file mode 100644
index 00000000000..8a6a5ff18bd
--- /dev/null
+++ b/graphics/autopano-sift-C/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/08/20 20:24:28 adam Exp $
+bin/autopano
+bin/autopano-c-complete.sh
+bin/autopano-sift-c
+bin/generatekeys
+share/man/man1/autopano-c-complete.1
+share/man/man1/autopano.1
+share/man/man1/generatekeys.1
+share/man/man7/autopano-sift-c.7
diff --git a/graphics/autopano-sift-C/distinfo b/graphics/autopano-sift-C/distinfo
new file mode 100644
index 00000000000..8c08643d738
--- /dev/null
+++ b/graphics/autopano-sift-C/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/08/20 20:24:28 adam Exp $
+
+SHA1 (autopano-sift-C-2.5.0.tar.gz) = 9b210290bdc22ef04a61a27a89de136bb5c8d473
+RMD160 (autopano-sift-C-2.5.0.tar.gz) = ab163355de5573f3844ccc281931bc03678c2153
+Size (autopano-sift-C-2.5.0.tar.gz) = 204300 bytes