Binocular stereo vision – disparity map (stereo matching) implementation of three similarity algorithms

Table of Contents Understanding of binocular stereo vision: Polar geometry of parallel views (the second way to implement disparity maps) Image correction (camera calibration) Implementation – similarity matching, disparity calculation Important influencing parameters Lab report discussion section SGBM algorithm example, this effect is better and faster. [Binocular Vision] SGBM Algorithm Application (Python Version)_Luoye Suifeng’s Blog-CSDN […]

[Computer system] Parity check code, Hamming code and cyclic redundancy check code

[Computer System] Check Code Check code parity code Hamming code Number of check digits Check digit position Determine the check value Check error detection cyclic redundancy check code Check code When the computer system is running, in order to ensure that the data is correct during transmission, one is to improve the reliability of the […]

Disparity map reverse synthesis virtual viewpoint/backward view synthesis base on disparity

The reverse synthesis algorithm of the disparity map is a process of synthesizing the virtual viewpoint according to the disparity map of the known virtual viewpoint and the corresponding original image of the known viewpoint. Assuming that the middlebury dataset is used as an example, im2 and the corresponding disparity map disp6 are known. Now […]

[Check code] parity check code, cyclic redundancy check code CRC, Hamming check code

check code Navigation 1. Check code 2. Yard distance 3. Parity code 4. Cyclic redundancy check code CRC 5. Hamming check code Summarize 1. Check code Definition: proofreading code. Techniques used to verify data integrity and accuracy Implementation principle: By adding redundant code, it is used to detect errors or tampering during transmission or storage […]

Controllable serial port module based on FPGA (Verilog) baud rate, data bit, parity bit and stop bit

Directory Top-level module interface Send module interface Receiver module interface simulation file Simulation waveform Top level module The top-level module interface is shown in the figure below, the serial port module baud rate, data bits, parity bits and stop bits are all controllable module UART( input clk , input rst , output tx , input […]

R language to reproduce the financial risk parity model

This article uses R language to reproduce the risk parity model in the financial field. The data range is from 2010-01-04-2020-12-19. The data content includes China’s ten-year treasury bond, China’s A-share Shanghai Composite Index, and the US S&P 500 Index and New York Gold Index futures. Directory I. Introduction 2. Model introduction 3. R language […]