Port details |
- py-opencv2 Open Source Computer Vision library
- 2.4.13.1_1 graphics
=0 2.4.13.1_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2016-10-03 17:47:27
- Last Update: 2017-04-14 05:30:25
- SVN Revision: 438490
- License: BSD3CLAUSE
- WWW:
- http://www.opencv.org
- Description:
- OpenCV (Open Source Computer Vision Library) is an open source
computer vision and machine learning software library. OpenCV was
built to provide a common infrastructure for computer vision
applications and to accelerate the use of machine perception in the
commercial products. Being a BSD-licensed product, OpenCV makes it
easy for businesses to utilize and modify the code.
The library has more than 2500 optimized algorithms, which includes
a comprehensive set of both classic and state-of-the-art computer
vision and machine learning algorithms. These algorithms can be
used to detect and recognize faces, identify objects, classify human
actions in videos, track camera movements, track moving objects,
extract 3D models of objects, produce 3D point clouds from stereo
cameras, stitch images together to produce a high resolution image
of an entire scene, find similar images from an image database,
remove red eyes from images taken using flash, follow eye movements,
recognize scenery and establish markers to overlay it with augmented
reality, etc.
WWW: http://www.opencv.org
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}opencv2>0:graphics/py-opencv2@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-opencv2
- Flavors: there is no flavor information for this port.
- NOT_FOR_ARCHS: sparc64
- distinfo:
- TIMESTAMP = 1475482010
SHA256 (opencv-opencv-2.4.13.1_GH0.tar.gz) = 0d5ce5e0973e3a745f927d1ee097aaf909aae59f787be6d27a03d639e2d96bd7
SIZE (opencv-opencv-2.4.13.1_GH0.tar.gz) = 91773677
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Master port: graphics/opencv2
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- numeric.py : math/py-numpy
- Eigen : math/eigen3
- videodev2.h : multimedia/v4l_compat
- cmake : devel/cmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- python2.7 : lang/python27
- Runtime dependencies:
-
- numeric.py : math/py-numpy
- python2.7 : lang/python27
- Library dependencies:
-
- libopencv_legacy.so : graphics/opencv2
- libjasper.so : graphics/jasper
- libpng.so : graphics/png
- libtiff.so : graphics/tiff
- libv4l2.so : multimedia/libv4l
- libjpeg.so : graphics/jpeg-turbo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py27-opencv2-2.4.13.1_1:
DC1394=off: IEEE 1394 camera support
EXAMPLES=on: Build and/or install examples
NONFREE=off: Build functionality that has possible limitations of use
OPENGL=off: 2D/3D rendering support via OpenGL
====> Image format support
JASPER=on: JPEG 2000 support via JasPer
JPEG=on: JPEG image format support
OPENEXR=off: HDR image format support via OpenEXR
PNG=on: PNG image format support
TIFF=on: TIFF image format support
====> Performance enhancing libraries
EIGEN3=on: Eigen 3 support
TBB=off: TBB support
====> Use CPU-specific optimizations
SSE=on: Use SSE optimized routines
SSE2=on: Use SSE2 optimized routines
SSE3=off: Use SSE3 optimized routines
SSSE3=off: Use SSSE3 optimized routines
SSE41=off: Use SSE41 optimized routines
SSE42=off: Use SSE42 optimized routines
AVX=off: Use AVX optimized routines
AVX2=off: Use AVX2 optimized routines
====> Video support
FFMPEG=off: FFmpeg support (WMA, AIFF, AC3, APE...)
GSTREAMER=off: Multimedia support via GStreamer
GSTREAMER0=off: Multimedia support via GStreamer 0.10
V4L=on: Video 4 Linux support
XINE=off: Multimedia support via Xine
====> GUI (Graphical User Interface) support: you can only select none or one of them
GTK2=off: GTK+ 2 GUI toolkit support
QT4=off: Qt 4 toolkit support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- cmake pkgconfig python:2.7 jpeg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: graphics/opencv2 |
Commit | Credits | Log message |
2.4.13.1_1 14 Apr 2017 05:30:25 |
jbeich |
graphics/opencv: back out r423216 and r423063 (replaying r423316)
Renaming didn't help to unblock 3.x progress as co-existence with 2.x
was no less complex than simply fixing consumers. This commit also
restores directory-level history accidentally lost via git-svn.
PR: 210505
Pointy hat to: jbeich (should've discussed first) |
2.4.13.1_1 05 Oct 2016 04:27:47 |
jbeich |
graphics/opencv2: back out r423063 for breaking consumers on 9.x
/usr/local/lib/libopencv_core.so.2: undefined reference to
`std::ctype<char>::_M_widen_init() const at GLIBCXX_3.4.11'
Reported by: pkg-fallout, abi@abinet.ru |
2.4.13.1 03 Oct 2016 17:47:08 |
jbeich |
graphics/opencv: add suffix to make room for 3.x series
To avoid confusion, the main port is to track the latest release.
Whether to rename includes/libraries as well making it possible to
install 2.x and 3.x side-by-side remains to be investigated.
PR: 210505 (for tracking)
Inspired by: PkgSrc |