Public Member Functions | |
ImgContext () | |
ImgContext (const Mat &img) | |
Public Attributes | |
Mat | image |
bool | is_new |
boost::mutex | lock |
Definition at line 58 of file openni_example.cpp.
MyOpenNIExample::ImgContext::ImgContext | ( | ) | [inline] |
Definition at line 61 of file openni_example.cpp.
MyOpenNIExample::ImgContext::ImgContext | ( | const Mat & | img | ) | [inline] |
Definition at line 65 of file openni_example.cpp.
Definition at line 68 of file openni_example.cpp.
Definition at line 70 of file openni_example.cpp.
boost::mutex MyOpenNIExample::ImgContext::lock [mutable] |
Definition at line 69 of file openni_example.cpp.