OrbbecSDK  1.5.7
OrbbecSDK: Software-Development-Kit for Orbbec 3D-Sensor devices
Classes | Namespaces | Typedefs
Filter.hpp File Reference

The processing unit of the SDK can perform point cloud generation, format conversion and other functions. More...

#include "Types.hpp"
#include <functional>
#include <memory>

Go to the source code of this file.

Classes

class  ob::Filter
 
class  ob::PointCloudFilter
 
class  ob::FormatConvertFilter
 
class  ob::CompressionFilter
 
class  ob::DecompressionFilter
 

Namespaces

 ob
 

Typedefs

typedef std::function< void(std::shared_ptr< Frame >)> ob::FilterCallback
 

Detailed Description

The processing unit of the SDK can perform point cloud generation, format conversion and other functions.

Definition in file Filter.hpp.