Is the rectifyStereoImages function or the "Stereo Image Rectification" simulink model more accurate?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Yuval Levental
am 30 Nov. 2020
Kommentiert: Yuval Levental
am 18 Dez. 2020
Code:
Simulink model:
I ran several sets of images that were taken with different lens angles, of 120 deg and 140 deg. The attached results were really different, however (baseline-anaglyph uses rectifystereoimages and simulink-anaglyph uses the simulink model)
0 Kommentare
Akzeptierte Antwort
Tarunbir Gambhir
am 3 Dez. 2020
The StereoImageRectificationHDL model is a designed to be compatible with FPGA-hardware and is focused mainly on low computation requirements. In the Inverse Geometric Transformation section of the example, measures have been taken to improve the speed of computation while compromising a little on the precision and accuracy, as compared to the MATLAB function "rectifyStereoImages".
At the end of the Simulink example, in Simulations and Results, the results have been compared to the output from the "rectifyStereoImages" function.
Based on these points, the "rectifyStereoImages" function should give you a more accurate result.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Computer Vision with Simulink finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!