MultiBandBlender Constructor |
http://www.emgu.com
Create a multiBandBlender
Namespace:
Emgu.CV.Stitching
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic MultiBandBlender(
bool tryGpu = true,
int numBands = 5,
DepthType weightType = 5
)
Public Sub New (
Optional tryGpu As Boolean = true,
Optional numBands As Integer = 5,
Optional weightType As DepthType = 5
)
public:
MultiBandBlender(
bool tryGpu = true,
int numBands = 5,
DepthType^ weightType = 5
)
new :
?tryGpu : bool *
?numBands : int *
?weightType : DepthType
(* Defaults:
let _tryGpu = defaultArg tryGpu true
let _numBands = defaultArg numBands 5
let _weightType = defaultArg weightType 5
*)
-> MultiBandBlender
Parameters
- tryGpu (Optional)
- Type: SystemBoolean
If true, will try to use GPU - numBands (Optional)
- Type: SystemInt32
Number of bands - weightType (Optional)
- Type: Emgu.CV.CvEnumDepthType
The weight type
See Also