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 readImageMulti that returns array of matrices via imreadmulti #491

Merged
merged 5 commits into from Feb 21, 2017

Conversation

woolite64
Copy link

I needed this functionality to load some multi-page TIFF's. My C++ is rusty and I'm not too familiar with creating bindings, so please let me know if anything is out of order.

I included a 10-page multipage.tif file in the examples for running test cases.

@codecov-io
Copy link

codecov-io commented Feb 20, 2017

Codecov Report

Merging #491 into master will increase coverage by 0.37%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #491      +/-   ##
==========================================
+ Coverage    45.6%   45.97%   +0.37%     
==========================================
  Files          31       31              
  Lines        3480     3504      +24     
  Branches       15       15              
==========================================
+ Hits         1587     1611      +24     
  Misses       1893     1893
Impacted Files Coverage Δ
src/Constants.cc 100% <100%> (ø)
src/ImgProc.cc 38.31% <100%> (+9.28%)
src/OpenCV.cc 87.5% <100%> (+1.38%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c0f7942...1d49cb8. Read the comment docs.

@peterbraden
Copy link
Owner

Looks great, and thanks for the test!

@peterbraden peterbraden merged commit c867fb3 into peterbraden:master Feb 21, 2017
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

3 participants