Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm authored Apr 12, 2018
1 parent 59c326d commit dd7473c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ For those situations where we need to remove undesired elements from the scene..
![trump](imgs/trump.png)
![lighthouse](imgs/lighthouse.png)

**Obs:** Currently, only single channel N-dimensional images are supported. For example, `zeros(100,100)` and `zeros(50,50,50)` are valid 2D and 3D input images. `zeros(100,100,3)` is *not* a 2D image with 3 channels.

## Installation

Get the latest stable release with Julia's package manager:
Expand Down

0 comments on commit dd7473c

Please sign in to comment.