def standardize(self):
		pyf.fp_img_standardize(self.img)
		self.std = True
Esempio n. 2
0
 def standardize(self):
     """Normalize orientation and colors of the image."""
     pyf.fp_img_standardize(self._img)
     self._std = True
Esempio n. 3
0
	def standardize(self):
		"""Normalize orientation and colors of the image."""
		pyf.fp_img_standardize(self._img)
		self._std = True