[OpenCV complete routine] 86 Application of frequency domain filtering: fingerprint image processing

[OpenCV complete routine] 86 Application of frequency domain filtering: fingerprint image processing Welcome to pay attention "100 complete OpenCV routines" Series, continuously updating Welcome to pay attention "Python Xiaobai's OpenCV learning course" Series, continuously updating 4. High pass filter in frequency ...

Posted by phpian on Tue, 01 Feb 2022 01:30:48 +0100

Android Studio opencv minimalist environment configuration (valid for 2022-1-30 personal test)

1, To create a basic project 1. Create an app project first 2. Select Basic Activity 3. Complete basic project creation 4. Run it to see if the virtual machine is available 5. Connect real machine test Because the camera function will be used, you need to use the real machine for testing. Next, configure the real machine for testing. Ref ...

Posted by bemoi on Sun, 30 Jan 2022 22:03:49 +0100

Opencv Python Fourier transform and inverse transform

Opencv Python Fourier transform 1, Image Fourier transform Principle of two-dimensional Fourier transform Gray image is composed of two-dimensional discrete points. Two dimensional discrete Fourier transform (2ddft) is often used in image processing. The spectrum of an image is obtained after Fourier transform. The frequency level in the spe ...

Posted by DonnieDarko on Sun, 30 Jan 2022 06:12:57 +0100

C++ / Opencv can simply realize the beauty effect (thin face, big eyes, skin grinding, etc.)

Recent projects need to use some effects of beauty, so I began to contact opencv computer vision library. I found a simple and free introductory video "opencv 4 # quick start video 30 lectures" in Tencent class. After watching the video, I initially had a clear concept and basic usage of OpenCV #. The next step is to start some prelim ...

Posted by nexgen_x on Sun, 30 Jan 2022 02:44:27 +0100

[machine vision learning] Anaconda download installation configuration and basic operation

001. Use Conda to manage Python environment in Anaconda Tool: Anaconda Prompt (Anaconda) | please run it with administrator privileges Update Anaconda conda update conda Create environment conda create -n env_name package_names env_name: environment name package_names: package name, version can be specified Case 1 Requirement: create evn_p ...

Posted by digitalecartoons on Sat, 29 Jan 2022 23:29:38 +0100

Don't know OAK and DepthAI? OpenCV CEO takes you personally

Hello, everyone, this is OAK China. I'm assistant Jun. The content shared in this issue comes from a column written by the CEO of OpenCV, which was first published in oakchina Official website. This is the first article in the OAK intelligent depth camera programming column. Both OAK-D and OAK-D-Lite are 3D Artificial Intelligence cameras. ...

Posted by ramesh_iridium on Sat, 29 Jan 2022 11:05:20 +0100

Practice and learning notes of the technical branch of digital recognition in question F of the National College Students' electronic design competition in 2021

Chapter 1 Introduction The project relies on CNN_Mobilenet_Training is a project. You can find the name in the list of completed projects and read relevant documents. This item is connected in CSDN Here This document mainly describes the technical branch of number recognition in question F of the National College Students' electronic des ...

Posted by jonki on Sat, 29 Jan 2022 08:15:21 +0100

[OpenCV complete routine] 83 Low pass filtering in frequency domain: character restoration of printed text

[OpenCV complete routine] 83 Frequency domain low-pass filtering case: printed text character repair Welcome to pay attention "100 complete OpenCV routines" Series, continuously updating Welcome to pay attention "Python Xiaobai's OpenCV learning course" Series, continuously updating 3.5 low pass filtering in frequen ...

Posted by Magestic on Sat, 29 Jan 2022 07:31:27 +0100

Calculate the radius of the ring by using the contour area of the circle: CV2 findContours, contourArea

Introduction: Using the area of the ring to calculate the radius of the circle in reverse, a more stable radius of the circle can be obtained. For the movement of the standard template on the scanner, you can see the change law of the corresponding measurement results. The following is a preliminary analysis of such changes. Key words: bac ...

Posted by eatadi on Wed, 26 Jan 2022 23:20:10 +0100

Image color and geometric transformation

© Fu Xianjun. All Rights Reserved. Today, Xiao Zhao took you into the third part of openCV, image color is used for geometric transformation. The case still passed our little Fu teacher, a man who works day and night for us! preface Common color spaces can include GRAY color space, XYZ color space, HVS color space, etc. next, I w ...

Posted by Cynix on Wed, 26 Jan 2022 16:02:02 +0100