Skip to content

Commit

Permalink
added a sample image for image repair + added a section in the README…
Browse files Browse the repository at this point in the history
… for this
  • Loading branch information
thejanky committed Aug 22, 2023
1 parent 43a0d05 commit 4f0c828
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,18 @@ some pixels in the image and upload the corrected image. The corrected image wil
packet, update the equation system and repair any remaining errors.
While using external tools to correct the image can be easier, that the modified image has to be saved using the exact
same configuration (width, height, color depth, compression, etc.) as the original image!
A partially repaired version of the image can be found in `eval/cornell_partial_repaired.bmp`.
To repair the image, the user has to:
1) Press `Reload image` to initialize the canvas (optional for external image repair)
2) Press `Download data` to download the image
3) Correct a view pixel in the image
4) Drag and Drop the partially repaired image into the plugin
5) Find incorrect positions and (in)correct columns (optional as loading the image will automatically tag the rows)
6) Press `Automatic Repair`
7) `Reload image` again to see the repaired image
8) `Save file` to save the repaired image.

This process is analog to the `Upload repair` plugin, which can be used to upload any partially repaired file.

3rd example:

Expand Down
Binary file added eval/cornell_partial_repaired.bmp
Binary file not shown.

0 comments on commit 4f0c828

Please sign in to comment.