File: gnuift.sgml

package info (click to toggle)
gnuift 0.1.14-9
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 968 kB
  • ctags: 157
  • sloc: php: 651; makefile: 55; sh: 32
file content (117 lines) | stat: -rw-r--r-- 3,856 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [

  <!ENTITY dhfirstname "<firstname>Robert</firstname>">
  <!ENTITY dhsurname   "<surname>Jordens</surname>">
  <!ENTITY dhdate      "<date>Sep  4, 2003</date>">
  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
  <!ENTITY dhemail     "<email>jordens@debian.org</email>">
  <!ENTITY dhusername  "Robert Jordens">
  <!ENTITY dhucpackage "<refentrytitle>gnuift</refentrytitle>">
  <!ENTITY dhpackage   "gnuift">

  <!ENTITY debian      "<productname>Debian</productname>">
  <!ENTITY gnu         "<acronym>GNU</acronym>">
  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
]>

<refentry>
  <refentryinfo>
    <address>
      &dhemail;
    </address>
    <author>
      &dhfirstname;
      &dhsurname;
    </author>
    <copyright>
      <year>2003</year>
      <holder>&dhusername;</holder>
    </copyright>
    &dhdate;
  </refentryinfo>
  <refmeta>
    &dhucpackage;

    &dhsection;
  </refmeta>
  <refnamediv>
    <refname>&dhpackage;</refname>

    <refpurpose>GNU Image Finding Tool - index and search images by
	content</refpurpose>
  </refnamediv>
  <refsect1>
    <title>DESCRIPTION</title>

    <para>This manual page documents briefly the
      <command>&dhpackage;</command> and <command>gift-*</command>
      commands.</para>

    <para>This manual page was written for the &debian; distribution
      because the original program does not have a manual page.</para>

    <para>
 The GIFT (the GNU Image-Finding Tool) is a Content Based Image
 Retrieval System (CBIRS). It enables you to do Query By Example on
 images, giving you the opportunity to improve query results by
 relevance feedback. For processing your queries the program relies
 entirely on the content of the images, freeing you from the need to
 annotate all images before querying the collection.
</para><para>
 The GIFT comes with a tool which lets you index whole directory trees
 containing images in one go. You then can use the GIFT server and its
 client, to browse your own image collections.
</para><para>
 The GIFT is an open framework for content-based image retrieval. We
 explicitly have taken into account the possibility of adding new ways
 of querying to the framework. Our communication protocol for
 client-server communication, MRML, is XML based and fully documented
 (http://www.mrml.net). This aims at promoting code reuse among
 researchers and application developers.
</para><para>
 The current version of the GIFT can be seen in action at
 http://viper.unige.ch/demo/
</para><para>
 The GIFT (ex Viper) is the result of a research effort at the Vision  
Group at the CUI (computer science center) of the University of Geneva
 (see http://vision.unige.ch/). This cutting-edge research has been the
 subject of several publications and conference talks. Details can be
 found at http://viper.unige.ch/.
	</para>

  </refsect1>
  <refsect1>
    <title>SEE ALSO</title>

    <para>The gnuift-doc package contains reference manuals, configuration 
	hints and further information.</para>
  </refsect1>
  <refsect1>
    <title>AUTHOR</title>
	<para>This manual page was written by &dhusername; &dhemail; for the
	&debian; system (but may be used by others).  Permission is granted
	to copy, distribute and/or modify this document under the terms of
	the <acronym>GNU</acronym> General Public License, Version 2. On
	Debian systems, the full text of this license can be found in the
	file /usr/share/common-licenses/GPL-2.</para>
  </refsect1>
</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:2
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:nil
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->