Click or drag to resize

BorderType Fields

http://www.emgu.com

The BorderType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberConstant
Border is filled with the fixed value, passed as last parameter of the function
Public fieldStatic memberDefault
The default border interpolation type.
Public fieldStatic memberIsolated
Do not look outside of ROI
Public fieldStatic memberNegativeOne
Used by some cuda methods, will pass the value -1 to the function
Public fieldStatic memberReflect
Reflect
Public fieldStatic memberReflect101
Reflect 101
Public fieldStatic memberReplicate
The pixels from the top and bottom rows, the left-most and right-most columns are replicated to fill the border
Public fieldStatic memberTransparent
Transparent
Public fieldvalue__
Public fieldStatic memberWrap
Wrap
Top
See Also