pep8 and other small changes

This commit is contained in:
Julius Bier Kirekgaard
2015-08-31 20:28:28 +01:00
parent 7c30f36d85
commit 96847f2652
3 changed files with 18 additions and 14 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ image energy.
In the following two examples the active contour model is used (1) to segment
the face of a person from the rest of an image by fitting a closed curve
to the edges of the face and (2) to find the darkest curve between two fixed
points while obeying smoothness considerations.
points while obeying smoothness considerations. Typically it is a good idea to
smooth images a bit before analyzing, as done in the following examples.
.. [1] *Snakes: Active contour models*. Kass, M.; Witkin, A.; Terzopoulos, D.
International Journal of Computer Vision 1 (4): 321 (1988).