]> git.pld-linux.org Git - packages/autopano-sift.git/blame - autopano-sift.spec
- new
[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
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21The SIFT algorithm provides the capability to identify key feature
22points within arbitrary images. It further extracts highly distinct
23information for each such point and allows to characterize the point
24invariant to a number of modifications to the image. It is invariant
25to contrast/brightness changes, to rotation, scaling and partially
26invariant to other kinds of transformations. The algorithm can be
27flexibly used to create input data for image matching, object
28identification and other computer vision related algorithms.
29
30This package provides an implementation of the SIFT algorithm and a
31set of utilities to utilize the algorithm to match two or more images.
32As output, a number of control points are created, which specify one
33and the same image location in two images. The output is created as
34project file for the hugin panorama stitching software, which is
35available in hugin package.
36
37%description -l pl
38