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