Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xfeatures2d/src/
H A Ddaisy.cpp201 int m_orientation_resolution; member in cv::xfeatures2d::CV_FINAL
1348 int dims[4] = { 1, m_orientation_resolution, m_image.rows, m_image.cols }; in compute_orientations()
1379 hist = Mat(1, m_orientation_resolution, CV_32F); in compute_orientations()
1385 for (ori = 0; ori < m_orientation_resolution; ori++) in compute_orientations()
1390 smooth_histogram( &hist, m_orientation_resolution ); in compute_orientations()
1394 for( ori=0; ori<m_orientation_resolution; ori++ ) in compute_orientations()
1405 prev += m_orientation_resolution; in compute_orientations()
1408 if( next >= m_orientation_resolution ) in compute_orientations()
1409 next -= m_orientation_resolution; in compute_orientations()
1412 angle = (float)( ((float)max_ind + peak)*360.0/m_orientation_resolution ); in compute_orientations()
[all …]