Skip to content

Commit de19687

Browse files
committed
Remove debug write
1 parent 052989d commit de19687

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/fastcv/test/test_warp.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,6 @@ TEST(WarpAffineROITest, accuracy)
159159
cv::Mat patch;
160160
cv::Mat roi = src(cv::Rect(0, 0, 100, 100));
161161
cv::fastcv::warpAffine(roi, patch, affine, cv::Size(100, 100));
162-
163-
// Save the output patch to a PNG file
164-
cv::imwrite("/data/local/tmp/warp_affine_output_unified2.png", patch);
165162

166163
EXPECT_FALSE(patch.empty());
167164
EXPECT_EQ(patch.size(), cv::Size(100, 100));

0 commit comments

Comments
 (0)