Home
last modified time | relevance | path

Searched refs:isRowTransform (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Ddxt.cpp2799 bool isRowTransform; member in cv::CV_FINAL
2825 isRowTransform = false; in OcvDftImpl()
2846 isRowTransform = (flags & CV_HAL_DFT_ROWS) != 0; in init()
2913 if (isRowTransform) in init()
2924 if (width == 1 && !isRowTransform ) in init()
2961 if (!isRowTransform) in apply()
3037 if (width == 1 && !isRowTransform ) in rowDft()
4234 bool isRowTransform; member in cv::CV_FINAL
4249 isRowTransform = (flags & CV_HAL_DFT_ROWS) != 0; in init()
4266 if (isRowTransform || height == 1 || (width == 1 && isContinuous)) in init()
[all …]