aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'DCP/guidedfilter.cpp')
-rw-r--r--DCP/guidedfilter.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/DCP/guidedfilter.cpp b/DCP/guidedfilter.cpp
index 46040ad..bfdf956 100644
--- a/DCP/guidedfilter.cpp
+++ b/DCP/guidedfilter.cpp
@@ -42,9 +42,6 @@ void GuidedFilterColor(IplImage *q, IplImage *II, IplImage *p, double eps, int r
42 42
43 for (i = 1; i <= height; i++) 43 for (i = 1; i <= height; i++)
44 { 44 {
45 if (i % 10 == 0)
46 printf("%d\n", i);
47
48 for (j = 1; j <= width; j++) 45 for (j = 1; j <= width; j++)
49 { 46 {
50 st_row = i - r, ed_row = i + r; 47 st_row = i - r, ed_row = i + r;
Powered by cgit v1.2.3 (git 2.41.0)