Example #1
0
 def __init__(self, *args):
     """__init__(self) -> CvvImage"""
     this = _highgui.new_CvvImage(*args)
     try:
         self.this.append(this)
     except:
         self.this = this
Example #2
0
 def __init__(self, *args): 
     """__init__(self) -> CvvImage"""
     this = _highgui.new_CvvImage(*args)
     try: self.this.append(this)
     except: self.this = this