Ask Your Question
0

Understanding documentation

asked 2017-03-23 01:05:55 -0600

eyasso gravatar image

Hi all,

We have just started to use OpenCV for Python 2.7. My question is about the documentation. I find it hard to understand finding the documentation for APIs.

For example, In one of the example there is use of the following code

ret,frame = cap.read()
frame.shape

I was looking to understand what is this shape API returns, and the API returns objects, to understand its members. But failed to find it.

Another example: according to the doc VideoCapture.putText() is a legacy API. What is the new API that should be used?

Thanks,

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2017-03-24 08:40:07 -0600

http://docs.opencv.org/master/d3/df2/... --> discusses some of the default OpenCV parameters accessible through python for the Mat object.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-03-23 01:04:28 -0600

Seen: 143 times

Last updated: Mar 23 '17