fix(api): depth core.
This commit is contained in:
parent
fd2e6c4708
commit
dfea14aba3
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user