This commit is contained in:
Shreeshrii 2019-02-23 17:56:02 +05:30 committed by GitHub
parent 3e3e1ed55d
commit 287d5341bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -642,7 +642,7 @@ static int Main() {
FLAGS_rotate_image ? &rotation : nullptr);
}
if (FLAGS_distort_image) {
//Todo: perspective is set to false and box_reduction to 1.
//TODO: perspective is set to false and box_reduction to 1.
pix = PrepareDistortedPix(pix, false, FLAGS_invert,
FLAGS_white_noise, FLAGS_smooth_noise, FLAGS_blur,
1, &randomizer, nullptr);