fix: improve disparity lobustness
This commit is contained in:
parent
d453f98b6d
commit
8f255ec291
|
@ -41,9 +41,9 @@ class DisparityProcessor : public Processor {
|
||||||
void NotifyComputingTypeChanged(const DisparityComputingMethod &MethodType);
|
void NotifyComputingTypeChanged(const DisparityComputingMethod &MethodType);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
inline Processor::process_type ProcessOutputConnection() override {
|
// inline Processor::process_type ProcessOutputConnection() override {
|
||||||
return Processor::WITHOUT_CLONE;
|
// 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