Path to this page:
./
graphics/opencv-contrib-face,
OpenCV face recognition contributed module
Branch: CURRENT,
Version: 3.4.20nb5,
Package name: opencv-contrib-face-3.4.20nb5,
Maintainer: markdOpenCV face recognition contributed module.
Required to run:[
graphics/opencv] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 52532.612 KB
Version history: (Expand)
- (2024-10-19) Updated to version: opencv-contrib-face-3.4.20nb5
- (2024-09-21) Updated to version: opencv-contrib-face-3.4.20nb4
- (2024-05-29) Updated to version: opencv-contrib-face-3.4.20nb3
- (2024-04-05) Updated to version: opencv-contrib-face-3.4.20nb2
- (2024-01-30) Updated to version: opencv-contrib-face-3.4.20nb1
- (2024-01-16) Updated to version: opencv-contrib-face-3.4.20
CVS history: (Expand)
2024-04-05 16:01:01 by Thomas Klausner | Files touched by this commit (49) |
Log message:
*: recursive bump for protobuf 26.1
|
2024-03-14 07:29:52 by Thomas Klausner | Files touched by this commit (1) |
Log message:
opencv-contrib-face: regen distinfo
For new patch for 'Avoid ambiguous function call.'
|
2024-02-09 12:50:31 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
opencv: fix for Numpy 1.26 and Pyton 3.12; fix testing
|
2024-01-30 19:29:21 by Adam Ciarcinski | Files touched by this commit (47) |
Log message:
revbump for devel/abseil
|
2024-01-25 07:51:17 by Thomas Klausner | Files touched by this commit (1) |
Log message:
opencv-contrib-face: regen distinfo for shared patches
|
2024-01-16 20:23:06 by Adam Ciarcinski | Files touched by this commit (10) | |
Log message:
opencv opencv-contrib-face: updated to 3.4.20
3.4.20
Bug fixes
|
2023-12-25 19:04:32 by Thomas Klausner | Files touched by this commit (1) |
Log message:
opencv-contrib-face: regen distinfo
|
2023-12-22 08:35:07 by Dr. Thomas Orgis | Files touched by this commit (10) | |
Log message:
opencv: version 3.4.17 with proper explicit BLAS (CBLAS + LAPACKE) usage
This does the small bugfix update from 3.4.16 to 3.4.17 and adds proper usage
of BLAS stuff. There was linkage to BLAS before via numpy, but the internal
explicit BLAS-using code was not built, as the CMake machinery did not find it.
This commit drops an actually counterproductive patch and adds pkg-config
calls to find the BLAS-related libraries. Note that vor opencv-contrib-face,
the BLAS choice during its build doesn't really enter the result, apparently,
but the build process does use it and it would not help to confuse matters there.
I am not sure if the buildlink3.mk should also add blas.buildlink3.mk now. It
does not feature numpy right now. Should it?
Next step should be move towards 4.x at least.
Upstream:
December, 2021
OpenCV 3.4.17 has been released. Bug fixes, optimizations and other enhancements
are propagated into OpenCV 4.5.5.
Long-lived OpenCV 3.x release series is here since 2015. We are going to reduce
support of 3.x branch in the future to move forward to OpenCV 5.0.
|