|
libfreenect2 0.4
Open source driver for the Kinect for Windows v2 (K4W2) sensor
|
Pipeline with OpenCL depth processing. More...
#include <libfreenect2/packet_pipeline.h>
Public Member Functions | |
| OpenCLPacketPipeline (const int deviceId=-1) | |
| OpenCLPacketPipeline (const PacketPipelineConfig &config, const int deviceId=-1) | |
| virtual | ~OpenCLPacketPipeline () |
| Public Member Functions inherited from PacketPipeline | |
| PacketPipeline (const std::string &name="unknown") | |
| virtual | ~PacketPipeline () |
| const std::string & | getName () const |
| Stable canonical pipeline name (for example cpu or metal). | |
| bool | good () const |
| Whether the pipeline's depth processor is usable on this machine. | |
| virtual PacketParser * | getRgbPacketParser () const |
| virtual PacketParser * | getIrPacketParser () const |
| virtual RgbPacketProcessor * | getRgbPacketProcessor () const |
| virtual DepthPacketProcessor * | getDepthPacketProcessor () const |
Protected Attributes | |
| const int | deviceId |
| Protected Attributes inherited from PacketPipeline | |
| std::string | name_ |
| PacketPipelineComponents * | comp_ |
Additional Inherited Members | |
| Public Types inherited from PacketPipeline | |
| typedef DataCallback | PacketParser |
Pipeline with OpenCL depth processing.
| OpenCLPacketPipeline | ( | const int | deviceId = -1 | ) |
References deviceId.
|
explicit |
References deviceId.
|
virtual |
|
protected |
Referenced by OpenCLPacketPipeline(), and OpenCLPacketPipeline().