temporal_coding_feature_extraction

Function temporal_coding_feature_extraction 

Source
pub fn temporal_coding_feature_extraction<T>(
    image: ArrayView2<'_, T>,
    feature_detectors: &[Array2<f64>],
    config: &NeuromorphicConfig,
    time_window: usize,
) -> NdimageResult<Array3<T>>
where T: Float + FromPrimitive + Copy + Send + Sync,
Expand description

Temporal Coding Feature Extraction

Extracts features using temporal coding principles where information is encoded in the precise timing of neural spikes.