OpenCV can learn like this! The road to God will not be far

12. Image smoothing 12.1 objectives Learn: - blur images with various low-pass filters - apply custom filters to images (2D convolution) 12.2 # 2D convolution (image filtering) Like the one-dimensional signal, various low-pass filters (LPF) and high pass filters (HPF) can also be used to filter the image. LPF helps to eliminate noise and blu ...

Posted by freedmania on Tue, 01 Feb 2022 05:34:17 +0100

[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

YOLO code interpretation_ model.py

1 Overview This document is mainly composed of Two classes, Darknet yolayer,Several functions create_modules,get_yolo_layers,load_darknet_weights,save_weights,convert,attempt_download form Darknet's constructor first calls parse_model_cfg,create_modules,get_yolo_layers are three functions, so let's start with them and then further ...

Posted by aunquarra on Sun, 30 Jan 2022 23:38:35 +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

Personal summary of SSD target detection -- Calculation of IOU

preface Mu Shen's code has been watched for a long time, and the video on station B has been brushed many times. He lamented that his foundation is not very solid. The bottom code of the anchor box is almost rolled over line by line. Therefore, make a summary of the whole learning part, and first put Mu Shen's station B and electronic teac ...

Posted by yanisdon on Sun, 30 Jan 2022 05:00:06 +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

[Matlab handwritten numeral recognition] knowledge base handwritten numeral recognition (tablet + picture) [including GUI source code 1227]

1, Introduction to handwritten numeral recognition technology 1 case background Handwritten numeral recognition is a branch of image recognition. It is one of the important applications in the field of image processing and pattern recognition. Due to the great randomness of handwritten digits, such as stroke thickness, font size, tilt angle an ...

Posted by Tubby on Sat, 29 Jan 2022 16:15:15 +0100

[YOLOv5] how to train your data set (GPU version)

Recently, I was training my data set with yolov5. During this period, I took many detours and was ruthlessly diss by my senior brother. Therefore, I want to record this process. For the first time, if there is infringement, contact me to delete it. If there is anything wrong, please exchange and correct it in the comment area. Thank you! 1. Do ...

Posted by CookieDoh on Sat, 29 Jan 2022 15:54:18 +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

[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