Exemplo n.º 1
0
 /// <summary>
 /// Default constructor
 /// </summary>
 public LSDDetector()
 {
     _ptr = LineDescriptorInvoke.cveLineDescriptorLSDDetectorCreate(ref _sharedPtr);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Default constructor
 /// </summary>
 public LSDDetector()
 {
     _ptr = LineDescriptorInvoke.cveLineDescriptorLSDDetectorCreate();
 }