]> git.pld-linux.org Git - packages/autopano-sift.git/blame - autopano-sift.spec
- include alpha
[packages/autopano-sift.git] / autopano-sift.spec
CommitLineData
73f606cc
JB
1# NOTE: libsift is also available separately at
2# http://user.cs.tu-berlin.de/~nowozin/libsift/
3# it should be separate package when other packages use it
4Summary: SIFT Feature Detection implementation
5Summary(pl): Implementacja algorytmu SIFT do wykrywania cech obrazu
6Name: autopano-sift
e5da7e88 7Version: 2.3
73f606cc
JB
8Release: 1
9License: GPL, but SIFT algorithm may require license in some countries
10Group: X11/Applications/Graphics
11Source0: http://user.cs.tu-berlin.de/~nowozin/autopano-sift/%{name}-%{version}.tar.gz
e5da7e88 12# Source0-md5: 8ac462fbd538a8ddad3df1088347575f
73f606cc 13URL: http://user.cs.tu-berlin.de/~nowozin/autopano-sift/
b464cbd6 14# uses {glib,atk,gdk,gtk,glade}-sharp
73f606cc
JB
15BuildRequires: dotnet-gtk-sharp-devel >= 1.0
16BuildRequires: mono-csharp >= 1.0
17Requires: dotnet-gtk-sharp >= 1.0
18Requires: libgdiplus >= 1.0
b464cbd6 19ExclusiveArch: %{ix86} alpha amd64 arm hppa ppc s390 sparc sparcv9 sparc64
73f606cc
JB
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23The SIFT algorithm provides the capability to identify key feature
24points within arbitrary images. It further extracts highly distinct
25information for each such point and allows to characterize the point
26invariant to a number of modifications to the image. It is invariant
27to contrast/brightness changes, to rotation, scaling and partially
28invariant to other kinds of transformations. The algorithm can be
29flexibly used to create input data for image matching, object
30identification and other computer vision related algorithms.
31
32This package provides an implementation of the SIFT algorithm and a
33set of utilities to utilize the algorithm to match two or more images.
34As output, a number of control points are created, which specify one
35and the same image location in two images. The output is created as
36project file for the hugin panorama stitching software, which is
37available in hugin package.
38
39%description -l pl
40