http://www.codeplex.com/touchless/Release/ProjectReleases.aspx?ReleaseId=17986 (http://www.codeplex.com/touchless/Release/ProjectReleases.aspx?ReleaseId=17986)
It's a set of 2 simple DLLs, that can use a webcam to interact as some pointer on the screen.
Anyone willing to wrap it?
perhaps if anyone tell my what is a bitmap class.Int, long, string, and so on i know, but bitmap class?
Annnd only if some people need this wrap.
Using .Net3.
.Net using managed DLLs hard to wrapp.
oh not good....
like this...
Point and Bitmap????
Point perhaps Integer.....
But Bitmap i don´t know!
public:
Marker^ AddMarker(
String^ name,
Bitmap^ image,
Point center,
float radius
)
confused:::
http://msdn.microsoft.com/en-us/library/system.drawing.bitmap.aspx
http://msdn.microsoft.com/en-us/library/system.drawing.point.aspx
Quote from: Kitty Hello on 2008-Oct-09
http://www.codeplex.com/touchless/Release/ProjectReleases.aspx?ReleaseId=17986 (http://www.codeplex.com/touchless/Release/ProjectReleases.aspx?ReleaseId=17986)
It's a set of 2 simple DLLs, that can use a webcam to interact as some pointer on the screen.
Anyone willing to wrap it?
FINDPIXEL(RED,GREEN,BLUE)
Might be slow using getpixel?
Maybe not if the color to find is large(10 pixels XY) and search every 5 pixel lines on screen?
Maybe im not understanding this process properly, excuse my input here if it makes no sense.
do it with a shader, I'd suggest.