Example #1
0
 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)
Example #2
0
 def CopyOf(*args):
     return _highgui.CvvImage_CopyOf(*args)