Skip to content

Commit 2f9d0a6

Browse files
authored
Update radon_transform.cpp
1 parent fb292b6 commit 2f9d0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ximgproc/src/radon_transform.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ void RadonTransform(InputArray src,
7777
});
7878

7979
if (norm) {
80-
normalize(radon, radon, 0, 255, NORM_MINMAX, CV_8UC1);
80+
normalize(radon, dst.getMatRef(), 0, 255, NORM_MINMAX, CV_8UC1);
8181
}
8282
}
8383
} }

0 commit comments

Comments
 (0)