C# Класс Emgu.CV.GPU.GpuStereoConstantSpaceBP

A Constant-Space Belief Propagation Algorithm for Stereo Matching. Qingxiong Yang, Liang Wang, Narendra Ahuja. http://vision.ai.uiuc.edu/~qyang6/
Наследование: Emgu.Util.UnmanagedObject
Показать файл Открыть проект

Открытые методы

Метод Описание
FindStereoCorrespondence ( Byte>.GpuImage left, Byte>.GpuImage right, Byte>.GpuImage disparity, System.Stream stream ) : void

Computes disparity map for the input rectified stereo pair.

GpuStereoConstantSpaceBP ( int ndisp, int iters, int levels, int nrPlane ) : System

A Constant-Space Belief Propagation Algorithm for Stereo Matching

Защищенные методы

Метод Описание
DisposeObject ( ) : void

Release the unmanaged memory

Приватные методы

Метод Описание
GpuStereoConstantSpaceBPCreate ( int ndisp, int iters, int levels, int nr_plane ) : IntPtr
GpuStereoConstantSpaceBPFindStereoCorrespondence ( IntPtr stereoBM, IntPtr left, IntPtr right, IntPtr disparity, IntPtr stream ) : void
GpuStereoConstantSpaceBPRelease ( IntPtr &stereoBM ) : void

Описание методов

DisposeObject() защищенный Метод

Release the unmanaged memory
protected DisposeObject ( ) : void
Результат void

FindStereoCorrespondence() публичный Метод

Computes disparity map for the input rectified stereo pair.
public FindStereoCorrespondence ( Byte>.GpuImage left, Byte>.GpuImage right, Byte>.GpuImage disparity, System.Stream stream ) : void
left Byte>.GpuImage The left single-channel, 8-bit image
right Byte>.GpuImage The right image of the same size and the same type
disparity Byte>.GpuImage The disparity map
stream System.Stream Use a Stream to call the function asynchronously (non-blocking) or null to call the function synchronously (blocking).
Результат void

GpuStereoConstantSpaceBP() публичный Метод

A Constant-Space Belief Propagation Algorithm for Stereo Matching
public GpuStereoConstantSpaceBP ( int ndisp, int iters, int levels, int nrPlane ) : System
ndisp int The number of disparities. Use 128 as default
iters int The number of BP iterations on each level. Use 8 as default.
levels int The number of levels. Use 4 as default
nrPlane int The number of active disparity on the first level. Use 4 as default.
Результат System