Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yunir/detect-circles

The program that detects red and black circles and prints their amount
https://github.com/yunir/detect-circles

gradle kotlin pngj programming

Last synced: 25 days ago
JSON representation

The program that detects red and black circles and prints their amount

Awesome Lists containing this project

README

        

= Detect circles

The program should count the number of red and black circles on a green background.

In the picture, in addition to circles, there may be rectangles with sides parallel to the borders of the picture.

TIP: We can assume that all figures are separated from each other and from the border

== How-to
To run the program on unix-like systems just type:

[source,shell]
----
./gradlew -q run
----
For windows:

[source,shell]
----
.\gradlew.bat -q run
----