def as_cv_keypoint(self):
return cv2.KeyPoint(self.pt[0],
self.pt[1],
self.size,
self.angle,
self.response,
self.octave,
self.class_id)