From 38bcd10c1c9928f68ae3319be6924348dbb8020e Mon Sep 17 00:00:00 2001 From: myzhao <37583980+zikai1@users.noreply.github.com> Date: Mon, 27 May 2024 10:35:53 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8b15ed..3158925 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # CVPR24_PointSetReg This repository contains the official implementation of our CVPR 2024 highlight paper "Correspondence-Free Nonrigid Point Set Registration Using Unsupervised Clustering Analysis". -For convenience, the repository provides both MATLAB and C++ implementations. The MATLAB implementation is extremely simple, while C++ implementation is much faster. +For convenience, the repository provides both MATLAB and C++ implementations. +-The MATLAB implementation is extremely simple, while C++ implementation is much faster. ## MATLAB - Step 1: Download the directory "matlab_code", which contains data normalization, registration, and denormalization implementations.