コード例 #1
0
ファイル: highgui.py プロジェクト: yunal96/Attention-Meter
 def __init__(self, *args):
     """__init__(self) -> CvvImage"""
     this = _highgui.new_CvvImage(*args)
     try:
         self.this.append(this)
     except:
         self.this = this
コード例 #2
0
 def __init__(self, *args): 
     """__init__(self) -> CvvImage"""
     this = _highgui.new_CvvImage(*args)
     try: self.this.append(this)
     except: self.this = this