slic.h
Go to the documentation of this file.
00001 
00006 /*
00007 Copyright (C) 2007-12 Andrea Vedaldi and Brian Fulkerson.
00008 All rights reserved.
00009 
00010 This file is part of the VLFeat library and is made available under
00011 the terms of the BSD license (see the COPYING file).
00012 */
00013 
00014 #ifndef VL_SLIC_H
00015 #define VL_SLIC_H
00016 
00017 #include "generic.h"
00018 
00019 VL_EXPORT void
00020 vl_slic_segment (vl_uint32 * segmentation,
00021                  float const * image,
00022                  vl_size width,
00023                  vl_size height,
00024                  vl_size numChannels,
00025                  vl_size regionSize,
00026                  float regularization,
00027                  vl_size minRegionSize) ;
00028 
00029 /* VL_SLIC_H */
00030 #endif


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