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

Remove dependency of using OpenCV to read images #6

Open
krshrimali opened this issue Mar 15, 2020 · 1 comment
Open

Remove dependency of using OpenCV to read images #6

krshrimali opened this issue Mar 15, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request open source Take up the task! But let us know...

Comments

@krshrimali
Copy link
Owner

Having a dependency of having OpenCV installed from source is not recommended. We do not use any transformations which require OpenCV to be built on the system.

Find a way out to remove this dependency and read images using standard C++/C libraries.

@krshrimali krshrimali added the enhancement New feature or request label Mar 15, 2020
@krshrimali krshrimali self-assigned this Mar 15, 2020
@krshrimali krshrimali added the open source Take up the task! But let us know... label Mar 23, 2020
@krshrimali krshrimali linked a pull request Mar 24, 2020 that will close this issue
@krshrimali
Copy link
Owner Author

Idea: Let's test using Serene library in C++ (https://github.com/kmhofmann/selene). It's new, and requires C++-17. Compare it's performance with OpenCV.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request open source Take up the task! But let us know...
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant