Download and use of cifar dataset

git https://github.com/tensorflow/models Download the cifar10 file and put it in the project path Project structure   download from cifar10 import maybe_download_and_extract maybe_download_and_extract()   Default download path   Read display manually import numpy as np import pylab filename = '/tmp/cifar10_data/cifar-1 ...

Posted by Sonu Kapoor on Tue, 07 Jan 2020 02:13:21 +0100

Computer vision opcencv tool deep learning fast practice 1 face recognition

Using the pre trained deep learning face detector model provided by OpenCV, face recognition can be carried out quickly and accurately. In August 2017, OpenCV 3.3 was officially released, bringing a highly improved "DNN deep neural networks" module. The module supports many deep learning frameworks, including Caffe, Tenso ...

Posted by lakshmiyb on Sat, 07 Dec 2019 12:22:21 +0100

python algorithm for calculating the area of irregular figure

Introduction: a medical image recognition project was made in the third year of University. Doctors marked the focus points with red pen on the original image. By recording the red coordinate position, the external rectangle of the focus point can be obtained. However, the proportion of the area in the red circle under the external rectangle wi ...

Posted by vertmonkee on Thu, 21 Nov 2019 17:44:22 +0100

C51: infrared communication control steering gear rotation

Preface I don't know what to say. I bought STM32, and opencv is finally useful. PPM and PWM For example, to modulate the length of ton {on} ton, keep the tofft {off} toff unchanged. PWM, pulse width modulation. For example, the modulation duty cycle is t on t \ frac {t {on} {t} {tton}, but the period is not changed. The re ...

Posted by qt4u on Thu, 14 Nov 2019 20:39:25 +0100

Source code compiles OpenCV on windows 10 and supports CUDA | compile opencv with CUDA

This article was first published on a personal blog https://kezunlin.me/post/6580691f/ Welcome to read! compile opencv with CUDA support on windows 10 Series Part 1: compile opencv on ubuntu 16.04 Part 2: compile opencv with CUDA support on windows 10 Part 3: opencv mat for loop Part 4: speed up opencv image processing with openmp Guide requi ...

Posted by shatner on Thu, 14 Nov 2019 04:04:31 +0100

OpenCV Pixel Processing in Computer Vision

chart When we read every pixel value of a picture, we need a useful and fast python library to implement the numpy operation array library. Numpy is usually used to traverse every pixel of a graph. Change the image by modifying the pixels. We will also introduce some of the numpy operations we use in opencv. def access_pixels ...

Posted by pmg206 on Fri, 04 Oct 2019 23:45:00 +0200

OpenCV Mouse Operation-Drawing Rectangles with Mouse

introduce This code, which I first saw in the sample of the tracking module in the contrib module, comes from roiSelector.hpp. The function of this file is to select a rectangular area in the picture with the mouse. Interested readers can learn ...

Posted by petrosa on Thu, 12 Sep 2019 12:48:30 +0200

How to use python to access Hongsoft ArcFace SDK

The company needs to use Face Recognition SDK in the project, and the requirements for information security are very high. After a detailed understanding of several mainstream Face Recognition SDK in the market, the comprehensive view of HongSoft's Arcface SDK is more in line with our needs. It provides a free version and can be used in offline ...

Posted by leightons on Wed, 11 Sep 2019 11:23:14 +0200

Homomorphic filtering and Retinex algorithm homomorphic filtering for image enhancement

Links to the original text: https://blog.csdn.net/piaoxuezhong/article/details/78212814 Link to the article, describes the homomorphic filtering and retinex algorithm for image fog removal algorithm, this paper introduces the homomorphic ...

Posted by lihman on Thu, 05 Sep 2019 06:56:28 +0200

Visual SLAM 14 Reading Programming Notes Chapter12 Loop Detection

Chapter 12 loop detection Word bag model (BoW) Dictionaries Dictionary structure Practice: Creating Dictionaries Computation of Similarity Theoretic part Practice: Similarity Computation Processing of similarity score Key Frame Processing Verif ...

Posted by bassguru on Wed, 28 Aug 2019 14:40:58 +0200