frame difference subtraction with KINECT?
in
Contributed Library Questions
•
2 years ago
hey all,
so openCV has those really nifty functions built into the API like absDiff or whatever it is, and I'm wondering if there is a Kinect library that does the same?
All the frame subtraction I've come across is for RGB but really all I need is greyscale. I have a few questions:
is it possible to invoke the loadPixels() on just an image, or does it capture the entire window? once I have my pixels[] array, can I convert that back into a PImage?
and in general, what is the fastest/easiest way to do frame sub on a PImage or with Kinect?
thanks so much
so openCV has those really nifty functions built into the API like absDiff or whatever it is, and I'm wondering if there is a Kinect library that does the same?
All the frame subtraction I've come across is for RGB but really all I need is greyscale. I have a few questions:
is it possible to invoke the loadPixels() on just an image, or does it capture the entire window? once I have my pixels[] array, can I convert that back into a PImage?
and in general, what is the fastest/easiest way to do frame sub on a PImage or with Kinect?
thanks so much
1