GithubHelp home page GithubHelp logo

lakmalz / colouringimagefloodfill Goto Github PK

View Code? Open in Web Editor NEW
21.0 3.0 13.0 3.04 MB

Android - colouring images using android native development kit (NDK) c++.using algorithm is floodfill algorithm

Java 42.14% Makefile 0.28% C++ 57.58%
android ndk java coloring-book floodfill

colouringimagefloodfill's Introduction

ColouringImageFloodFill

Android - colouring images using android native development kit (NDK) c++.using algorithm is floodfill algorithm

What is the Flood fill algorithm? Fill an enclosed area with a specific color. It starts from a given point (usually a pixel's coordinates) and continuously colors adjacent pixels that share the same characteristics (such as color) until it reaches the boundary of the enclosed region.

unnamed

colouringimagefloodfill's People

Contributors

lakmalz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

colouringimagefloodfill's Issues

Could Not Find the Class in the Project

Hi,
I was using your project but I could not find the ColourFill.java due to which i am not able to compile this project. This class has been used Inside the ColorActivity.

NDK_PROJECT_PATH = NULL

This error keeps hapenning everytime I sync the files. The thing is in your Android.mk file you have something like:

LOCAL_MODULE    := floodfillJni
LOCAL_SRC_FILES := floodfillJni.cpp

What is floodFillJni.cpp? I haven't seen any file with that name any in the repo.

Thanks!

Documentation needed

What does these mean in you jnibitmap.cpp file?
int nx = 0; int ny = 0; int wx = 0; int wy = 0; int ex = 0; int ey = 0;

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.