Skip to content

Commit 440b058

Browse files
authored
link to external source for further reading
1 parent 32d2b54 commit 440b058

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

episodes/06-blurring.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,9 @@ plt.show()
298298
> > For most use cases, a uniform blurring effect is desirable and
299299
> > this kind of asymmetric blurring should be avoided.
300300
> > However, it can be helpful in specific circumstances e.g. when noise is present in
301-
> > your image in a particular pattern or orientation, such as vertical lines.
301+
> > your image in a particular pattern or orientation, such as vertical lines,
302+
> > or when you want to
303+
> > [remove uniform noise without blurring edges present in the image in a particular orientation](https://www.researchgate.net/publication/228567435_An_edge_detection_algorithm_based_on_rectangular_Gaussian_kernels_for_machine_vision_applications).
302304
> >
303305
> >
304306
> {: .solution}

0 commit comments

Comments
 (0)