vrabaud / gPb

gPb implementation for OpenCV
102 stars 36 forks source link

Can we call the globalPb function from OpenCV after the compilation? #12

Open kaiwenChang opened 6 years ago

kaiwenChang commented 6 years ago

Can we use the compiled .so files directly with opencv (c++ or python) after the compilation? If so, how can we do this? (to put the .so files under opencv lib directory?) Thank you.