danifpdra / gobi384_driver

ROS package to work with a thermal camera Xenics Gobi 384 on Linux
2 stars 0 forks source link

Image thresholding #4

Closed danifpdra closed 4 years ago

danifpdra commented 5 years ago

@vitoruapt Threshold adaptativo image Otsu image

danifpdra commented 5 years ago

image @vitoruapt

image

danifpdra commented 5 years ago

image

Calibrated! @vitoruapt

miguelriemoliveira commented 5 years ago

Hi @danifpdra ,

good work. We have the camera's optical intrisics then, One important question is how much was the reported RMS error of this calibration.

This is printed by the ros camera calibration node after calibrating, and gives an idea of how good the calibration is: values of 1-0.8 pixels is a sufficient calibration, 0.3 pixels is a very good calibration.

danifpdra commented 5 years ago

Screenshot from 2019-11-04 11-12-06

I guess it's good enough @miguelriemoliveira :)

miguelriemoliveira commented 5 years ago

Yes, it looks good. Congratulations.

A couple of suggestions:

I suggest that you don't call your package thermal_camera. There are many other thermal_cameras, how would you call the drivers of a second camera?

Call it gobi_driver (or gobi384_driver) for example.

The yaml file of the calibration should be stored somewhere where everyone has access. I suggest that you create a gobi384_calibration pakcage where this is stored. Check RustBot for an example.

vitoruapt commented 4 years ago

Late response... however no longer needed, right?