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

Get rid of OpenCV dependency as much as possible #187

Closed
iitaku opened this issue Jan 8, 2024 · 1 comment
Closed

Get rid of OpenCV dependency as much as possible #187

iitaku opened this issue Jan 8, 2024 · 1 comment
Assignees

Comments

@iitaku
Copy link
Collaborator

iitaku commented Jan 8, 2024

  • Remove OpenCV link dependency from the image-io bb
    • Use DynamicModule and symbol loading instead of header include and link library
    • Use OpenCV C-API instead of C++ API for ABI compatibility
    • If the OpenCV library is not found at runtime, it can fail with the error log
  • Keep OpenCV link dependency in the dnn bb because it seems to be impossible to replace with C-API

Here is the prototype branch.

@iitaku
Copy link
Collaborator Author

iitaku commented Jan 12, 2024

Resolved in #194

@iitaku iitaku closed this as completed Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants