fix tslint complaints

This commit is contained in:
Tamius Han 2022-07-30 00:52:14 +02:00
parent 0a023ac6f2
commit 023b8c370a

View File

@ -878,7 +878,7 @@ class ArDetector {
} }
// let's check if we're cropping too much // let's check if we're cropping too much
const guardLineOut = this.guardLine.check(imageData); const guardLineOut = this.guardLine.check(imageData, false);
// if both succeed, then aspect ratio hasn't changed. // if both succeed, then aspect ratio hasn't changed.
// otherwise we continue. We add blackbar violations to the list of the cols we'll sample and sort them // otherwise we continue. We add blackbar violations to the list of the cols we'll sample and sort them