Beispiel #1
0
 /// <summary>
 /// Create an empty template match result.
 /// </summary>
 public Match()
 {
     _ptr         = LinemodInvoke.cveLinemodMatchCreate();
     _needDispose = true;
 }