-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Thermal Camera: Visualize objects with a heat signature (#189)
* started incorporating heat signature to thermal objects Signed-off-by: Ashton Larkin <[email protected]> * promising results with hardcoded texture Signed-off-by: Ashton Larkin <[email protected]> * heat signature for one object is working Signed-off-by: Ashton Larkin <[email protected]> * enable multiple objects with different heat signatures Signed-off-by: Ashton Larkin <[email protected]> * allow for users to specify a custom temperature range Signed-off-by: Ashton Larkin <[email protected]> * add check back in to fix missing background Signed-off-by: Ashton Larkin <[email protected]> * Add temperature variations to thermal camera readings based on color (#211) * vary non-heat source temp based on rgb balues Signed-off-by: Ian Chen <[email protected]> * add more comments, var to set rgb to temp Signed-off-by: Ian Chen <[email protected]> * add more doc Signed-off-by: Ian Chen <[email protected]> * remove comment Signed-off-by: Ian Chen <[email protected]> * feedback changes Signed-off-by: Ian Chen <[email protected]> * added reference link to RGB/grayscale equation Signed-off-by: Ashton Larkin <[email protected]> Co-authored-by: Ashton Larkin <[email protected]> * make sure user input temperature range is within [0,655.35] kelvin Signed-off-by: Ashton Larkin <[email protected]> * added heat signature thermal camera test Signed-off-by: Ashton Larkin <[email protected]> * added missing test texture and fixed codecheck Signed-off-by: Ashton Larkin <[email protected]> * revert addition of Ogre2Material::PbsToUnlitDatablock helper function Signed-off-by: Ashton Larkin <[email protected]> * address review feedback Signed-off-by: Ashton Larkin <[email protected]> * address windows warnings Signed-off-by: Ashton Larkin <[email protected]> Co-authored-by: Ian Chen <[email protected]>
- Loading branch information
Showing
7 changed files
with
349 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.