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 8, 2024
1 parent 1192d7e commit 889e9c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/ximgproc/src/edge_drawing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5955,6 +5955,7 @@ void EdgeDrawingImpl::MyRGB2LabFast()

void EdgeDrawingImpl::ComputeGradientMapByDiZenzo()
{
memset(gradImg, 0, sizeof(ushort) * width * height);
int max = 0;

for (int i = 1; i < height - 1; i++) {
Expand Down

0 comments on commit 889e9c9

Please sign in to comment.