Skip to main content

A package to plot AI/ML metrics at ease

Project description

Hti Thermal

This package is used to extract thermal raw datapoints from rJpeg image capture using Hti-Xintai HT-19 Thermal Imager.

How to use

After installing the package:

import htithermal as ht

Then use following commands:

Extract thermal datapoint from images

themperature_array = ht.convertRjpegToTemperature('C:/Users/gsome/Desktop/Hti-Images/20230417-100642.jpg')

Extract all thermal datapoint from images in given directory

ht.imagesToThermals(input_dir='C:\Users\gsome\Desktop\Hti-Images')

Visualize thermal image

import matplotlib.pyplot as plt
import pandas as pd
plt.imshow(themperature_array)
plt.show()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

htithermal-0.0.1.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

htithermal-0.0.1-py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page