MicroPython for machine vision project?

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
smitjs
Posts: 3
Joined: Wed Nov 05, 2014 6:21 am

MicroPython for machine vision project?

Post by smitjs » Wed Nov 05, 2014 6:36 am

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

cooper
Posts: 23
Joined: Mon Oct 20, 2014 8:40 am

Re: Advice please

Post by cooper » Wed Nov 05, 2014 9:54 am

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 :)

smitjs
Posts: 3
Joined: Wed Nov 05, 2014 6:21 am

Re: Advice please

Post by smitjs » Wed Nov 05, 2014 10:09 am

Thank you. It looks good, I have ordered a copy.
Best Regards
Johan Smit

PinkInk
Posts: 65
Joined: Tue Mar 11, 2014 3:42 pm

Re: Advice please

Post by PinkInk » Thu Nov 06, 2014 2:58 pm

http://hackaday.io/project/1313-openmv You might find interesting ...

smitjs
Posts: 3
Joined: Wed Nov 05, 2014 6:21 am

Re: Advice please

Post by smitjs » Fri Nov 07, 2014 6:36 am

PinkInk wrote:http://hackaday.io/project/1313-openmv You might find interesting ...
Thank you, indeed!

Post Reply