[][src]Constant opencv::core::DCT_ROWS

pub const DCT_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 transforms and so forth.