Example #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 BlocksChannelsCompensator(int blWidth = 32, int blHeight = 32, int nrFeeds = 1)
 {
     _ptr = StitchingInvoke.cveBlocksChannelsCompensatorCreate(blWidth, blHeight, nrFeeds,
                                                               ref _exposureCompensatorPtr);
 }