|
|
| canavarim |
| Posted: Jan 3 2012, 03:38 PM |
 |
|
Newbie

Group: Members
Posts: 2
Member No.: 33956
Joined: 3-January 12

|
I want get coordinates laser point on curtain.
I used to webcam which supports infra spectrum.
And I capture this video with Vdub, but how to get coordinates laser point.
Is there any filter?
thanks. |
 |
| -SPM-Mad |
| Posted: Jan 4 2012, 01:08 AM |
 |
|
Advanced Member
  
Group: Members
Posts: 197
Member No.: 1332
Joined: 13-December 02

|
No, there is no filter for *this* very specific task. You can get the filter SDK on virtualdub.org and code one yourself, which should be managble.
Greetings -SPM-Mad |
 |
| phaeron |
| Posted: Jan 8 2012, 06:04 AM |
 |
|

Virtualdub Developer
  
Group: Administrator
Posts: 7773
Member No.: 61
Joined: 30-July 02

|
The filter SDK has been superceded by the plugin SDK, but neither the SDK nor VirtualDub has the kind of image analysis algorithm you'd need here so you'll still need to add one. I recommend looking at a library suited to machine vision, such as OpenCV. |
 |