fix(api): depth core.

This commit is contained in:
TinyOh 2019-03-13 09:55:06 +08:00
parent fd2e6c4708
commit dfea14aba3

View File

@ -31,9 +31,6 @@ class DepthProcessorOCV : public Processor {
std::string Name() override;
protected:
inline Processor::process_type ProcessOutputConnection() override {
return Processor::WITHOUT_CLONE;
}
Object *OnCreateOutput() override;
bool OnProcess(
Object *const in, Object *const out,