Пример #1
0
 /// <summary>
 /// Prepares the blender for blending.
 /// </summary>
 /// <param name="dstRoi">Destination roi</param>
 public void Prepare(Rectangle dstRoi)
 {
     StitchingInvoke.cveBlenderPrepare2(_blenderPtr, ref dstRoi);
 }