Example #1
0
 /// <summary>
 /// Default constructor
 /// </summary>
 public LSDDetector()
 {
     _ptr = LineDescriptorInvoke.cveLineDescriptorLSDDetectorCreate(ref _sharedPtr);
 }
 /// <summary>
 /// Default constructor
 /// </summary>
 public LSDDetector()
 {
     _ptr = LineDescriptorInvoke.cveLineDescriptorLSDDetectorCreate();
 }