OpenCV
Tried to split image and kept getting error message
Python
Dl90
September 22, 2021, 1:47pm
4
My code is,
import cv2
q = cv2.imread(‘mm.PNG’);
(R,G,B) = cv2.split(q);
show post in topic
Related topics
Topic
Replies
Views
Activity
Split 4-channel .tif UAV image to separate files according to the channel
Python
imgcodecs
10
1595
August 13, 2021
I was trying to read red pixel values of an part of the image using opencv
Python
imgproc
,
core
2
336
July 14, 2021
Split and Merge two separate images (one BGR, one IR only)
Python
1
657
December 15, 2020
Cv2 error problem
3
1771
February 25, 2021
Camera freezes on first frame with " Invalid number of channels in input image" in logcat
C++
videoio
,
imgproc
5
1529
June 14, 2021