Page 1 of 1

MicroPython for machine vision project?

Posted: Wed Nov 05, 2014 6:36 am
by smitjs
Hi, I am new to the forum and new to Python.
I want to do a machine vision project, to identify animal species for automatic inoculation. The speed of identification needs to be high, therefore I am looking at Arm A9. I am unsure if that will give me the highest speed, but I am confused about the Jazelle instructions.
Will there be any advantage in this, seeing that I intend to use parts of opencv?
If I understand Micropython correctly, there is provision for compiling into Arm code or assembler directly, which can be very fast.
I have done extensive programming in C and assembler for 8051 types, but very little on Arm, mainly Arm 0+.
Please recommend a good book on the Python language, seeing that I intend to use Micropython on embedded Arm only.
Thank you
Best Regards
Johan Smit

Re: Advice please

Posted: Wed Nov 05, 2014 9:54 am
by cooper
Hi Johan,

I found this book a while ago http://pythonforengineers.com/
But it is only available for preorder at the moment, he has a section on image processing, perhaps this is what you're looking for?

I'm still waiting for my copy :)

Re: Advice please

Posted: Wed Nov 05, 2014 10:09 am
by smitjs
Thank you. It looks good, I have ordered a copy.
Best Regards
Johan Smit

Re: Advice please

Posted: Thu Nov 06, 2014 2:58 pm
by PinkInk
http://hackaday.io/project/1313-openmv You might find interesting ...

Re: Advice please

Posted: Fri Nov 07, 2014 6:36 am
by smitjs
PinkInk wrote:http://hackaday.io/project/1313-openmv You might find interesting ...
Thank you, indeed!