pub type PtrOfGeneralizedHoughGuil = Ptr<dyn GeneralizedHoughGuil>;

Implementations

Trait Implementations

Clears the algorithm state

Reads algorithm parameters from a file storage

Stores algorithm parameters in a file storage

simplified API for language bindings Stores algorithm parameters in a file storage Read more

Returns true if the Algorithm is empty (e.g. in the very beginning or after unsuccessful read

Saves the algorithm to a file. In order to make this method work, the derived class must implement Algorithm::write(FileStorage& fs). Read more

Returns the algorithm string identifier. This string is used as top level xml/yml node tag when the object is saved to a file or string. Read more

set template to search Read more

C++ default parameters Read more

find template on image Read more

C++ default parameters Read more

Canny low threshold.

Canny high threshold.

Minimum distance between the centers of the detected objects.

Inverse ratio of the accumulator resolution to the image resolution.

Maximal size of inner buffers.

Angle difference in degrees between two points in feature.

Feature table levels.

Maximal difference between angles that treated as equal.

Minimal rotation angle to detect in degrees.

Maximal rotation angle to detect in degrees.

Angle step in degrees.

Angle votes threshold.

Minimal scale to detect.

Maximal scale to detect.

Scale step.

Scale votes threshold.

Position votes threshold.