|
IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
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) | ColorBoWMatcher | static |
| loader(cls, CfgBoW|str|None theConfig=None) | ColorBoWMatcher | |
| loadFrom(h5py.File|h5py.Group fPtr) | ColorBoWMatcher | static |
| loadFromYAML(str fileName) | ColorBoWMatcher | static |
| metric | ColorBoWMatcher | |
| n_words | ColorBoWMatcher | |
| params | Matcher | |
| pcaFrame(piece) | Matcher | static |
| quantize_image | ColorBoWMatcher | static |
| 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 |