BlocksChannelsCompensator Constructor |
http://www.emgu.com
Create a new exposure compensator
Namespace:
Emgu.CV.Stitching
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic BlocksChannelsCompensator(
int blWidth = 32,
int blHeight = 32,
int nrFeeds = 1
)
Public Sub New (
Optional blWidth As Integer = 32,
Optional blHeight As Integer = 32,
Optional nrFeeds As Integer = 1
)
public:
BlocksChannelsCompensator(
int blWidth = 32,
int blHeight = 32,
int nrFeeds = 1
)
new :
?blWidth : int *
?blHeight : int *
?nrFeeds : int
(* Defaults:
let _blWidth = defaultArg blWidth 32
let _blHeight = defaultArg blHeight 32
let _nrFeeds = defaultArg nrFeeds 1
*)
-> BlocksChannelsCompensator
Parameters
- blWidth (Optional)
- Type: SystemInt32
Block width - blHeight (Optional)
- Type: SystemInt32
Block height - nrFeeds (Optional)
- Type: SystemInt32
[Missing <param name="nrFeeds"/> documentation for "M:Emgu.CV.Stitching.BlocksChannelsCompensator.#ctor(System.Int32,System.Int32,System.Int32)"]
See Also