Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
Purpose:
For fast image processing this script extracts all the parameters for stereo image rectification in order to get the largest rectangular image pairs with only valid pixel values. The parameters are sorted in the way images are read in (First pixels of first row, then pixels of 2nd row etc.). Furthermore the precision for the bilinear transformation can be reduced to 8, 16, 32 or nearest neighbor in order to save calculation efforts. The effect of precision reduction are evaluated with 'Double_versus_uint.m'.
Requirements:
This script works only in conjunction with the "Camera Calibration Toolbox for Matlab" from Jean-Yves Bouguet:
http://www.vision.caltech.edu/bouguetj/calib_doc/
Also required is the modified file 'FindLargestRectanglesPUS.m' (original from Jaroslaw Tuszynski, see
http://www.mathworks.com/matlabcentral/fileexchange/28155-inscribed-rectangle/content/FindLargestRectangles.m)
This files is included in this package.
Zitieren als
Peter Seibold (2026). Recalculate rectification indices for rectangle image (https://de.mathworks.com/matlabcentral/fileexchange/47167-recalculate-rectification-indices-for-rectangle-image), MATLAB Central File Exchange. Abgerufen .
Quellenangaben
Inspiriert von: Inscribed_Rectangle
Allgemeine Informationen
- Version 1.3.0.0 (113 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.3.0.0 | New readme file
|
||
| 1.2.0.0 | Indices for left and right rectified images with largest common rectangle. |
||
| 1.1.0.0 | For bilinear transformation 'nearest neighbor' is added. |
||
| 1.0.0.0 |
