Home
last modified time | relevance | path

Searched refs:colors_func (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/samples/python2/
Dcommon.py78 def __init__(self, windowname, dests, colors_func): argument
82 self.colors_func = colors_func
98 for dst, color in zip(self.dests, self.colors_func()):