Giter VIP home page Giter VIP logo

jinzhu6 / connected-component-labeling-project Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wilnq-20/connected-component-labeling-project

0.0 1.0 0.0 113 KB

Implements a program to read an image, identify different objects in the image, and labels them using a method called connected-component labeling. After that it assigns a different color to each identified object.

Makefile 0.47% C++ 95.57% C 3.95%

connected-component-labeling-project's Introduction

Connected-Component-Labeling-Project

*Responsible for completing "label.cpp" and "queue.cpp"

In order to perform connected-component labeling you have to implement breadth-first search, a simple search algorithm that after the first pixel of a connected component -- an object -- is found, searches for all the connected pixels of that connected component and labels them. Following the labeling stage, the image may be partitioned into objects.

To make the task easier, we are going to perform the labeling on a binary image -- black and white. The input is a color bitmap that uses the RGB color space, where each pixel has separate red, green, and blue components that are combined. You will have to convert the RGB image into a gray-scale image and then to a black/white image.

connected-component-labeling-project's People

Contributors

wilnq-20 avatar

Watchers

James Cloos 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.