Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iibrahimli authored Sep 22, 2019
1 parent ec57742 commit e92bcd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ TV loss is used to impose smoothness and minimize high-frequency artifacts in th

![TV loss](rsc/tv_loss.png)

You may notice that this operation is similar to edge detection. Indeed, the differences give us the "derivative", or "gradient" that is also useful for finding edges. If we visualize the differences it would look much like the image was filtered using a Sobel filter or something similar. I use the squared version in this implementation.
You may notice that this operation is similar to edge detection. Indeed, the differences give us the "derivative", or "gradient" that is also useful for finding edges. If we visualize the differences it would look much like if the image was filtered using a Sobel filter or something similar. I use the squared version in this implementation.


## Implementation
Expand Down

0 comments on commit e92bcd6

Please sign in to comment.