def CopyOf(*args): """ CopyOf(self, CvvImage image, int desired_color=-1) CopyOf(self, CvvImage image) CopyOf(self, img, int desired_color=-1) CopyOf(self, img) """ return _highgui.CvvImage_CopyOf(*args)
def CopyOf(*args): return _highgui.CvvImage_CopyOf(*args)