/// <summary> /// Creates a stitcher with the default parameters. /// </summary> /// <param name="tryUseGpu">If true, the stitcher will try to use GPU for processing when available</param> public Stitcher(bool tryUseGpu) { _ptr = StitchingInvoke.CvStitcherCreateDefault(tryUseGpu); }