Cineast is a multi-feature content-based mulitmedia retrieval engine. It is capable of retrieving images, audio- and video sequences as well as 3d models based on edge or color sketches, textual descriptions and example objects.
This PR unifies variable names & cleans up documentation in the DBSelector in preparation on upcoming work for multi-collection support.
Specifically, it adds query-configs to most retrieval methods where they were not already present, adds SQL-Like documentation to methods, cleans up unused code, makes clear which methods are convenience methods and which can be overriden by underlying implementations for performance-gains.
This PR unifies variable names & cleans up documentation in the
DBSelector
in preparation on upcoming work for multi-collection support.Specifically, it adds query-configs to most retrieval methods where they were not already present, adds SQL-Like documentation to methods, cleans up unused code, makes clear which methods are convenience methods and which can be overriden by underlying implementations for performance-gains.