Пример #1
0
 /// <summary>
 /// Create a new exposure compensator
 /// </summary>
 /// <param name="blWidth">block width</param>
 /// <param name="blHeight">block height</param>
 /// <param name="nrFeeds">nr feeds</param>
 public BlocksGainCompensator(int blWidth = 32, int blHeight = 32, int nrFeeds = 1)
 {
     _ptr = StitchingInvoke.cveBlocksGainCompensatorCreate(blWidth, blHeight, nrFeeds,
                                                           ref _exposureCompensatorPtr);
 }