IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
ColorBoWMatcher Member List

This is the complete list of members for ColorBoWMatcher, including all inherited members.

__init__(self, CfgBoW|str|None theConfig=None, int|None n_words=None, DistanceMetric|None metric=None, float|None tau=None, **kmeans_kwargs)ColorBoWMatcher
puzzle::pieces::matcher::MatchSimilar.__init__(self, theParams=CfgSimilar())MatchSimilar
centroids_ColorBoWMatcher
compare(self, piece_A, piece_B, float|None tauMatch=None)ColorBoWMatcher
puzzle::pieces::matcher::MatchSimilar.compare(self, piece_A, piece_B)MatchSimilar
estimateAffineMatch(self, piece_A, piece_B)Matcher
extractFeature(self, piece)ColorBoWMatcher
fit(self, list[RGBMatrix] groups, list[str]|None labels=None)ColorBoWMatcher
puzzle::pieces::matcher::MatchSimilar.fit(self, groups, list[str]|None labels=None)Matcher
fitFromImageSegmented(self, Irgb, Iseg, hasLabs=False)ColorBoWMatcher
group_labels_ColorBoWMatcher
histogram_image(self, int group_idx, int width=600, int height=200)ColorBoWMatcher
histograms_ColorBoWMatcher
load(str fileName)ColorBoWMatcherstatic
loader(cls, CfgBoW|str|None theConfig=None)ColorBoWMatcher
loadFrom(h5py.File|h5py.Group fPtr)ColorBoWMatcherstatic
loadFromYAML(str fileName)ColorBoWMatcherstatic
metricColorBoWMatcher
n_wordsColorBoWMatcher
paramsMatcher
pcaFrame(piece)Matcherstatic
quantize_imageColorBoWMatcherstatic
quantizeImage(self, np.ndarray Irgb, np.ndarray|None Iseg=None)ColorBoWMatcher
query(self, RGBMatrix query_group, int|None top_k=None)ColorBoWMatcher
query_histogram(self, Histogram query_hist, int|None top_k=None)ColorBoWMatcher
save(self, str fileName)ColorBoWMatcher
saveTo(self, h5py.File|h5py.Group fPtr)ColorBoWMatcher
saveToYAML(self, str fileName)ColorBoWMatcher
score(self, piece_A, piece_B)ColorBoWMatcher
solveMatchedPuzzle(self, puzzle, sol)Matcher
vocabulary_as_image(self, int swatch_size=60)ColorBoWMatcher