GainCompensator Constructor |
http://www.emgu.com
Create a new gain compensator
Namespace:
Emgu.CV.Stitching
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic GainCompensator(
int nrFeeds
)
Public Sub New (
nrFeeds As Integer
)
public:
GainCompensator(
int nrFeeds
)
new :
nrFeeds : int -> GainCompensator
Parameters
- nrFeeds
- Type: SystemInt32
[Missing <param name="nrFeeds"/> documentation for "M:Emgu.CV.Stitching.GainCompensator.#ctor(System.Int32)"]
See Also