Type Definition opencv::types::PtrOfEdgeBoxes

source · []
pub type PtrOfEdgeBoxes = Ptr<dyn EdgeBoxes>;

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
Returns array containing proposal boxes. Read more
Sets the step size of sliding window search.
Sets the nms threshold for object proposals.
Sets the adaptation rate for nms threshold.
Sets the min score of boxes to detect.
Sets max number of boxes to detect.
Sets the edge min magnitude.
Sets the edge merge threshold.
Sets the cluster min magnitude.
Sets the max aspect ratio of boxes.
Sets the minimum area of boxes.
Sets the affinity sensitivity
Sets the scale sensitivity.
Returns the step size of sliding window search.
Returns the nms threshold for object proposals.
Returns adaptation rate for nms threshold.
Returns the min score of boxes to detect.
Returns the max number of boxes to detect.
Returns the edge min magnitude.
Returns the edge merge threshold.
Returns the cluster min magnitude.
Returns the max aspect ratio of boxes.
Returns the minimum area of boxes.
Returns the affinity sensitivity.
Returns the scale sensitivity.