Похожие чаты

HI I got this error error: OpenCV(4.8.0) D:\a\opencv-python\opencv-python\opencv\modules\core\src\arithm.cpp:214: error: (-209:Sizes of input

arguments do not match) The operation is neither 'array op array' (where arrays have the same size and type), nor 'array op scalar', nor 'scalar op array' in function 'cv::binary_op'

i used a video and an image as mask , i wanted to use it as bitwise_and
they are in the same size, i used original dimensions, resized function and scalar
but i got the same error
what can i do?

3 ответов

18 просмотров

it means that the two images you are trying to bitwise_and are not the same size

Edy-.. Автор вопроса
Malware (\/ /\ R |_| |\|)
it means that the two images you are trying to bit...

But they are in the same size Because I choose the same image as video size And I used shape they had. Same size I will test these functions u introduced to me

Send us a link to a minimal reproducible example on replit.com

Похожие вопросы

Карта сайта