Last analyzed 1d0d7d1 5 months ago
Default analysis branch is
Currently analyzing run
Function contains unused argument PYL-W0613
Anti-pattern
5 months ago5 months old
Unused argument 'corners_by_contour'
104
105    # @TODO: Implement this method and return the average corners.
106    def validate_corners(
107        self, corners_by_harris: list, corners_by_contour: list108    ) -> list:
109        self.debug.info("validate_corners(): Function started.")
110        self.debug.error("NOT IMPLEMENTED!")