[][src]Constant opencv::core::DFT_ROWS

pub const DFT_ROWS: i32 = 4;

performs a forward or inverse transform of every individual row of the input matrix; this flag enables you to transform multiple vectors simultaneously and can be used to decrease the overhead (which is sometimes several times larger than the processing itself) to perform 3D and higher-dimensional transformations and so forth.