[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
[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
[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
Detailed explanation of Label Smoothing and implementation of pytorch tenorflow
definitionLabel smoothing, like L1, L2 and dropout, is a regularization method in the field of machine learning. It is usually used for classification problems. The purpose is to prevent the model from predicting labels too confidently during training and improve the problem of poor generalization ability.backgroundFor the classification proble ...
Posted by runfastrick on Thu, 27 Jan 2022 14:28:53 +0100
Shape template matching based on Halcon learning [v] find_cocoa_packages_max_deformation.hdev routine
*This sample program demonstrates how to use shape based matching to find slightly deformed objects, using the parameter "maximum deformation";
*Note that to find deformed objects, you can use parameters to apply shape based matching "maximum deformation" or - apply local deformable matching;
*In this example, the task is ...
Posted by 8ennett on Wed, 26 Jan 2022 12:15:09 +0100
Morphological operations using Python and OpenCV
This blog will introduce how to use Python and OpenCV to apply morphological operations. include:
Corrosion (Erosion)ExpansionOpeningClosingMorphological gradientBlack hatTop hat (also called "White hat")
Morphological operation is an image processing transformation applied to gray or binary images. These operations require a st ...
Posted by daredevil14 on Mon, 24 Jan 2022 07:50:34 +0100
After learning these image processing, I took it to my girlfriend to fix the picture
✨✨✨
Thank you for opening Xiaobai's article
"I hope you have made a little progress today and come closer to a better life!" 🌈
catalogue
🚀 Previous review
🍉 Foreword
🍋 Installation of Pilot Library
🌟 Filter for image processing
🌻 Image module built-in functions and properties
🌻 ImageFilter module
🌻 Small e ...
Posted by stravanato on Mon, 24 Jan 2022 07:43:35 +0100
[object detection] morphological object detection [including Matlab GUI source code 945]
1, Introduction
Mathematical morphology operations can be divided into binary morphology and gray morphology. Gray morphology is extended from binary morphology. Mathematical morphology has two basic operations, namely corrosion and expansion, and corrosion and expansion form open operation and closed operation through combination. The open op ...
Posted by john8m on Sat, 22 Jan 2022 22:26:00 +0100
Introduction to image processing -- basic operation of OpenCV
Basic operation of image
Basic objectives:
Master the methods of image reading and saving
Ability to draw geometry on images using OpenCV
Pixels that can access the image
It can obtain the attributes of the image and separate and merge the channels
It can realize the transformation of color space
1. IO operation of image
Here we will in ...
Posted by Gamic on Sat, 22 Jan 2022 03:45:14 +0100
OpenCV53: Image Denoising
target
In this chapter, you will learn
Nonlocal mean denoising algorithm for removing noise in imageLearn different functions
cv2.fastNlMeansDenoising()cv2.fastNlMeansDenoisingColored()cv2.fastNlMeansDenoisingMulti()cv2.fastNlMeansDenoisingColoredMulti()
theory
In the previous chapters, we have seen many image smoothing techniques, such ...
Posted by ICKelly on Sat, 22 Jan 2022 02:59:50 +0100