eduardolundgren / tracking.js

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

Blur before processing camera image? #167

Open denchp opened 8 years ago

denchp commented 8 years ago

Trying to figure out how to do this with a custom tracker and the built in Image.blur function. But tracking.track([pixels]...) doesn't seem to accept the result of tracking.Image.blur("#source"...).

newsbubbles commented 6 years ago

Are you doing this so that you get down-sampled edge data for faster processing? If so, just change the resolution of the video element and canvas.