Open gcanat opened 4 months ago
decode_gray is just calling rgb2gray function after decoding the video. It could simply be fenced behind a boolean flag. Also, the returned type differ: Array4 vs Array3. Need to see how we can handle this.
decode_gray
rgb2gray
Array4
Array3
decode_gray
is just callingrgb2gray
function after decoding the video. It could simply be fenced behind a boolean flag. Also, the returned type differ:Array4
vsArray3
. Need to see how we can handle this.