- removed dup
git-svn-id: http://moon:8086/svn/software/trunk/projects/opencv@327 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ if ("__main__" == __name__):
|
||||
|
||||
class MyRgbProcess2(RgbProcess):
|
||||
def __init__(self, resolution=(320, 240, 3), numEntries=2, next=None):
|
||||
super(MyRgbProcess2, self).__init__(resolution, numEntries)
|
||||
super(MyRgbProcess2, self).__init__(resolution, numEntries, next)
|
||||
|
||||
def process(self):
|
||||
data = self.read(1.0)
|
||||
|
||||
Reference in New Issue
Block a user