Skip to content

A helper application to view and label the raw temperature data from FLIR A65 camera

License

Notifications You must be signed in to change notification settings

lukasbrchl/FLIR-camera-image-viewer-and-labeling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FLIR image viewer and labeling

This repository contains utility Java application which was created during my bachelor thesis Detecion of products in customer's hand by IR camera (https://github.com/lukasbrchl/Bachelor-thesis-text-sources). The app is able to read FLIR camera's raw temperature data and view them as an image. Images could be also labeled to predefined (hardcoded) categories for classification purposes.

Prerequisites

  • Java >= 1.8

Usage

  • Clone the repository
git clone https://github.com/lukasbrchl/FLIR-camera-image-viewer-and-labeling.git
  • Change predefined categories if needed in MainController#initListView
  • Build and run the app
  • Choose input folder with camera temperature data
  • Choose output folder for categorized images.
  • List through the images and assign categories. Images are automatically copied to the output + selected category folder.

app screen

License

This project is licensed under the MIT License - see the LICENSE file for details

About

A helper application to view and label the raw temperature data from FLIR A65 camera

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages