Пример #1
0
 def Create(*args):
     return _highgui.CvvImage_Create(*args)
Пример #2
0
 def Create(*args):
     """
     Create(self, int width, int height, int bits_per_pixel, int image_origin=0) -> bool
     Create(self, int width, int height, int bits_per_pixel) -> bool
     """
     return _highgui.CvvImage_Create(*args)