Type Alias magick_rust::bindings::ChannelPerceptualHash

source ·
pub type ChannelPerceptualHash = _ChannelPerceptualHash;

Aliased Type§

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