Change tensorimpl opencv `future_std::span<cv::Mat>` to `cv::Mat`
Compare changes
Why ?
TensorImpl_opencv attribute future_std::span<cv::Mat> mData;
is not relevant.
MR Content :
cv::Mat mData;
opencv::imread
flag from IMREAD_COLOR
to IMREAD_UNCHANGED
and adpat tests. The flag IMREAD_COLOR
was always loading 3 channels, even for grayscale images while IMREAD_UNCHANGED
adapts to the input file. See : https://docs.opencv.org/4.x/d8/d6a/group__imgcodecs__flags.html#ga61d9b0126a3e57d9277ac48327799c80
Implement the solution presented in issue #3 (closed).
Copyright © Eclipse Foundation, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Copyright Agent