Searched refs:n_rot_ (Results 1 – 1 of 1) sorted by relevance
129 static const unsigned int n_rot_; // discretization of the rotation look-up member in cv::BRISK_Impl278 const unsigned int BRISK_Impl::n_rot_ = 1024; // discretization of the rotation look-up member in cv::BRISK_Impl341 patternPoints_ = new BriskPatternPoint[points_ * scales_ * n_rot_]; in generateKernel()360 for (size_t rot = 0; rot < n_rot_; ++rot) in generateKernel()362 theta = double(rot) * 2 * CV_PI / double(n_rot_); // this is the rotation of the feature in generateKernel()456 …const BriskPatternPoint& briskPoint = patternPoints_[scale * n_rot_ * points_ + rot * points_ + po… in smoothedIntensity()753 theta = (int) (n_rot_ * (kp.angle / (360.0)) + 0.5); in computeDescriptorsAndOrOrientation()755 theta += n_rot_; in computeDescriptorsAndOrOrientation()756 if (theta >= int(n_rot_)) in computeDescriptorsAndOrOrientation()757 theta -= n_rot_; in computeDescriptorsAndOrOrientation()