# bvpp **Repository Path**: hanhai-modules/bvpp ## Basic Information - **Project Name**: bvpp - **Description**: 来自黑芝麻智能科技(bstai)瀚海(hanhai)的图像处理基础库。提供scaler,gwrap,color-convert,rotate,padding等功能,提供统一的idl接口, 支持硬件/软件实现和数据零拷贝机制。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-26 - **Last Updated**: 2024-10-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bvpp ## release note: - v0.2.0: scaler add two APIs: Attach and Detach ,deprecate four APIs: AllocCma, ReleaseCma and SyncCma. - v0.3.0.0: support hwcv. - v0.4.0.0: Add -doc, -test, -demo package - v1.0.0.0: change the namespace from autoplt to hanhai ## How to build - CMake Version >= 3.10. - Building FADOS, QNX, BST-RTOS should use corresponding SDK docker environment. - Building Ubuntu-x86, we recommend using Ubuntu18.04 LTS. ### FADOS Linux mkdir build cd build cmake .. && make -j8 ### QNX mkdir build cd build cmake -DCMAKE_EXTRA_SYSTEM=QNX .. && make -j8 ### Ubuntu-x64 mkdir build cd build cmake .. && make -j8 ## Third-party dependencies Opencv 4.0 ## license This program is released under the [Apache-2.0](LICENSE).