Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

get image height width cv2

>>> import numpy as np
>>> import cv2
>>> img = cv2.imread('foo.jpg')
>>> height, width, channels = img.shape
>>> print height, width, channels
  600 800 3
Comment

PREVIOUS NEXT
Code Example
Python :: python confidence interval 
Python :: how to split a string between letters and digits python 
Python :: keras import optimizer adam 
Python :: STandardScaler use example 
Python :: how to install gym 
Python :: pandas change dtype to string 
Python :: python ftp upload file 
Python :: python find index of highest value in list 
Python :: list all virtualenv in python 
Python :: bgr2gray opencv 
Python :: distance euc of two arrays python 
Python :: flask install 
Python :: python get all folders in directory 
Python :: pandas left join 
Python :: get files in directory python 
Python :: count nan pandas 
Python :: inverse matrix numpy 
Python :: how to get the current date hour minute month year in python 
Python :: opencv write text 
Python :: python file open modes 
Python :: pd.set_option show all rows 
Python :: dollar 
Python :: limit axis matplotlib 
Python :: pandas Error tokenizing data. 
Python :: python first day of last month 
Python :: conda install nltk 
Python :: matplotlib legend out of plot 
Python :: remove multiple space python 
Python :: run unittest in terminal python 
Python :: upgrade package python 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =