View Source Evision.BOWKMeansTrainer (Evision v0.1.9)

Link to this section Summary

cv

Python prototype (for reference):

Positional Arguments

Python prototype (for reference):

Link to this section cv

Link to this function

bowKMeansTrainer(clusterCount)

View Source

The constructor.

Positional Arguments
  • clusterCount: int
Keyword Arguments
  • termcrit: TermCriteria.
  • attempts: int.
  • flags: int.

@see cv::kmeans

Python prototype (for reference):

BOWKMeansTrainer(clusterCount[, termcrit[, attempts[, flags]]]) -> <BOWKMeansTrainer object>
Link to this function

bowKMeansTrainer(clusterCount, opts)

View Source

The constructor.

Positional Arguments
  • clusterCount: int
Keyword Arguments
  • termcrit: TermCriteria.
  • attempts: int.
  • flags: int.

@see cv::kmeans

Python prototype (for reference):

BOWKMeansTrainer(clusterCount[, termcrit[, attempts[, flags]]]) -> <BOWKMeansTrainer object>

Python prototype (for reference):

cluster() -> retval
Link to this function

cluster(self, descriptors)

View Source
Positional Arguments

Python prototype (for reference):

cluster(descriptors) -> retval

Link to this section Functions

Link to this function

bowKMeansTrainer!(clusterCount)

View Source

Raising version of bowKMeansTrainer/1.

Link to this function

bowKMeansTrainer!(clusterCount, opts)

View Source

Raising version of bowKMeansTrainer/2.

Raising version of cluster/1.

Link to this function

cluster!(self, descriptors)

View Source

Raising version of cluster/2.