ChannelsCompensator 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 ChannelsCompensator(
int nrFeeds
)
Public Sub New (
nrFeeds As Integer
)
public:
ChannelsCompensator(
int nrFeeds
)
new :
nrFeeds : int -> ChannelsCompensator
Parameters
- nrFeeds
- Type: SystemInt32
[Missing <param name="nrFeeds"/> documentation for "M:Emgu.CV.Stitching.ChannelsCompensator.#ctor(System.Int32)"]
See Also