コード例 #1
0
ファイル: highgui.py プロジェクト: xfrediids/opencv-1
 def Create(*args):
     return _highgui.CvvImage_Create(*args)
コード例 #2
0
ファイル: highgui.py プロジェクト: yunal96/Attention-Meter
 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)