please forgive me if my question is stupid, however I wonder how to implement this code from FLIR Sciene File SDK, while fnv.reduce and fnv.file modules are unavailable. Should I import them from .cpp file?
import fnv
import fnv.reduce
import fnv.file # import the module
im = fnv.file.ImagerFile('path/to/file') # open the file
I have tried to install those modules via 'pip-install' and googled out some information about uploading modules from other programing languages but I have no clue what to do next.