Removes normalized image for good. TO BE FULLY TESTED

This commit is contained in:
julien Lengrand-Lambert
2012-05-09 07:45:53 +02:00
parent a39d97d63c
commit 1492ab5b45

View File

@@ -124,8 +124,8 @@ class Guy(object):
# updates center
self.in_x = norm_x
self.in_y = norm_y
self.x_center = self.in_x / 2
self.y_center = self.in_y / 2
self.x_center = int(ratio * self.x_center)
self.y_center = int(ratio * self.y_center)
def create_video_output(self, x_size, y_size, x_point, y_point):
"""