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

imop.c

Go to the documentation of this file.
00001 
00006 /* AUTORIGHTS
00007 Copyright 2007 (c) Andrea Vedaldi and Brian Fulkerson
00008 
00009 This file is part of VLFeat, available in the terms of the GNU
00010 General Public License version 2.
00011 */
00012 
00013 #include "imop.h"
00014 
00015 #include <assert.h>
00016 #include <string.h>
00017 
00067 #define PIX float 
00068 #define FLT float 
00069 #define SFX f         
00070 #include "imop.tc"
00071 #undef PIX
00072 #undef SFX
00073 #undef FLT
00074 
00075 #define PIX double
00076 #define FLT double
00077 #define SFX d
00078 #include "imop.tc"
00079 #undef PIX
00080 #undef SFX
00081 #undef FLT
Copyright © 2008 Andrea Vedaldi and Brian Fulkerson