-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Daniel Laguna edited this page Oct 7, 2015
·
5 revisions
Welcome to a stereo-vision wiki! On this pages you find information about the different programs of the project, how to compile and run it.
Hope you like it!
Daniel Laguna.
- VideoCapture: Capture images with two cameras and make a performance test to obtain the framerate
- calibrar: Using a calibration pattern with this program you can calibrate one camera
- calibrateStereo: Using a calibration pattern with this program you can calibrate a stereoscopic system composed of two cameras
- stereo_matchSGBM: Obtains a disparity map of the scene using the SGBM (Semi Global Block Matching) algorithm
- stereo_matchBM: Obtains a disparity map of the scene using the BM (Block Matching) algorithm
-
stereo_matchBM_threads: The same program than
stereo_matchBM
, but this program runs in parallel - SurfObjectDetector: This program use the SURF algorithm to detect known objects in the scene
Bienvenido a stereo-vision wiki! En estas paginas encontrarás información sobre los distintos programas del proyecto, como poder compilarlos y ejecutarlos.
Espero que te guste!
Daniel Laguna.
- VideoCapture: Captura imagenes desde dos camaras y hace una prueba de rendimiento para obtener los FPS de la grabación
- calibrar: Utilizando un patrón de calibración con este programa calibraremos una unica cámara
- calibrateStereo: Utilizando un patrón de calibración calibraremos un sistema estereoscópico compuesto por dos cámaras
- stereo_matchSGBM: Obtiene un mapa de disparidad de la escena utilizando el algoritmo SGBM (Semi Global Block Matching)
- stereo_matchBM: Obtiene un mapa de disparidad de la escena utilizando el algoritmo BM (Block Matching)
- stereo_matchBM_threads: Igual que stereo_matchBM, pero el programa se ejecuta en paralelo
- SurfObjectDetector: Este programa hace uso del algoritmo SURF para detectar un objeto ya conocido