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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file htithermal-0.0.1.tar.gz.
File metadata
- Download URL: htithermal-0.0.1.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4dc8da86207240e8189829d00c166224fb3387815a06c831375f3eb93f65e13d
|
|
| MD5 |
92876d8f955936048b23ef2aefd35245
|
|
| BLAKE2b-256 |
37ffa46e0a6f13959f98b0d0ce1769a82a8ebacb0af2407d6cd4fca187ba4d1e
|
File details
Details for the file htithermal-0.0.1-py3-none-any.whl.
File metadata
- Download URL: htithermal-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c38f07ba0e52c3e1ea48e26a2202f00828b479a7d1550178c3975264375a179
|
|
| MD5 |
b02eee2b06ee3df8cc7305003f3281cc
|
|
| BLAKE2b-256 |
d3ab2bd5be1e27a4af6b047c0248be2978c2406336544feb7fac6c1894a4ba8c
|