Is it possible to process Gamma Imaging and IR imaging using Open CV?

asked 2016-03-19 08:01:10 -0600

Is there any library that'd allow such otherwise?

edit retag flag offensive close merge delete

Comments

sure, why not. you might need some custom importer code, if it's a uncommon format though.

can you be more specific ? where are your images coming from ?

berak gravatar imageberak ( 2016-03-19 10:54:30 -0600 )edit

It is certainly possible to process IR images in OpenCV, though if they are 16 bit there are a fair number of functions that don't work properly or are significantly slower.

Tetragramm gravatar imageTetragramm ( 2016-03-19 11:48:11 -0600 )edit