Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zfengyan committed May 25, 2022
2 parents 8dcd699 + ffe9e4e commit e3450c2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,15 @@ average difference for image 1 is:

Since only two images are used in this implementation, there is no big difference before/after the non-linear adjustment.

**Note**: the non-linear refinement can be time-consuming, if you want to turn it off you can comment the following `#define directive` in [triangulation_method.cpp](/~https://github.com/SEUZFY/Reconstruct_3D_Geometry/blob/master/Triangulation/triangulation_method.cpp) file (line 32):

```cpp
#define _LM_OPTIMIZE_
```

## NEED TO FINISH
(1) Add timer to perform benchmark test.(optional)

(1) Encapsulate the code related to non-linear optimization(tests done but code need to be organized)
(2) When submitting files and report, refer to the feedback of assignment 1.

(2) special thanks both to LiangLiang and Nail (with name and email).
(2) Special thanks both to LiangLiang and Nail (with name and email).

0 comments on commit e3450c2

Please sign in to comment.