user manual - github pagessam17.github.io/data/mosaiq.pdf · a) new reconstruction: reconstruct a...

8
User Manual Mosaiq Image Reconstruction Software Team 6

Upload: others

Post on 24-Jul-2020

3 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: User Manual - GitHub Pagessam17.github.io/data/mosaiq.pdf · a) New Reconstruction: Reconstruct a new sample. b) Open Sample: Open Existing Sample. c) Open Existing Reconstructions:

User Manual

Mosaiq Image Reconstruction Software

Team 6

Page 2: User Manual - GitHub Pagessam17.github.io/data/mosaiq.pdf · a) New Reconstruction: Reconstruct a new sample. b) Open Sample: Open Existing Sample. c) Open Existing Reconstructions:

Contents GUI Mode-Home Page ................................................................................................................. 3

New Reconstruction ...................................................................................................................... 3

Adding Torn Pieces..................................................................................................................... 4

Reconstruction Of Images........................................................................................................... 5

Saving Image .............................................................................................................................. 6

Add to Samples ........................................................................................................................... 7

Open Sample.................................................................................................................................. 8

Help ................................................................................................................................................ 8

Command Line mode ................................................................................................................... 8

2

Page 3: User Manual - GitHub Pagessam17.github.io/data/mosaiq.pdf · a) New Reconstruction: Reconstruct a new sample. b) Open Sample: Open Existing Sample. c) Open Existing Reconstructions:

GUI Mode-Home Page The following is the screen shot of the homepage of “Mosaiq”.We can perform

a) New Reconstruction: Reconstruct a new sample. b) Open Sample: Open Existing Sample. c) Open Existing Reconstructions: To open already reconstructed images. d) Help: Help to usage of software

New Reconstruction It opens a new window on which there is a button :

i) Add: To Adding torn images ii) Save: To Save Reconstructed images in a folder named Projects iii) Add To Samples: To add reconstructed images to samples iv) Mosaiq IT!:To Reconstruct Images

Screen Shot of this page is:

3

Page 4: User Manual - GitHub Pagessam17.github.io/data/mosaiq.pdf · a) New Reconstruction: Reconstruct a new sample. b) Open Sample: Open Existing Sample. c) Open Existing Reconstructions:

Adding Torn Pieces When Add button is clicked a dialog box appears to open new Image.

We can as well drag and drop torn paper images into the Window.

After adding images the Window looks like:

4

Page 5: User Manual - GitHub Pagessam17.github.io/data/mosaiq.pdf · a) New Reconstruction: Reconstruct a new sample. b) Open Sample: Open Existing Sample. c) Open Existing Reconstructions:

Reconstruction Of Images Now we click on Mosaiq It! And reconstruction process begins:

The Reconstructed Image is displayed as:

5

Page 6: User Manual - GitHub Pagessam17.github.io/data/mosaiq.pdf · a) New Reconstruction: Reconstruct a new sample. b) Open Sample: Open Existing Sample. c) Open Existing Reconstructions:

We can zoom into this sample and rotate it.

Saving Image We can save the reconstructed image, the screenshot is:

6

Page 7: User Manual - GitHub Pagessam17.github.io/data/mosaiq.pdf · a) New Reconstruction: Reconstruct a new sample. b) Open Sample: Open Existing Sample. c) Open Existing Reconstructions:

Add to Samples Add to Samples, adds the images to Samples for further review,

7

Page 8: User Manual - GitHub Pagessam17.github.io/data/mosaiq.pdf · a) New Reconstruction: Reconstruct a new sample. b) Open Sample: Open Existing Sample. c) Open Existing Reconstructions:

Open Sample When open Sample is clicked a dialog box opens to select the sample, then Sample is opened.

Help It is our help service in case you are in trouble.

Command Line mode The python script can be run from the command line using the following commands:

$ python mosaiq.py <path_to_directory_containing_torn_images> <path_to_directory_where_merged_image_is_saved>

Eg. $ python mosaiq.py C:\Users\images\ C:\Users\output\

This is a verbose mode. Important intermediate steps in the reconstruction are displayed. In the end the merged image is displayed.

8