Code Monkey home page Code Monkey logo

fire_node's Introduction

Fire-node

Detects fire using Python, ROS, and OpenCV

Dependencies: rospy, and std_msgs

The aim of this code is to detect the borders of a fire in thermal images. In order to do so, the node subscribes to the topic flip_image to obtain the images, detects the fire in those images, if they exist, and publishes them in a new topic called fire.

METHOD: Threshold.

It makes a cut in intensity ignoring all the pixels which does not reach our threshold. We use binary images. As before, the final step is to make and plot the contours of the region of interest in red. Currently, false positives are discarded through an opening. That is, an erosion of the image followed by dilation but more tests are needed.

This node contains also 5 private ROS parameters:

a) path. The path where to save the images.

b) save. If this parameter is 1, the images will be saved taking into account the path parameter. By default, images are not saved.

c) threshval. It makes a threshold on the images through a non-negative integer. By default, 200 is set.

d) rows and cols. Integers which are used to set the number of rows and columns of the matrix for the opening transformation.

Flip image is a topic created from using flip-image ROS node package: https://github.com/robotics-upo/flip_image

fire_node's People

Contributors

sergidiazsuarez avatar saimonmr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.