[][src]Constant opencv::core::DFT_COMPLEX_INPUT

pub const DFT_COMPLEX_INPUT: i32 = 64;

specifies that input is complex input. If this flag is set, the input must have 2 channels. On the other hand, for backwards compatibility reason, if input has 2 channels, input is already considered complex.