Security test: Xiaomi (xiaomi.com) website SMS interface security test, is it safe to use sliding verification code?

- "hidden dangers are more dangerous than open fire, prevention is better than disaster relief, and the responsibility is heavier than Mount Tai" preface This paper introduces the security test process of sending SMS verification code interface in detail, including ideas, some test codes and test results. This test website ...

Added by melbell on Mon, 07 Mar 2022 17:03:47 +0200

[face recognition] face recognition based on Gabor+SV and PCA+SVM matlab source code, including GUI

1, Introduction Gabor+SVM: Gabor program is used to extract the features of human face, and then SVM is used for classification; 1 Gabor Gabor feature extraction algorithm can describe local face features in different directions, and has strong robustness to illumination, occlusion and expression transformation, that is, Gabor algorithm has st ...

Added by ericw on Fri, 18 Feb 2022 07:13:11 +0200

CV4 simple human-computer interaction application based on mouse callback function and track color matching

Q: use the track bar to create a Paint application with adjustable color and brush radius? A mouse callback function Creating a mouse callback function has a specific format, which is the same everywhere. It is only different in function. Therefore, in the following code, our mouse callback function can do one thing - draw a circle where we ...

Added by manimoor on Fri, 04 Feb 2022 15:00:44 +0200

Novice zero foundation tutorial: running cornernet under Windows_ Lite source code

Β·For related learning of CornerNet, please refer to my other articles~ This article is more detailed. Zero basic Xiaobai can also run out of the program through this article. The author is just getting started. If there are deficiencies, please point out more! 1, Foreword 1. Relevant references The key to this tutorial is to re ...

Added by JamieWAstin on Tue, 01 Feb 2022 19:20:17 +0200

Four layer CNN based on pytorch MNIST data set, with a test accuracy of 99.77%

MNIST dataset MNIST dataset is already a "chewed" dataset. Many tutorials will "start" on it and almost become a "model" However, some people may not know it very well. Let's introduce it MNIST datasets are available in http://yann.lecun.com/exdb/mnist/ Get, which consists of four parts: Training set images: ...

Added by onlyteo on Mon, 31 Jan 2022 22:24:18 +0200

Image graying and binarization

Image graying What is image graying? Image graying is not to turn a simple image into gray, but to integrate the BGR channels of the image with a certain law to make the image display bit gray. The rules are as follows: Manual graying First, we use manual graying: The idea is: First create a blank picture with the same length and width as ...

Added by peDey on Sun, 23 Jan 2022 03:12:27 +0200

Use OpenCV to extract the rectangular area in the image (PPT screen, etc.)

** preface ** Recently, I participated in the Dachuang project. The topic involves computer vision. My sister sent a blog link to correct the image, so I plan to use this topic to get started with OpenCV. Analyze problems The PPT area in the photo is always inclined along the X, y and Z axes (as shown in the figure below). To flip the photo ...

Added by salmon on Thu, 20 Jan 2022 20:24:18 +0200

[character recognition applet] it can quickly recognize characters. It is a treasure artifact that can no longer be separated from when it is used ~ (i.e. the peak is permanently free)

preface hello everyone! I'm classmate pear! I hope you can support me! ha-ha To thank everyone who cares about me: πŸ’“ The project source code of each article is shared free of charge πŸ’“πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡ Click here for the blue font. What source code do you need? Remember to say the title and name! I can also write private letters! Xiaobian h ...

Added by mapleshilc on Mon, 17 Jan 2022 19:21:49 +0200

Tianchi algorithm race - Guangdong power grid smart field operation challenge race track 3: identifying high-altitude operation and wearing safety belt

Record the problem-solving process of officially participating in the online algorithm competition for the first time. Although I missed the time of B list, I gained a lot! Project introduction Contest link: Track 3 of Guangdong power grid smart field operation challenge: identification of high-altitude operation and wearing of safety bel ...

Added by deception54 on Sun, 16 Jan 2022 03:47:57 +0200

⚑ Reptile advanced ⚑ Five line code identification verification code - ddddocr (with brother OCR)

πŸ“£ Xiaobai training column is suitable for newcomers who have just started. Welcome to subscribe Programming Xiaobai advanced πŸ“£ The interesting Python hand training project includes interesting articles such as robot awkward chat and spoof program, which can make you happy to learn python Training project column πŸ“£ In additi ...

Added by msimonds on Thu, 23 Dec 2021 02:38:41 +0200