MareArts Computer Vision Study.
Computer Vision & Machine Learning Research Laboratory
Pages
ðĄ
ð Contents table
ð MareArts ➚
ðŽ MareArts Live ➚
Showing posts with label
python opencv mat creation
.
Show all posts
Showing posts with label
python opencv mat creation
.
Show all posts
9/18/2018
How to make Mat in opencv python
newMat_3ch = np.zeros((rows, cols,
3
),
dtype
=
"uint8"
) #3channel
newMat_1ch = np.zeros((rows, cols),
dtype
=
"uint8"
) #1channel
Mat is just numpy array.
Older Posts
Home
Subscribe to:
Posts (Atom)