|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
inlineoverrideprotectedvirtual |
Core analysis implementation - must be overridden by derived classes.
| input | Input data wrapped in IO container |
This is where the actual analysis logic goes. The method receives data in an IO wrapper which may contain metadata, and should return results in the same wrapper format.
Implements MayaFlux::Yantra::ComputeOperation< InputType, OutputType >.
Definition at line 249 of file UniversalAnalyzer.hpp.