![]() |
ImFusion C++ SDK 4.5.0
|
#include <ImFusion/Vision/OpticalFlow.h>
Factory for registering and instantiating OpticalFlow backends. More...
Factory for registering and instantiating OpticalFlow backends.
RAFT-based implementations are registered from VisionFactory when the ML plugin is enabled; the legacy Lucas–Kanade backend is no longer registered (it did not produce a flow image).
Static Public Member Functions | |
| static OpticalFlowFactory & | get () |
Additional Inherited Members | |
| Public Member Functions inherited from ImFusion::AbstractFactory< OpticalFlow > | |
| void | registerElement (const std::string &name) |
| std::vector< std::string > | names () const |
| std::unique_ptr< OpticalFlow > | create (const std::string &name) const |