pub fn multiscale_encoding<T>(
image: ArrayView2<'_, T>,
scales: &[f64],
config: &HDCConfig,
) -> NdimageResult<Hypervector>Expand description
Multi-scale image encoding
Encode image at multiple scales for robust representation.
pub fn multiscale_encoding<T>(
image: ArrayView2<'_, T>,
scales: &[f64],
config: &HDCConfig,
) -> NdimageResult<Hypervector>Multi-scale image encoding
Encode image at multiple scales for robust representation.