Basler acA1300-200uc camera tutorial

https://www.baslerweb.com/cn/products/cameras/area-scan-cameras/ace/aca1300-200uc/ Development documentation https://zh.docs.baslerweb.com/aca1300-200uc pylon Library (C + +) Main example function description https://blog.csdn.net/juliarjuliar/article/details/79457719 CameraEventPrinter.h //Contains a camera event handler that outputs a messag ...

Added by Siggles on Wed, 05 Jan 2022 21:59:17 +0200

"Medical image" ChestRay pneumonia classification based on KiUnet

Classification of ChestRay pneumonia based on KiUnet This project mainly reproduces the KIUnet network structure and demonstrates how to use the ChestRay pneumonia classification data set. 0. Research motivation The novel coronavirus pneumonia has become a hot topic in the past. However, novel coronavirus pneumonia is the main criteri ...

Added by nootropil on Wed, 05 Jan 2022 20:20:31 +0200

Calibration of wheel odometer and lidar -- linear least squares direct linear method

Definition of wheel odometer What is a wheel odometer: A device for measuring robot travel using wheel speed The principle is shown in the figure below, simple and direct That's what it looks like In the field of robotics, photoelectric encoder is usually used to measure the wheel speed. When the wheel rotates, the photoelectric encoder ...

Added by HNX on Wed, 05 Jan 2022 11:45:38 +0200

CvT: how to integrate the advantages of convolution into Transformer

[GiantPandaCV introduction] different from the previous BoTNet, although the title of CvT has the word convolution, it is still dominated by Transformer Block in general. Convolution is introduced in the processing of Token, which brings locality to the model. Finally, CvT won the highest Top1 accuracy of 87.7%. introduction The Motivation of t ...

Added by dbakker on Wed, 05 Jan 2022 05:01:45 +0200

Pixel Operating Performance Comparison of openCV Images

1. Test environment 1, test code (copy Mao's demo directly) //--------------------------------------------------------[Procedure Description]------------------------------------- // Program description: Introduction to OpenCV3 Programming OpenCV2 Book Companion sample program 24 // Program description: An example from an OpenCV2 book from ...

Added by ghornet on Tue, 04 Jan 2022 20:18:01 +0200

EasyOCR, identify the text in the picture, really so easy

Original link: http://www.juzicode.com/image-ocr-python-easyocr Orange fungus before Pytes seract extracts and recognizes the text in the picture How to use tesseract to extract and recognize text in pictures in Python is described in. Today, let's talk about EasyOcr. It is also a very excellent OCR package, which is quite easy to use. 1. Ins ...

Added by commandonz on Tue, 04 Jan 2022 08:40:56 +0200

yolov5 deploys jetson nano (Universal) nanny level teaching

The whole process of Jetson nano from configuration environment to yolov5 successful reasoning detection 1, Burn image Official image download address on the official website: https://developer.nvidia.com/embedded/downloads You may not be able to download it, so I provided Baidu cloud link to download it. The download address is as foll ...

Added by sunsun on Tue, 04 Jan 2022 06:07:01 +0200

OpenCV learning notes - day1 (image reading, display and saving imread, imshow, namedWindow, imwrite function)

day1 - image reading, display and saving use OpenCV Development module, open a picture in the host directory, And displayed on the desktop Function: imread, imshow, namedWindow and imwrite functions in the highug module imread() reads the image Mat imread(const string& filename, int flags=1) parameterexplainfilenameRead file add ...

Added by MoMoMajor on Mon, 03 Jan 2022 18:28:19 +0200

[machine vision case] AI vision, gesture control computer mouse, with complete python code

Hello, everyone. Today, I'd like to share with you how to use {MediaPipe+Opencv to control the movement and click of the computer mouse through gesture recognition. If you are interested, you can play games instead of the mouse. Let's see the effect first. Test with a drawing board The yellow box represents the range of the computer screen and ...

Added by putraaridana on Mon, 03 Jan 2022 16:37:12 +0200

Attached code: Swin Transformer

Swing transformer: Interpretation of the paper on hierarchical vision transformer using shifted windows Reference link: https://blog.csdn.net/qq_37541097/article/details/121119988?spm=1001.2014.3001.5501 Code link: https://github.com/microsoft/Swin-Transformer Paper link: https://arxiv.org/pdf/2103.14030.pdf Summary: This paper presents a ne ...

Added by m0rpheu5 on Mon, 03 Jan 2022 09:21:02 +0200