eduardolundgren / tracking.js

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

Color Detection #189

Open abishekrsrikaanth opened 7 years ago

abishekrsrikaanth commented 7 years ago

Is there a way to detect the number of colors on an image using tracking.js?

AnthyG commented 7 years ago

You could just loop through an array of colors, and set a property in an object to true, if it does, but that is probably pretty inefficient, as there problably is light somewhere 😁