jderobot_color_tuner repository

Repository Summary

Checkout URI https://github.com/JdeRobot/ColorTuner.git
VCS Type git
VCS Version master
Last Updated 2021-04-06
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Packages

Name Version
jderobot_color_tuner 0.0.5

README

ColorTuner

What is ColorTuner?

Colortuner component implements three different image color filters in the next color spaces: RGB, HSV, YUV. It is an application to configure tailored color filters in HSV, RGB, or YUV color spaces. It is use to obtain optimal values of tint and saturation, as well as lighting, in that kind of filters.

This tool only has one thread who cares about getting images and showing them through the GUI. ColorTuner connects the ROS image publisher driver (real or simulated), images from it and each image is shown through an GUI class (called viewer').

Currently this tool is available in two branches:

  1. ROS1

It can be run used with Cameras and systems using ROS1 as middleware. To see how to use this tool visit the Installation and use page from the navigation bar.

Local installation on Linux machines

The programming framework is composed of the ROS1 and ROS2 middleware, GtK based GUI and the JdeRobot base package. All this software is open source so there are alternative ways to install all of them directly from the source code. Currently we use ROS Melodic, ROS Dashing and JdeRobot-Academy (20180606) releases. Follow the installation recipe in the github repository to get the framework up and running, ready to use on your computer.

CONTRIBUTING

No CONTRIBUTING.md found.