Skip to content

Commit

Permalink
feat(simpleocv): import simpleocv as 3rdparty library
Browse files Browse the repository at this point in the history
  • Loading branch information
zpye committed Aug 1, 2023
1 parent ee20f14 commit 2199606
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 17,543 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@
[submodule "3rdparty/highway"]
path = 3rdparty/highway
url = https://github.com/google/highway.git
[submodule "3rdparty/simpleocv"]
path = 3rdparty/simpleocv
url = https://github.com/zpye/simpleocv.git
1 change: 1 addition & 0 deletions 3rdparty/simpleocv
Submodule simpleocv added at f25642
2 changes: 2 additions & 0 deletions 3rdparty/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ if has_config("build_python") then
add_linkdirs("$(env PYTHON_ROOT)/libs/", { public = true })
add_links("python3")
end

includes("simpleocv")
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ xmake -w --all

[KuiperInfer](https://github.com/zjhellofss/KuiperInfer) -> basic framework

[ncnn](https://github.com/Tencent/ncnn) -> pnnx ir, simpleocv and mat-pixel operations
[ncnn](https://github.com/Tencent/ncnn), [simpleocv](https://github.com/zpye/simpleocv) -> pnnx ir, simpleocv and mat-pixel operations

[Eigen](https://gitlab.com/libeigen/eigen), [tensorflow](https://github.com/tensorflow/tensorflow) -> Eigen tensor

Expand Down
101 changes: 0 additions & 101 deletions tools/mat_pixel.h

This file was deleted.

Loading

0 comments on commit 2199606

Please sign in to comment.