Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xfeatures2d/src/
H A Ddaisy.cpp250 Mat m_cube_sigmas; member in cv::xfeatures2d::CV_FINAL
347 m_cube_sigmas.release(); in release_auxiliary()
899 const std::vector<Mat>* m_smoothed_gradient_layers, const Mat& m_cube_sigmas, in get_unnormalized_descriptor_h() argument
912 const std::vector<Mat>* m_smoothed_gradient_layers, const Mat& m_cube_sigmas, in get_descriptor_h() argument
940 m_cube_sigmas, &m_grid_points, m_orientation_shift_table, m_th_q_no, in GetDescriptor()
1116 if( m_cube_sigmas.empty() ) in compute_cube_sigmas()
1119 m_cube_sigmas = Mat(1, m_rad_q_no, CV_64F); in compute_cube_sigmas()
1124 m_cube_sigmas.at<double>(r) = (r+1) * r_step; in compute_cube_sigmas()
1200 sigma = m_cube_sigmas.at<double>(0); in compute_smoothed_gradient_layers()
1202 sigma = sqrt( m_cube_sigmas.at<double>(r ) * m_cube_sigmas.at<double>(r ) in compute_smoothed_gradient_layers()
[all …]