Skip to content

#Projeto de identificação de temperatura através de câmera termográfica em pneus de fórmula 1. // # Temperature identification project using a thermographic camera on Formula 1 tires.

License

Notifications You must be signed in to change notification settings

EriqueSouza/Thermographic-Image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub repo size GitHub GitHub language count GitHub top language

How to classify a thermography image with computer vision

In this project, I try to identify how hot a Formula 1 tire is using a thermal camera.

Concepts

Thermographic cameras detect radiation in the long-infrared range of the electromagnetic spectrum. Any object with a temperature above absolute zero can emit infrared radiation and we can see it without visible lighting using a thermographic camera. Using this technique, we can detect equipment anomalies before they break.

Development

I took a video of a lap given by the driver Paul Di Resta in Monza (link below). The team placed a thermographic camera to monitor how his tires are in good temperature to get more grip.

Di Resta lap with Thermographic camera

The hotter the tire, the better its grip. So, based on the color, we can try to define how the tires are warmer. I defined two regions of interest in tires and tracked these ROIs. I calculated histograms on each frame to define how hot or cold the tires are. You can see it in the image below.

Image With ROIs

Built With

OpenCV - Library to help develop computer vision applications. Numpy - The fundamental package for scientific computing with Python.

Author

Erique Souza

About

#Projeto de identificação de temperatura através de câmera termográfica em pneus de fórmula 1. // # Temperature identification project using a thermographic camera on Formula 1 tires.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages