http://www.emgu.com Initializes a new instance of the
AlignMTB class
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic AlignMTB(
int maxBits,
int excludeRange,
bool cut
)
Public Sub New (
maxBits As Integer,
excludeRange As Integer,
cut As Boolean
)
public:
AlignMTB(
int maxBits,
int excludeRange,
bool cut
)
new :
maxBits : int *
excludeRange : int *
cut : bool -> AlignMTB
Parameters
- maxBits
- Type: SystemInt32
[Missing <param name="maxBits"/> documentation for "M:Emgu.CV.AlignMTB.#ctor(System.Int32,System.Int32,System.Boolean)"]
- excludeRange
- Type: SystemInt32
[Missing <param name="excludeRange"/> documentation for "M:Emgu.CV.AlignMTB.#ctor(System.Int32,System.Int32,System.Boolean)"]
- cut
- Type: SystemBoolean
[Missing <param name="cut"/> documentation for "M:Emgu.CV.AlignMTB.#ctor(System.Int32,System.Int32,System.Boolean)"]
See Also