pub fn temporal_coding_feature_extraction<T>(
image: ArrayView2<'_, T>,
feature_detectors: &[Array2<f64>],
config: &NeuromorphicConfig,
time_window: usize,
) -> NdimageResult<Array3<T>>Expand description
Temporal Coding Feature Extraction
Extracts features using temporal coding principles where information is encoded in the precise timing of neural spikes.