roimehrez/DDIS

Template Matching with Deformable Diversity Similarity
88 Downloads
Updated 28 Mar 2017

This code implements a fast Template Matching in the wild algorithm.
The algorithm solves the following problem: for each image I and a template T we calculate likelihood map of the template location in the image. We calculate the map using a raster scan over the image. DDIS (Deformable Diversity Similarity) used as the similarity measure between each sub window and the template. For more information see:

@article{talmi2016template,
title={Template Matching with Deformable Diversity Similarity},
author={Talmi, Itamar and Mechrez, Roey and Zelnik-Manor, Lihi},
journal={arXiv preprint arXiv:1612.02190},
year={2016}
}
project page:
http://cgm.technion.ac.il/Computer-Graphics-Multimedia/Software/DDIS/

Cite As

Roi mehrez (2024). roimehrez/DDIS (https://github.com/roimehrez/DDIS), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2016b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Modify Image Colors in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

DDIS_code_matlab

DDIS_code_matlab/utils

DDIS_code_matlab/utils/TreeCANN_code_20121022

DDIS_code_matlab/utils/TreeCANN_code_20121022/matlab_tools/ann_wrapper

DDIS_code_matlab/utils/TreeCANN_code_20121022/matlab_tools/ann_wrapper/@ann

DDIS_code_matlab/utils/TreeCANN_code_20121022/matlab_tools/ann_wrapper/@ann/private

DDIS_code_matlab/utils/deepFeatures

DDIS_code_matlab/utils/deepFeatures/image_analogies

DDIS_code_matlab/utils/deepFeatures/image_analogies/flann-1.6.11-src

DDIS_code_matlab/utils/deepFeatures/image_analogies/flann-1.6.11-src/src/matlab

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.0.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.