|
virtual void | set_use_future_filter (bool value)=0 |
| Use future frame to filter prediction, improves anti-jitter, adds processed frame inconsistency Example: push frame 1 - pop frame 1, push frame 2 - pop frame 1, push frame 3 - pop frame 2, ... Cannot be used together with other configurations Default: true.
|
|
virtual void | set_use_future_interpolate (bool value)=0 |
| Use future frame to interpolate prediction, improves performance, adds processed frame inconsistency Example: push frame 1 - pop frame 1, push frame 2 - pop frame 1, push frame 3 - pop frame 2, ... Cannot be used together with other configurations Default: false.
|
|
virtual void | set_use_offline_mode (bool value)=0 |
| Use offline NN's for processing, improces accuracy in exchange to performance Cannot be used together with other configurations Default: false.
|
|
Definition at line 15 of file processor_configuration.hpp.
◆ ~processor_configuration()
virtual bnb::interfaces::processor_configuration::~processor_configuration |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: