Skip to content

Commit

Permalink
Update edge_drawing.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sturkmen72 committed Jul 3, 2024
1 parent 82adc6f commit 3b1f8d0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/ximgproc/src/edge_drawing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -545,11 +545,6 @@ void EdgeDrawingImpl::detectEdges(InputArray src)

// Fix 1 pixel errors in the edge map
fixEdgeSegments(segments);

// clean space
delete[] L_Img;
delete[] a_Img;
delete[] b_Img;
}
}

Expand Down

0 comments on commit 3b1f8d0

Please sign in to comment.