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

Read image from memory buffer for simpleocv #4557

Merged
merged 2 commits into from Apr 11, 2023

Conversation

AlOa
Copy link
Contributor

@AlOa AlOa commented Mar 1, 2023

Add function to read image from memory buffer in simpleocv

NCNN_EXPORT Mat imdecode(const std::vector& buf, int flags = IMREAD_COLOR);

@tencent-adm
Copy link

tencent-adm commented Mar 1, 2023

CLA assistant check
All committers have signed the CLA.

@codecov-commenter
Copy link

codecov-commenter commented Apr 11, 2023

Codecov Report

Merging #4557 (5e8bc98) into master (6f08ec7) will decrease coverage by 0.19%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #4557      +/-   ##
==========================================
- Coverage   94.73%   94.54%   -0.19%     
==========================================
  Files         726      684      -42     
  Lines      194849   206741   +11892     
==========================================
+ Hits       184590   195471   +10881     
- Misses      10259    11270    +1011     

see 117 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@nihui nihui merged commit 22e8640 into Tencent:master Apr 11, 2023
89 checks passed
@nihui
Copy link
Member

nihui commented Apr 11, 2023

Thanks for your contribution !

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.

None yet

4 participants