Skip to main content

multiscale_encoding

Function multiscale_encoding 

Source
pub fn multiscale_encoding<T>(
    image: ArrayView2<'_, T>,
    scales: &[f64],
    config: &HDCConfig,
) -> NdimageResult<Hypervector>
where T: Float + FromPrimitive + Copy,
Expand description

Multi-scale image encoding

Encode image at multiple scales for robust representation.