Skip to content

Commit cb39c31

Browse files
committed
removed LineSegmentDetector
1 parent 89b486c commit cb39c31

File tree

7 files changed

+0
-317
lines changed

7 files changed

+0
-317
lines changed

src/OpenCvSharp/Modules/imgproc/Enum/LineSegmentDetectorModes.cs

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/OpenCvSharp/Modules/imgproc/LineSegmentDetector.cs

Lines changed: 0 additions & 203 deletions
This file was deleted.

src/OpenCvSharp/PInvoke/imgproc/NativeMethods_imgproc_LineSegmentDetector.cs

Lines changed: 0 additions & 37 deletions
This file was deleted.

src/OpenCvSharpExtern/OpenCvSharpExtern.vcxproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@
299299
<ClInclude Include="imgproc.h" />
300300
<ClInclude Include="imgproc_GeneralizedHough.h" />
301301
<ClInclude Include="imgproc_LineIterator.h" />
302-
<ClInclude Include="imgproc_LineSegmentDetector.h" />
303302
<ClInclude Include="imgproc_Subdiv2D.h" />
304303
<ClInclude Include="img_hash.h" />
305304
<ClInclude Include="include_opencv.h" />

src/OpenCvSharpExtern/OpenCvSharpExtern.vcxproj.filters

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,6 @@
282282
<ClInclude Include="imgproc_GeneralizedHough.h">
283283
<Filter>Header Files\imgproc</Filter>
284284
</ClInclude>
285-
<ClInclude Include="imgproc_LineSegmentDetector.h">
286-
<Filter>Header Files\imgproc</Filter>
287-
</ClInclude>
288285
<ClInclude Include="features2d_BOW.h">
289286
<Filter>Header Files\features2d</Filter>
290287
</ClInclude>

src/OpenCvSharpExtern/imgproc.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
#include "imgproc_Subdiv2D.h"
44
#include "imgproc_CLAHE.h"
55
#include "imgproc_LineIterator.h"
6-
#include "imgproc_LineSegmentDetector.h"
76
#include "imgproc_GeneralizedHough.h"

src/OpenCvSharpExtern/imgproc_LineSegmentDetector.h

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)