]> git.pld-linux.org Git - packages/autopano-sift.git/blame - autopano-sift.spec
- EA because of mono portability problems
[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
7Version: 2.2
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
12# Source0-md5: fb3f111d3054c67a66e3ead181f99aa9
13URL: http://user.cs.tu-berlin.de/~nowozin/autopano-sift/
14BuildRequires: dotnet-gtk-sharp-devel >= 1.0
15BuildRequires: mono-csharp >= 1.0
16Requires: dotnet-gtk-sharp >= 1.0
17Requires: libgdiplus >= 1.0
aea35aff 18ExclusiveArch: %{ix86} amd64 arm hppa ppc s390 sparc sparcv9 sparc64
73f606cc
JB
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22The SIFT algorithm provides the capability to identify key feature
23points within arbitrary images. It further extracts highly distinct
24information for each such point and allows to characterize the point
25invariant to a number of modifications to the image. It is invariant
26to contrast/brightness changes, to rotation, scaling and partially
27invariant to other kinds of transformations. The algorithm can be
28flexibly used to create input data for image matching, object
29identification and other computer vision related algorithms.
30
31This package provides an implementation of the SIFT algorithm and a
32set of utilities to utilize the algorithm to match two or more images.
33As output, a number of control points are created, which specify one
34and the same image location in two images. The output is created as
35project file for the hugin panorama stitching software, which is
36available in hugin package.
37
38%description -l pl
39