AbstractAnalyzer.result#
- abstractmethod AbstractAnalyzer.result(state, **kwargs)[source]#
Finalize the analysis by performing potential post processing.
- Parameters:
- statetuple
Analyzer state containing accumulated data.
- **kwargsdict
Keyword arguments used by specific implementations.
- Returns:
- result
Final analysis result. The exact struccture depends on the analyzer implementation.
Notes
This method converts the internal analyzer state into the final output format expected by the template matching pipeline. It may apply postprocessing operations like convolution mode correction or coordinate transformations.