Jump to content

pattern recognition


Kalash

Recommended Posts

You'll have to learn to use the Canvas API.

The simplest way to make a drawing application using canvas is to draw circles on each mousemove event while the mouse button is down, or on phones, using the touchstart, touchmove and touchend events.

Once you managed to make a simple drawing application, then comes the difficult part: writing software to recognize shapes. There is an entire field of science dedicated to solving this one problem, it is not an easy task. It seems neural networks are the most common approach to solving it.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...