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

◆ set_sequence()

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = std::vector<Kakshya::DataVariant>>
void MayaFlux::Yantra::VisionAnalyzer< InputType, OutputType >::set_sequence ( Kinesis::Vision::VisionSequence  sequence)
inline

Replace the pipeline and reset inter-frame executor state.

Not thread-safe relative to analyze_implementation. Call only when idle.

Definition at line 142 of file VisionAnalyzer.hpp.

143 {
144 m_sequence = std::move(sequence);
146 }
void reset()
Clear stored inter-frame state.
Kinesis::Vision::VisionExecutor m_executor
Kinesis::Vision::VisionSequence m_sequence

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

+ Here is the call graph for this function: