Code Monkey home page Code Monkey logo

bsift's Introduction

BSIFT

BSIFT: Boosting SIFT Using Principal Component Analysis. M. Fotouhi, S. E. Mirsadeghi, S. Kasaei, K. Faez

This repository contains implementation of the above paper.

Quick Start

Run BSIFT_demo.m to see result of BSIFT on the leuven dataset.

Dependency

VLFeat -- Vision Lab Features Library https://github.com/vlfeat/vlfeat

Results

TOTAL AND CORRECT MATCHES FOR GRAFFITI SAMPLE

Method PCA Energy Equivalent Dimension I1 -> I2 I1 -> I3 I1 -> I4 I1 -> I5 I1 -> I6
BSIFT 50 % 8 957/1384 305/725 50/380 9/298 0/197
BSIFT 60 % 13 986/1473 367/882 74/475 10/366 3/293
BSIFT 70 % 19 1005/1533 421/995 94/572 12/441 3/350
BSIFT 80 % 30 1010/1554 441/1039 105/609 15/468 3/390
BSIFT 90 % 51 1014/1568 448/1050 111/663 18/491 2/414
SIFT 100 % 128 997/1505 417/1001 98/612 14/501 2/438

bsift's People

Contributors

mirsadeghi avatar

Watchers

James Cloos avatar

bsift's Issues

Index exceeds matrix dimensions.

Please advise below error on BSIFT_demo.m:

Loading image and Homography transform files
Index exceeds matrix dimensions.
Error in BSIFT_demo (line 152)
dpca(i,:) = (100*Num_PCA{i}(2,:)./Num_PCA{i}(1,:));

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.