Skip to content

jiankaiwang/neon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Accelerating using NEON

How to Start

  • Build the OpenCV first.
git clone https://github.com/opencv/opencv.git
cd ./opencv
mkdir ./build
cmake ..
cmake --build .

Examples

Deinterleave

The deinterleave operation is to seperate the RGB channel into red, green, and blue channel.

  • Setup the OpenCV build path to the CMakeLists.txt under the path src.
set(OpenCV_DIR ${CMAKE_SOURCE_DIR}/../opencv/build)
  • Build the whole source code.
# The images generated at the path `../../data`.
./build-linux.sh

Releases

No releases published

Packages

No packages published