MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ reset()

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = std::vector<Kakshya::DataVariant>>
void MayaFlux::Yantra::VisionAnalyzer< InputType, OutputType >::reset ( )
inline

Clear stored optical flow state.

Call when the pixel source changes (camera switch, video seek).

Definition at line 153 of file VisionAnalyzer.hpp.

153{ m_executor.reset(); }
void reset()
Clear stored inter-frame state.
Kinesis::Vision::VisionExecutor m_executor

References MayaFlux::Yantra::VisionAnalyzer< InputType, OutputType >::m_executor, and MayaFlux::Kinesis::Vision::VisionExecutor::reset().

+ Here is the call graph for this function: