Click or drag to resize

IStereoMatcher Interface

http://www.emgu.com
The stereo matcher interface

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public interface IStereoMatcher

The IStereoMatcher type exposes the following members.

Properties
  NameDescription
Public propertyStereoMatcherPtr
Pointer to the stereo matcher
Top
Extension Methods
  NameDescription
Public Extension MethodCompute
Computes disparity map for the specified stereo pair
(Defined by CvInvoke.)
Top
See Also