VLFeat.org

API docs

  • Home
    • Download and Install
    • API docs
    • Matlab docs
    • About VLFeat
  • Tutorials
    • SIFT
    • MSER
    • IKM
    • HIKM
    • AIB
    • Utils
  • Main Page
  • Related Pages
  • Data Structures
  • Files
  • Examples

imopv.c

Go to the documentation of this file.
00001 
00006 /* AUTORIGHTS */
00007 
00021 #include "imopv.h"
00022 #include "imopv_sse2.h"
00023 
00024 #define FLOAT_TYPE_FLOAT 1
00025 #define FLOAT_TYPE_DOUBLE 2
00026 
00027 #undef FLOAT_TYPE
00028 #define FLOAT_TYPE FLOAT_TYPE_DOUBLE
00029 #include "imopv.tc"
00030 
00031 #undef FLOAT_TYPE
00032 #define FLOAT_TYPE FLOAT_TYPE_FLOAT
00033 #include "imopv.tc"
00034 
00035 
Copyright © 2008 Andrea Vedaldi and Brian Fulkerson