https://github.com/hellonico/opencv4-native
https://github.com/hellonico/opencv4-native
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hellonico/opencv4-native
- Owner: hellonico
- Created: 2018-11-05T09:18:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-11T09:45:41.000Z (12 months ago)
- Last Synced: 2025-05-11T10:31:15.267Z (12 months ago)
- Language: Shell
- Size: 231 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# regular course
```
# first time building
. build.sh && linux-deps
# update version in build.sh
. build.sh && do_clone
. build.sh && do_clean
# make sure of java version
. build.sh && do_cmake_nix
# for a minimal opencv library file ...
# . build.sh && do_cmake_arm
# for a jetson
# . build.sh && do_cmake_cuda
. build.sh && do_make
```
# install or deploy core from local build
```
. build.sh && install_core 4.9.0-0
. build.sh && deploy_core 4.9.0-0
```
# build and deploy all native jars from natives folder
```
. build.sh && build_native_jars
. build.sh && install_native_jar 4.9.0-0
. build.sh && deploy_native 4.9.0-0
```
# with make
```
make clean
make clone
make cmake_nix
make do_make
```