About 155,000 results
Open links in new tab
  1. loading image from any Java InputStream - OpenCV Q&A Forum

    Hello, is there a way, using the Java bindings to OpenCV, to load an image from an InputStream, knowing only the format of the image (tiff, in my example). I'd like to load images from the Web or …

  2. Compile from source without Python 2 / Java support - OpenCV Q&A …

    Apr 11, 2018 · I regularly compile the most recent version of OpenCV 3.X (with GPU-support and stuff) myself and set Python 3 bindings to a user virtual environment via -D PYTHON3_EXECUTABLE=...

  3. Mat to byte array - OpenCV Q&A Forum

    Nov 30, 2012 · I am trying to convert a Mat object to a byte array to transfer over a network. How do I achieve this? I am trying to do this in Java.

  4. Java program Opencv unsatisfiedlinkerror - OpenCV Q&A Forum

    Jan 14, 2016 · I have a java application designed to run in the Linux environment, developed using Opencv and Eclipse - Ubuntu 14.04. It runs fine inside Eclipse and produces a .jar on export. The …

  5. Installation Problem: "can't find dependent ... - OpenCV Q&A Forum

    I was recently trying to install OpenCV (the java distribution) on a 64 bit windows 10 computer in the intelliJ IDE. I followed the steps in this tutorial in order to do so, and created an example program to …

  6. Detecting image in another image? (Image Comparison) - OpenCV …

    This is done by template matching and Im programming with java, I found from stackoverflow a Java version of the cpp code for template matching. It works, it finds the template image and then …

  7. Why isn't the OpenCV java libraries available via maven?

    One of the things I look for when I'm evaluating a java library, is whether or not maven artifacts are available. I noticed that OpenCV makes you download and compile the source code. WHy is that?

  8. Download opencv for java - OpenCV Q&A Forum

    Hello, I want to code with java. And I need opencv's methods. I don't clear that what I do. I need a jar file for opencv. Should I downloaded JavaCV? I plan to use eclipse ide.

  9. Reading video stream from IP camera in OpenCV Java

    Nov 16, 2013 · I'm working towards an advanced motion detection plugin for openHab.org using OpenCV Java, and need to be able to read a video stream directly from an IP camera, preferably an …

  10. Java - Can't find dependent libraries - OpenCV Q&A Forum

    Apr 22, 2018 · So I built OpenCV with CMake using Visual Studio 2017 and I'm trying to use the Java bindings. I built it with "cmake.exe --build . --config Release --target INSTALL". In IntelliJ, I add the …