44 enum {HARRIS_SCORE=0, FAST_SCORE=1 };
64 PrimitiveAlignedBuffer<cv::KeyPoint, 32>& _keypoints,
100 void ComputePyramid(cv::Mat image);
101 void ComputeKeyPointsOctTree(
Buffer<PrimitiveAlignedBuffer<cv::KeyPoint, 32>>& allKeypoints);
102 void DistributeOctTree(
const PrimitiveAlignedBuffer<cv::KeyPoint, 32>& vToDistributeKeys,
uint04 minX,
103 uint04 maxX,
uint04 minY,
uint04 maxY,
uint04 nFeatures, PrimitiveAlignedBuffer<cv::KeyPoint, 32>& keypoint_buffer);
105 void ComputeKeyPointsOld(
Buffer<PrimitiveAlignedBuffer<cv::KeyPoint, 32>>& allKeypoints);
108 PrimitiveAlignedBuffer<cv::KeyPoint, 32> m_vto_distribute_keys;
110 std::vector<cv::KeyPoint> m_cell_keys;
115 fltp04 scaleFactor = 0.0f;