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

Add LUT for cv_8u cv_8s cv_16u and cv_16s #57

Merged
merged 3 commits into from
May 17, 2024
Merged

Add LUT for cv_8u cv_8s cv_16u and cv_16s #57

merged 3 commits into from
May 17, 2024

Conversation

rainyl
Copy link
Owner

@rainyl rainyl commented May 17, 2024

Releated:

Currently only implemented for CV_8U, CV_8S, CV_16U and CV_16S, as for CV_32S, $2^{32}=4294967296$, it seems opencv can't create a Mat with such a large amount of columns, so need more efforts.

@codecov-commenter
Copy link

codecov-commenter commented May 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.65%. Comparing base (8deb960) to head (9c7d78a).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #57   +/-   ##
=======================================
  Coverage   88.64%   88.65%           
=======================================
  Files          34       34           
  Lines        4774     4777    +3     
=======================================
+ Hits         4232     4235    +3     
  Misses        542      542           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rainyl rainyl linked an issue May 17, 2024 that may be closed by this pull request
@rainyl rainyl merged commit 66fa454 into main May 17, 2024
1 check passed
@rainyl rainyl deleted the new-api-lut branch May 18, 2024 09:19
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

Successfully merging this pull request may close these issues.

add cv.LUT()
2 participants