deluan/lookup

View on GitHub

Showing 2 of 2 total issues

Function lookup has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

func lookup(img *imageBinary, template *imageBinary, x int, y int, m float64) (*GPoint, error) {
Severity: Minor
Found in ncc.go - About 35 mins to fix

    Function findAllInParallel has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    func findAllInParallel(numWorkers int, symbols []*fontSymbol, img *imageBinary, threshold float64, rect image.Rectangle) ([]*fontSymbolLookup, error) {
    Severity: Minor
    Found in ocr_parallel_find.go - About 35 mins to fix
      Severity
      Category
      Status
      Source
      Language