elliotwoods / TouchDesigner.MotionCapture

Motion Capture operator suite for TouchDesigner. Still in early stages
28 stars 1 forks source link

Optical flow download : attempt to download only individual pixels #22

Closed elliotwoods closed 4 years ago

elliotwoods commented 4 years ago

this still takes 100ms using the roi method next step in this direction would need to make a cuda kernel which pipets the correct coordinates (e.g. with filtering on gpu-side) and returns just the results

this seems like a dead end (huge time investment for unlikely returns)

closing..