pub fn write_keypoint_vec(
    fs: &mut FileStorage,
    name: &str,
    value: &Vector<KeyPoint>
) -> Result<()>