Skip to content

jiwantmg/ShadesOfGrey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

The project is developed in C++ to count number of coloured areas in an image. The program has :

Input: a grey-scale image represented as a 2-dimensional array of unsigned bytes.
Output: array of 256 unsigned int numbers, each of them being a count of areas coloured with the corresponding shade of grey.

Usage

  1. Clone the app to your local computer
  2. navigate to the project directory
  3. type make // it will generate the binary file to bin folder
  4. type ./bin/count-areas --shape , e.g. ./bin/count-areas sample.bin --szie 255,255

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published