kevinGodell / polygon-points

Determine if an x y coordinate exists in a polygon. This is being used in a motion detection project where specific regions of an image are being filtered and measured. It works fast when iterating pixels because it caches the bounding box value and uses it to quickly eliminate non-targeted pixels from unnecessary difference calculations.

Home Page:https://www.npmjs.com/package/polygon-points

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kevinGodell/polygon-points Stargazers