Package | Description |
---|---|
org.opencv.imgproc |
Modifier and Type | Class and Description |
---|---|
class |
GeneralizedHoughBallard
finds arbitrary template in the grayscale image using Generalized Hough Transform
Detects position only without translation and rotation CITE: Ballard1981 .
|
class |
GeneralizedHoughGuil
finds arbitrary template in the grayscale image using Generalized Hough Transform
Detects position, translation and rotation CITE: Guil1999 .
|
Modifier and Type | Method and Description |
---|---|
static GeneralizedHough |
GeneralizedHough.__fromPtr__(long addr) |
Copyright © 2020. All rights reserved.