1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name opencv |
---|
6 | version 0.9.7 |
---|
7 | categories graphics science |
---|
8 | platforms darwin |
---|
9 | maintainers stante@gmail.com |
---|
10 | description Intel(R) Open Source Computer Vision Library |
---|
11 | long_description opencv is a library that is mainly aimed at real time \ |
---|
12 | computer vision. Some example areas would be \ |
---|
13 | Human-Computer Interaction (HCI), Object Identification, \ |
---|
14 | Segmentation and Recognition, Face Recognition, Gesture \ |
---|
15 | Recognition, Motion Tracking, Ego Motion, Motion \ |
---|
16 | Understanding, Structure From Motion (SFM), and Mobile \ |
---|
17 | Robotics. |
---|
18 | |
---|
19 | homepage http://www.intel.com/technology/computing/opencv/ |
---|
20 | master_sites sourceforge:opencvlibrary |
---|
21 | checksums md5 39cdccd05edd12294db2c238f48ff2ab |
---|
22 | |
---|
23 | depends_lib lib:libgtk:gtk2 lib:libz:zlib lib:libjpeg:jpeg \ |
---|
24 | lib:libpng:libpng lib:libtiff:tiff |
---|
25 | |
---|
26 | configure.env CPATH="${prefix}/include" \ |
---|
27 | LIBRARY_PATH="${prefix}/lib" \ |
---|
28 | CXXFLAGS="-I${prefix}/include -L${prefix}/lib" |
---|