pub fn read_keypoint_vec_legacy(
    node: &FileNode,
    keypoints: &mut Vector<KeyPoint>
) -> Result<()>