-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
16381e1
commit 1567ef0
Showing
1 changed file
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
# cavesmerge | ||
THIS IS A PRETTY ROUGH VERSION OF A 3D CAVES MERGING PROGRAM | ||
IT WAS WRITTEN AT FIRST AS A DEMONSTRATION | ||
IT IS ROUGH BECAUSE IS VERY LIMMTED | ||
AND DINN'T USE THREAD AS SHOULD BE | ||
THIS IS A PRETTY ROUGH VERSION OF A 3D IMAGES MERGING PROGRAM | ||
IT WAS WRITTEN AT FIRST AS A DEMONSTRATION OF WHAT I AM THINKING TO DO | ||
|
||
IT IS LIMITED TO FIND AT LEAST 2 POINTS IN IN SIMILAR PLANES OF BOTH IMAGES | ||
THE LOGIC IS COMPARE THE MOST EXTERNAL COOSDINATED PLANES OF BOTH IMAGES AND FIND AT LEAST 2 POINTS SIMILAR IN BOTH IMAGES TO JOIN THEM TOGETHER. | ||
|
||
THE WAY TO USE IT IS TO RUN MERGE PROGRAM WITH THE OTHER THREE PROGRAMS IN THE SAME FOLDER | ||
THE WAY TO RUN IT IS WRITING THE TWO FILES AND A NEW NAME TO MERGE AFTER MERGE PROGRAM | ||
THERE ARE TWO PARTS OF A BUNNY. YOU NEED A PLY VIEWER PROGRAM TO SEE THERE IS A SPLITTED BUNNY. | ||
|
||
THE WAY TO RUN THE PROGRAM IS: | ||
|
||
$ ./merge.sh bunnyhead.ply bunnytail.ply output_name_file.ply | ||
|
||
YOU NEED A PLY VIEWER TO SEE THE RESULTS. |