cvtools.data_augs.generateor_thread module

class cvtools.data_augs.generateor_thread.DataAugmentation(mean=(127, 127, 127))[源代码]

基类:object

class cvtools.data_augs.generateor_thread.myThread(threadID, name, data)[源代码]

基类:threading.Thread

augment_images()[源代码]
run()[源代码]

Method representing the thread's activity.

You may override this method in a subclass. The standard run() method invokes the callable object passed to the object's constructor as the target argument, if any, with sequential and keyword arguments taken from the args and kwargs arguments, respectively.