Type Alias ChannelPerceptualHash

Source
pub type ChannelPerceptualHash = _ChannelPerceptualHash;

Aliased Type§

#[repr(C)]
pub struct ChannelPerceptualHash { pub srgb_hu_phash: [f64; 9], pub hclp_hu_phash: [f64; 9], pub number_colorspaces: usize, pub colorspace: [ColorspaceType; 7], pub phash: [[f64; 9]; 7], pub number_channels: usize, }

Fields§

§srgb_hu_phash: [f64; 9]§hclp_hu_phash: [f64; 9]§number_colorspaces: usize§colorspace: [ColorspaceType; 7]§phash: [[f64; 9]; 7]§number_channels: usize