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