So i have this function called preprocess() where I call cv::cvtColor, cv::GaussianBlur and cv::inRange. The first two work p
preprocess()
cv::cvtColor
cv::GaussianBlur
cv::inRange