summaryrefslogtreecommitdiff
blob: eee03133ea398b92ca5689377e956d8bfeed93ad (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer>
		<email>dilfridge@gentoo.org</email>
		<name>Andreas K. Huettel</name>
	</maintainer>
	<maintainer>
		<email>amynka@gentoo.org</email>
		<name>Amy Winston</name>
		<description>Assign bugs on me.</description>
	</maintainer>
	<maintainer>
		<email>kde@gentoo.org</email>
		<name>Gentoo KDE Project</name>
	</maintainer>
	<longdescription>
OpenCV (Open Source Computer Vision) is a library of programming functions mainly aimed at real time computer vision.
Example applications of the OpenCV library are Human-Computer Interaction (HCI); Object Identification, Segmentation and Recognition;
Face Recognition; Gesture Recognition; Motion Tracking, Ego Motion, Motion Understanding; Structure From Motion (SFM); and Mobile Robotics.
</longdescription>
	<use>
		<flag name="contrib">Install user contributed scripts from opencv_contrib</flag>
		<flag name="cuda">Enable NVIDIA Cuda computations support</flag>
		<flag name="eigen">Enable usage of <pkg>dev-cpp/eigen</pkg> for computations</flag>
		<flag name="gdal">Enable support for sci-libs/gdal library</flag>
		<flag name="ipp">Enable Intel Integrated Primitive support</flag>
		<flag name="opencl">Add support for OpenCL</flag>
		<flag name="testprograms">Build and install programs for testing OpenCV (performance)</flag>
		<flag name="vtk">Build new 3D visualization module viz based on sci-libs/vtk</flag>
		<flag name="webp">Enable support for webp image format</flag>
	</use>
	<upstream>
		<remote-id type="sourceforge">opencvlibrary</remote-id>
		<remote-id type="github">Itseez/opencv_contrib</remote-id>
	</upstream>
</pkgmetadata>