Function opencv::core::get_optimal_dft_size [] [src]

pub fn get_optimal_dft_size(vecsize: i32) -> Result<i32, String>

computes the minimal vector size vecsize1 >= vecsize so that the dft() of the vector of length vecsize1 can be computed efficiently