steevo87 / thermalvis

Cross-platform, OpenCV-based functionality for image processing and computer vision in thermal-infrared
BSD 3-Clause "New" or "Revised" License
124 stars 63 forks source link

Get 8-bit re-processing working #70

Closed steevo87 closed 10 years ago

steevo87 commented 10 years ago

If you are reading in 8-bit images, and also outputting 8-bit images, and the degreesPerGraylevel does not match the desiredDegreesPerGraylevel value (or there are other filters etc set), then there should be some 8-bit to 8-bit processing occurring, and so the output should not look identical to the input.

This should allow some experimentation with changing the dDPG once the sequence is already in 8-bit format.