Ask Your Question
0

How to start Raspberry pi and opencv?

asked 2019-04-05 04:30:49 -0600

ManishAI gravatar image

Please suggest some book or video where i can start development in python .

edit retag flag offensive close merge delete

Comments

search on google opencv 3 pdf

supra56 gravatar imagesupra56 ( 2019-04-05 06:38:00 -0600 )edit

Btw, I'm using OpenCV 4.0.1, Stretch V9. The newer version 10 will be Buster in mid June.

supra56 gravatar imagesupra56 ( 2019-04-05 06:40:37 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2019-05-27 07:48:34 -0600

alanmcdonley gravatar image

updated 2019-05-27 08:04:05 -0600

Path I took:

  • Install OpenCV (non-virtual environment in my case) following: Option A: Install OpenCV to your Raspberry Pi system with pip

  • Purchased the book (only) "Practical Python and OpenCV"

  • (Before trying face-detection examples: Check your variable cv2.data.haarcascades, and then check that you have the .../cv2/data/haarcascades/ folder and the other example data. If not, download your version zip from https://github.com/opencv/opencv/arch... and fix your installation or use full path to where you put the data.)

The OpenCV.org offers this free tutorial set for your version https://docs.opencv.org/4.0.1/d6/d00/...

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-04-05 04:30:49 -0600

Seen: 197 times

Last updated: May 27 '19