Segmentation of thermal image based on temperature values

Hello Alexander, and welcome to Python Foundation’s Discussion forum!

As you can see from my post above, we are still working out the best calculation to use for this particular temperature data.

If you start a new topic, I and others will see if we can help you. Here are some guidelines for starting a topic about code help:

NOTE: The purpose of Help here is to help people write code, not to write programs for them. :cowboy_hat_face: If you just need some ideas on how to start and structure a problem, that’s 100% okay. We can give you some general ideas and you can start coding from there. Any code suggested will probably be ‘pseudocode’ containing some useful Python instructions.

  1. So share the part of your code that fully shows what you would like help with, and…
  2. Paste some input data
  3. Paste enough output data to show the undesired result and its context
  4. Show the output you expect
  5. IMPORTANT: paste the complete text of any error messages you get
    …and fence the error text in backticks like this:
<code goes here>

You can also use inline monospace by enclosing the text in single backticks.
use inline monospace

The Complete Question Checklist