cscenter/project_screenshots

Store multiple color spaces in the screenshot class

Closed this issue · 0 comments

In all the algorithms implemented so far we use the grayscale image for processing. Since we may encounter huge screenshots, BGR->Grayscale convertation may take considerable amount of time. It's proposed to convert image while loading (or lazily) and store both BGR and Grayscale in the screenshot class