I change cmd code. - #670
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #670 +/- ##
=======================================
Coverage 97.97% 97.97%
=======================================
Files 19 19
Lines 2220 2220
=======================================
Hits 2175 2175
Misses 38 38
Partials 7 7 Continue to review full report at Codecov.
|
|
I think you should close the cloned image Mat. |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #670 +/- ##
=======================================
Coverage 97.97% 97.97%
=======================================
Files 19 19
Lines 2220 2220
=======================================
Hits 2175 2175
Misses 38 38
Partials 7 7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
I write Issue.
I fix the error by creating an image with a data type of CV_32F from existing Image before creating Blob.
the changed code works fine, but I wonder if this is correct.