├── LICENSE ├── README.md └── scripts └── thermal_gradient ├── README.md ├── Seek_2.0.matlab_export.py ├── data ├── face.mat └── floor.mat └── de_gradient.m /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lod/seek-thermal-documentation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lod/seek-thermal-documentation/HEAD/README.md -------------------------------------------------------------------------------- /scripts/thermal_gradient/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lod/seek-thermal-documentation/HEAD/scripts/thermal_gradient/README.md -------------------------------------------------------------------------------- /scripts/thermal_gradient/Seek_2.0.matlab_export.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lod/seek-thermal-documentation/HEAD/scripts/thermal_gradient/Seek_2.0.matlab_export.py -------------------------------------------------------------------------------- /scripts/thermal_gradient/data/face.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lod/seek-thermal-documentation/HEAD/scripts/thermal_gradient/data/face.mat -------------------------------------------------------------------------------- /scripts/thermal_gradient/data/floor.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lod/seek-thermal-documentation/HEAD/scripts/thermal_gradient/data/floor.mat -------------------------------------------------------------------------------- /scripts/thermal_gradient/de_gradient.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lod/seek-thermal-documentation/HEAD/scripts/thermal_gradient/de_gradient.m --------------------------------------------------------------------------------