- improved lasertrack
- VideoSource supports image resizing if file resolution doesn't match requested resolution git-svn-id: http://moon:8086/svn/software/trunk/projects/opencv@333 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -63,6 +63,7 @@ class RgbProcess(Fifo):
|
||||
def __init__(self, name='RgbProcess', resolution=(320, 240, 3), numEntries=2, next=None):
|
||||
super(RgbProcess, self).__init__((numEntries, ) + resolution)
|
||||
self.name = name
|
||||
self.res = resolution
|
||||
self.next = next
|
||||
self.thread = Thread(target=self.run)
|
||||
self.cancel = False
|
||||
|
||||
Reference in New Issue
Block a user