Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I ran a library on OpenCV 3.2.0 #5

Open
vakikrin opened this issue Jul 18, 2018 · 5 comments
Open

I ran a library on OpenCV 3.2.0 #5

vakikrin opened this issue Jul 18, 2018 · 5 comments
Assignees

Comments

@vakikrin
Copy link

I compiled the library using cmake specifying the path to opencv 3.2.0. At the first compilation, I got an error saying that only opencv 2.4.x is supported. After that, removing a few lines in the condition of cmakefiletxt the library was compiled and I was able to collect it in the Visual Studio 17
In order to run the sample code, it was necessary to change the work with the camera very little, because at startup there were always black windows.
I checked all the algorithms. All work. So 3.20 can be used with this library

@piotr-szczypinski
Copy link

I can confirm successful compilation of the library with OpenCV 3.2.0 (repository) on Linux Kubuntu 18.04. The example code required some corrections -- after that all the algorithms worked.

@carolinepacheco
Copy link
Owner

Hi @vakikrin @piotr-szczypinski , thanks for the update!
I merged a pull request that remove OpenCV 3 restriction, and fixed some issues.
Could you validate if this new version is working well for you? Thanks in advance

@nanadaime
Copy link

Hello, from 2021. I'm using (or at least tryiing to) this lbp library project for my Thesis, but it seems i cant get it to work. Could someone assist me, my email is [email protected], and im in dire need of help...

@andrewssobral
Copy link
Collaborator

Hello @nanadaime ,
I developed this library together with @carolinepacheco .
How can we help you?

@nanadaime
Copy link

nanadaime commented Sep 29, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants