def Create(*args): return _highgui.CvvImage_Create(*args)
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)