From c27f27c338cbe1c180bc3ab8c7f8f3834c029c94 Mon Sep 17 00:00:00 2001
From: Qiu Dinghao <46046604+mmmmimic@users.noreply.github.com>
Date: Fri, 15 May 2020 13:29:36 +0200
Subject: [PATCH] Update README.md

---
 README.md | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 01c11ed..20f2da1 100644
--- a/README.md
+++ b/README.md
@@ -18,11 +18,12 @@
 ## Part1: Calibration and Rectification
 
 ### process
-1. Calibrate the camera
-2. Undistort the checkboard images
-3. Recalibrate the camera
-4. Undistort the conveyor images
-5. Rectification
+~~1. Calibrate the camera~~
+~~2. Undistort the checkboard images~~
+~~3. Recalibrate the camera~~
+~~4. Undistort the conveyor images~~
+~~5. Rectification~~
+MATLAB Stereo Calibration Toolbox
 
 ## Part2: Track Object  
 In this part, BackgroundSubstracker(BS) is used to detect moving objects in a frame. To initialize the process, one ought to select two ROI mannually, one is thought to be the entry of the conveyor while the other one is the exit. After that, as illustrated in the fiugres below, a white conveyor model is made.  
-- 
GitLab