c++ - Image processing using Python and OpenCV on a Raspberry PI -


i planning on doing image processing opencv , python on rpi. easy of use of pi camera python (picamera module) tempting. know c++ going faster python when doing significant processing there isn't easy way of accessing camera.

question: performance hit of using python image processing application opposed implementing same in c++ ?

my question focused on way opencv libraries called within cv2 module in python ? there ton of overhead associated that?

all computationally expensive stuff can done in opencv. using python wrapper won't cost computationally.


Comments

Popular posts from this blog

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

Qt4: how to send QString inside a struct via QSharedMemory -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -