vlad.h
Go to the documentation of this file.
00001 
00008 /*
00009 Copyright (C) 2013 David Novotny and Andera Vedaldi.
00010 All rights reserved.
00011 
00012 This file is part of the VLFeat library and is made available under
00013 the terms of the BSD license (see the COPYING file).
00014 */
00015 
00016 #ifndef VL_VLAD_H
00017 #define VL_VLAD_H
00018 
00019 #include "generic.h"
00020 
00023 #define VL_VLAD_FLAG_NORMALIZE_COMPONENTS (0x1 << 0)
00024 #define VL_VLAD_FLAG_SQUARE_ROOT          (0x1 << 1)
00025 #define VL_VLAD_FLAG_UNNORMALIZED         (0x1 << 2)
00026 #define VL_VLAD_FLAG_NORMALIZE_MASS       (0x1 << 3)
00027 
00045 VL_EXPORT void vl_vlad_encode
00046   (void * enc, vl_type dataType,
00047    void const * means, vl_size dimension, vl_size numClusters,
00048    void const * data, vl_size numData,
00049    void const * assignments,
00050    int flags) ;
00051 
00052 /* VL_VLAD_H */
00053 #endif


libvlfeat
Author(s): Andrea Vedaldi
autogenerated on Thu Jun 6 2019 20:25:51