blob: 1fa056c915f89d12501989613a1ae55fc53c4ccb [file] [log] [blame]
Name: OpenCV
Short Name: opencv
URL: https://opencv.org/releases/
Version: 4.3.0
Date: 2020/04/06
License: BSD
License File: src/LICENSE
Security Critical: Yes
CPEPrefix: cpe:/a:opencv:opencv:4.3.0
Description:
This package includes the Earth Mover's Distance (EMD) implementation from
OpenCV, a standard metric for comparing histograms of visual data.
Local Modifications:
- Included only the source for EMD computation
- Added a C++ API to avoid needing to include the entire OpenCV C++ API.
Process for incorporating a new release:
- Download the newest release from https://opencv.org/releases/
- Copy modules/imgproc/src/emd.cpp and LICENSE from the release.
- Apply emd_patch.patch