python
Dashboard
My Repos
Compilers
Python Online
Node JS Online
Golang Online
codepy
Login
My Repos
Sign Out
Online Python Interpreter
Stop
Run
import cv2 img = cv2.imread("onur.jpg") b,g,r = cv2.split(img) print("----------SPLİT İLE----------") for item in cv2.split(img): print(item) print("---------MATRİS İLE---------") r, g, b = img[:,:,0], img[:,:,1], img[:,:,2] print(r,g,b)
Share this code with others
Public
Clear
My Repos
Repo
Lang
Login
Register
Login
Create a free account. No Credit card info required.
I agree with the Codepy
Term of Service
Sign Up