GithubHelp home page GithubHelp logo

a7ul / imshow-java-opencv Goto Github PK

View Code? Open in Web Editor NEW
35.0 4.0 21.0 211 KB

an alternative to imshow() in C++ OpenCV for Java OpenCV

License: Apache License 2.0

Java 100.00%
openlibrary java-opencv java imshow opencv

imshow-java-opencv's Introduction

ImShow-Java-OpenCV

An alternative to imshow() in C++ OpenCV for Java OpenCV. Basically helps to display the Mat images or Video in the Java - Opencv which lacks imshow like API from C++ Opencv interface.

Usage:

Simply Add the Imshow.jar or the project to the build path of your Project

API:

Imshow im = new Imshow("Title");

im.showImage(Mat mat); // This will display the mat Image in the GUI

See the example for understanding it better: example: Displaying the Video From the WebCam

For ways to customise the GUI Frame or Window see the example.

Credits / Special Thanks:

Daniel Baggio , Jan Monterrubio and sutr90 for improvements

Note:

** Please make sure OpenCV is also in the build path

TroubleShoot:

  1. Make sure that opencv is in your build path.

  2. If you get an error like this: Exception in thread "main" java.lang.UnsatisfiedLinkError: no opencv_java248 in java.library.path

Please configure your build path . In the build path , under libraries -> opencv-248.jar -> set your native library location to : .../opencv2.4.8/release/lib

imshow-java-opencv's People

Contributors

a7ul avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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  avatar

imshow-java-opencv's Issues

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.