Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
Dvideo.py54 content_box = self._FindHighlightBoundingBox(
66 if not self._FindHighlightBoundingBox(bmp, HIGHLIGHT_ORANGE_FRAME):
74 def _FindHighlightBoundingBox(self, bmp, color, bounds_tolerance=8, member in Video