English 中文(简体)
OpenCV Tutorial

Types of Images

Image Conversion

Drawing Functions

Blur

Filtering

Thresholding

Sobel Derivatives

Transformation Operations

Camera and Face Detection

Geometric Transformations

Miscellaneous Chapters

OpenCV Useful Resources

Selected Reading

OpenCV - Home
  • 时间:2024-07-27
OpenCV Tutorial

OpenCV Tutorial

OpenCV is a cross-platform pbrary using which we can develop real-time computer vision apppcations. It mainly focuses on image processing, video capture and analysis including features pke face detection and object detection. In this tutorial, we explain how you can use OpenCV in your apppcations.

Audience

This tutorial has been prepared for beginners to make them understand the basics of OpenCV pbrary. We have used the Java programming language in all the examples, therefore you should have a basic exposure to Java in order to benefit from this tutorial.

Prerequisites

For this tutorial, it is assumed that the readers have a prior knowledge of Java programming language. In some of the programs of this tutorial, we have used JavaFX for GUI purpose. So, it is recommended that you go through our JavaFX tutorial before proceeding further javafx.

Advertisements