Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

From OpenCV point of view thermal image is same as normal image You have to fit your image into a cv::Mat using most appropriate data type than apply needed algorithm. In your case cv::compare, cv::inRange, cv::threshold , cv::adaptiveThreshold, could be a good starting point.