fix and improve comments, doc strings, variable names for consistency reasons

This commit is contained in:
Johannes Schönberger
2012-08-09 07:51:58 +02:00
parent 54452550f1
commit e5ed1882d3
2 changed files with 48 additions and 53 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ def homography(image, H, output_shape=None, order=1,
"""
import warnings
warnings.warn('the homography function is deprecated; '
'use the `warp` and `tform` function instead',
'use the `warp` and `ProjectiveTransform` class instead',
category=DeprecationWarning)
tform = ProjectiveTransform(H)