Module Opencv.Algorithm
val clear : t -> unitUsage:
clear __selfClears the algorithm state
val empty : t -> boolUsage:
empty __selfReturns true if the Algorithm is empty (e.g. in the very beginning or after unsuccessful read
val save : t -> string -> unitUsage:
save __self filenameSaves the algorithm to a file. In order to make this method work, the derived class must implement Algorithm::write(FileStorage& fs).
val get_default_name : t -> stringUsage:
get_default_name __selfReturns 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.