Click or drag to resize

IDisparityFilter Interface

http://www.emgu.com
Main interface for all disparity map filters.

Namespace:  Emgu.CV.XImgproc
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public interface IDisparityFilter

The IDisparityFilter type exposes the following members.

Properties
  NameDescription
Public propertyDisparityFilterPtr
Pointer to the native diaprty filter object
Top
Extension Methods
  NameDescription
Public Extension MethodFilter
Apply filtering to the disparity map.
(Defined by XImgprocInvoke.)
Top
See Also