liuliu / ccv

C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library
http://libccv.org
Other
7.07k stars 1.71k forks source link

Need help in creating libccv.so #236

Open nannuarun opened 1 year ago

nannuarun commented 1 year ago

Hi,

I am using ccvwrapper from https://zablo.net/blog/post/stroke-width-transform-swt-python/index.html. When i tried clang to make .so file on ccvwrapper it is missing required symbols. I tried using steps mentioned https://pypi.org/project/ccv/ , but the patching is not working. Can anyone assist me creating wrapper on ccv .

Thanks, Arun.

liuliu commented 1 year ago

Hi, I am not the maintainer of the Python package so I am not sure what could be problematic. The library itself prefers static link, but should be able to dynamic link it. Also, we do support build with Bazel if that is easier for you. Alternatively, check https://github.com/liuliu/ccv/tree/unstable/.github/workflows to see if there are some missing dependencies (it should work without any dependency, but open image file or GEMM requires external dependencies).