ISP-BLC(Black Level Correction)

ISP-BLC(Black Level Correction) Causes of BL dark current Dark current, also known as non illumination current, refers to the current flowing in the light receiving elements of solar cells, photodiodes, photoconductive elements, photocells, etc. without light irradiation, which is generally caused by carrier diffusion or internal defects of ...

Added by nahydy on Sun, 23 Jan 2022 06:17:12 +0200

Color space of OpenCV (cv2.cvtColor)

This blog will introduce three color spaces (RGB, HSV, Lab) in OpenCV and their conversion, and discuss the key role of lighting conditions and color space in computer vision applications. The key point is to always consider lighting conditions before writing code! In general, it is easier to control lighting conditions than to write code ...

Added by shibobo12 on Sat, 22 Jan 2022 01:35:10 +0200

[learn OpenCV4] geometric drawing method

โ€ƒโ€ƒ before starting the text, first know that the (0, 0) coordinate point in the screen is in the upper left corner and the maximum coordinate is in the lower right corner. 1, Drawing of basic graphics 1. Rectangle โ€ƒโ€ƒ the function of drawing rectangle in OpenCV is rectangle(). void rectangle(InputOutputArray img, Rect ...

Added by JasonMWaldo on Thu, 20 Jan 2022 01:29:03 +0200

[punctual atom FPGA serial] Chapter 36 PL Ethernet video transmission experiment based on OV5640 - excerpted from the FPGA Development Guide of [punctual atom] leader ZYNQ_ V2.0

1) Experimental platform: ZYNQ development board of punctual atomic navigator 2) Platform purchase address: https://item.taobao.com/item.htm?&id=606160108761 3) Full set of experimental source code + manual + video download address: http://www.openedv.com/thread-301505-1-1.html 4) Students interested in punctual atomic FPGA can add group di ...

Added by bobthedog on Wed, 19 Jan 2022 03:34:58 +0200

halcon shape matching

halcon shape matching 1. Examples Specify the template image area (you can also draw a rectangle with draw_rectangle1) Row1 := 188 Column1 := 182 Row2 := 298 Column2 := 412 gen_rectangle1 (ROI, Row1, Column1, Row2, Column2) reduce_domain (ModelImage, ROI, ImageROI) Create template If the template contains not only the direction but also the ...

Added by LanHorizon on Tue, 18 Jan 2022 11:56:47 +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

[speed limit sign recognition] speed limit sign recognition based on matlab GUI morphology [including Matlab source code phase 1142]

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 ope ...

Added by horsefaceba on Sun, 16 Jan 2022 03:52:19 +0200

OpenCV parallel computing function parallel_for_ Use of

Excerpt: OpenCV parallel acceleration_ for_ ParallelLoopBody tutorialopencv parallel computing function parallel_for_ Use ofOfficial website: Parallel ProcessingGao Xiang, Zhang Tao, 14 lectures on visual SLAM In the process of using OpenCV, the amount of processing and calculation of pictures is still large, so how to calculate efficient ...

Added by hyster on Sat, 15 Jan 2022 12:06:08 +0200

[Matlab license plate recognition] template matching license plate recognition [including GUI source code phase 1215]

1, Introduction to license plate recognition License plate recognition technology originated in the early 1980s. Image pattern recognition and computer vision play an important role in it. With the rapid popularization and progress of computer technology, the license plate recognition system was gradually put into the market and used in the mi ...

Added by upit on Fri, 14 Jan 2022 08:53:16 +0200

[Matlab image processing] automatic target reporting system (heavy bullet hole) [including GUI source code phase 973]

1, Introduction of shooting simulation system 1 subject description 2 subject modeling process a) First, obtain the parameters of the weapon, and calculate the response common deviation of the weapon in direction and height from these parameters; b) Second, the deviation of direction and height in the shooting process is normally distributed. ...

Added by backinblack on Fri, 07 Jan 2022 11:09:31 +0200