eduardolundgren / tracking.js

A modern approach for Computer Vision on the web
http://trackingjs.com
Other
9.44k stars 1.45k forks source link

How to track a basic shape? (Not an issue) #290

Closed palafoxernesto closed 5 years ago

palafoxernesto commented 6 years ago

Hi i am new to tracking.js and CV as well.

I want to be able to track basic shapes like rectangle, square or circles with the camera.

I understand that i can use a trained model created in opencv converted to json.

Is this the right way to go for basic shape detection?

Can anyone point me in the right direction?

Any help will be appreciated.

murat-aka commented 6 years ago

use color tracking for start.

https://trackingjs.com/examples/color_hello_world.html

darshan78261992 commented 5 years ago

Hi i am new to tracking.js and CV as well.

I want to be able to track basic shapes like rectangle, square or circles with the camera.

I understand that i can use a trained model created in opencv converted to json.

Is this the right way to go for basic shape detection?

Can anyone point me in the right direction?

Any help will be appreciated.

Even I am searching like this