About 27 results
Open links in new tab
  1. Installing OpenCV for Java — OpenCV Java Tutorials 1.0 documentation

    Introduction to OpenCV for Java ¶ As of OpenCV 2.4.4, OpenCV supports desktop Java development. This tutorial will help you install OpenCV on your desktop operating system.

  2. Your First Java Application with OpenCV

    A Java application with OpenCV ¶ This tutorial will guide you through the creation of a simple Java console application using the OpenCV library in Eclipse.

  3. Installing OpenCV for Java

    Installing OpenCV for Java ¶ Introduction to OpenCV for Java. ¶ As of OpenCV 2.4.4, OpenCV supports desktop Java development. This tutorial will help you install OpenCV on your desktop SO.

  4. Welcome to OpenCV Java Tutorials’s documentation!

    Installing OpenCV for Java Introduction to OpenCV for Java. Install the latest Java version. Install the latest Eclispe version. Install Open CV 2.4.6 under Windows. Install Open CV 2.4.6 under Linux or …

  5. Face Recognition and Tracking — OpenCV Java Tutorials 1.0alpha ...

    Cascade Classifiers ¶ The object recognition process (in our case, faces) is usually efficient if it is based on the features take-over which include additional information about the object class to be taken …

  6. First Java Application with OpenCV

    Introduction to a OpenCV application with Java ¶ This tutorial will guide you through the creation of a simple Java console application using the OpenCV library by mean of Eclipse.

  7. OpenCV Basics — OpenCV Java Tutorials 1.0 documentation

    In order to load the image we have to use a basic OpenCV function: imread. It returns a Mat and takes the path of the image and a flag (> 0 RGB image, =0 grayscale, <0 with the alpha channel).

  8. Your First JavaFX Application with OpenCV - opencv-java-tutorials ...

    A JavaFX application with OpenCV ¶ This tutorial will guide you through the creation of a simple JavaFX GUI application using the OpenCV library in Eclipse.

  9. First JavaFX Application with OpenCV — OpenCV Java Tutorials …

    Introduction to a OpenCV application with JavaFX ¶ This tutorial will guide you through the creation of a simple JavaFX gui application using the OpenCV library by mean of Eclipse.

  10. Object Detection — OpenCV Java Tutorials 1.0 documentation

    Goal ¶ In this tutorial we are going to identify and track one or more tennis balls. It performs the detection of the tennis balls upon a webcam video stream by using the color range of the balls, …