Code covered by the BSD License  

Highlights from
Stereo testbed v0.1

image thumbnail
from Stereo testbed v0.1 by Raul Correal
Testbed for analysis, evaluation and comparison of stereo matching algorithm.

(Enumeration) Processes
classdef(Enumeration) Processes < Simulink.IntEnumType
  enumeration
     HF1(1),            % Homomorfic filtering (Gaussian)
     HF2(2),            % Homomorfic filtering (Butterworth)
     HM(3),             % Histogram Matching
     AI(4),             % Adjust Image Intensity
     SAD(5),            % Sum of Absolute Differences (SAD)
     SSD(6),            % Sum of Squared Differences (SSD)
     NCC(7),            % Normalized Cross-Correlation (NCC)
     StereoDisp(8),     % 3D Stereo Disparity (Shawn Lankton)
     RegionBased(9),    % Region-Based Stereo Matching (Baykant Alagoz)
     SMOgale(10)        % Stereo Matching (Abhijit Ogale)
     OFOgale(11),       % Optical Flow (Abhijit Ogale)
     SMAbbeloos(12),    % Stereo Matching (Wim Abbeloos)     
     ENCC(13),          % Enhanced Normalized Cross Correlation
     OpenCV_BM(14),     % OpenCV BM algorithm
     OpenCV_SGBM(15),   % OpenCV SGBM algorithm
     OpenCV_VAR(16),    % OpenCV VAR algorithm
     GCS(17),           % Growing Correspondence Seeds
     Clustering(18)     % Clustering filter 
  end
end

Contact us