Repository for OpenCV's extra modules
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rostislav Vasilikhin 8dc76950e6 FastCV bilateral recursive: test files updated 5 months ago
..
include/opencv2 Warnings fix in FastCV module documentation. 5 months ago
perf Merge pull request #3824 from CodeLinaro:FastcvHAL_1stPost 5 months ago
src Merge pull request #3824 from CodeLinaro:FastcvHAL_1stPost 5 months ago
test FastCV bilateral recursive: test files updated 5 months ago
CMakeLists.txt Merge pull request #3824 from CodeLinaro:FastcvHAL_1stPost 5 months ago
README.md Merge pull request #3824 from CodeLinaro:FastcvHAL_1stPost 5 months ago

README.md

FastCV extension for OpenCV

This module provides wrappers for several FastCV functions not covered by the corresponding HAL in OpenCV or have implementation incompatible with OpenCV. Please note that:

  1. This module supports ARM architecture only. This means that CMake script aborts configuration under x86 platform even if you don't want to build binaries for your machine and just want to build docs or enable code analysis in your IDE. In that case you should fix CMakeLists.txt file as told inside it.
  2. Test data is stored in misc folder. Before running tests on a device you should copy the content of misc/ folder to $YOUR_TESTDATA_PATH/fastcv/ folder on a device.