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.
following the https://flir.custhelp.com/app/answers/detail/a_id/3504/~/getting-started-with-flir-science-file-sdk-for-python You have to 1. Installing the SDK, and 2. Building the Python package.
install "thermalcognition" from https://github.com/gcathelain/thermalcognition, This toolkit wraps ‘fnv’ for easier use.
Read a
seqfile and show one of the frames.100%|██████████| 95388/95388 [00:15<00:00, 1233.62it/s]