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;
|
std::string Name() override;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
inline Processor::process_type ProcessOutputConnection() override {
|
|
||||||
return Processor::WITHOUT_CLONE;
|
|
||||||
}
|
|
||||||
Object *OnCreateOutput() override;
|
Object *OnCreateOutput() override;
|
||||||
bool OnProcess(
|
bool OnProcess(
|
||||||
Object *const in, Object *const out,
|
Object *const in, Object *const out,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user