/view-based-3d-shape-retrieval

View-Based 3D Shape Retrieval

Primary LanguageMATLAB

View-Based 3D Shape Retrieval

This code is an implementation of the method presented in the following paper:

Z. Lian, A. Godil, X. Sun, J. Xiao, "CM-BOF: visual similarity-based 3D shape retrieval using Clock Matching and Bag-of-Features", Machine vision and applications, 2013.

Please note that I am not an author of this paper, and therefore the implementation may differ from the authors’.

Dependencies

Instructions

To compile the mex files, please run the script "setup.m".

The function which computes the retrieval results for an entire dataset is: "computeDistancesForDataset.m"

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.