I'm trying to check if a pixel of a certain color at (x,y) has moved within a boundary of [(x1,y1),(x2,y2)] and also update its new position to console. I'm doing this as a desktop application so no html canvas. Also I'm not sure how to define a boundary in this manner.
\$\begingroup\$
\$\endgroup\$
4
-
\$\begingroup\$ If you're not using canvas, then what do you use for display? \$\endgroup\$Bálint– Bálint2016-07-18 21:26:31 +00:00Commented Jul 18, 2016 at 21:26
-
\$\begingroup\$ Could this be done using raycasting? \$\endgroup\$LazerStackr– LazerStackr2016-08-01 21:42:18 +00:00Commented Aug 1, 2016 at 21:42
-
\$\begingroup\$ Do you even know what ray casting is? \$\endgroup\$Bálint– Bálint2016-08-02 20:49:26 +00:00Commented Aug 2, 2016 at 20:49
-
\$\begingroup\$ Yes, are you familiar with autoit or autohot key? \$\endgroup\$LazerStackr– LazerStackr2016-08-03 00:31:46 +00:00Commented Aug 3, 2016 at 0:31
Add a comment
|