From 55c0e6c1c041d9d0215c6a192ed11476d49d593c Mon Sep 17 00:00:00 2001 From: Abhinav Dronamraju Date: Tue, 22 Aug 2017 20:54:30 +0530 Subject: Faurre, kalm, Mvcorrel added --- .../statisticsFunctions/interfaces/int_mvcorrel.h | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 2.3-1/src/c/statisticsFunctions/interfaces/int_mvcorrel.h (limited to '2.3-1/src/c/statisticsFunctions/interfaces') diff --git a/2.3-1/src/c/statisticsFunctions/interfaces/int_mvcorrel.h b/2.3-1/src/c/statisticsFunctions/interfaces/int_mvcorrel.h new file mode 100644 index 00000000..361687ba --- /dev/null +++ b/2.3-1/src/c/statisticsFunctions/interfaces/int_mvcorrel.h @@ -0,0 +1,28 @@ +/* Copyright (C) 2016 - IIT Bombay - FOSSEE + + This file must be used under the terms of the CeCILL. + This source file is licensed as described in the file COPYING, which + you should have received as part of this distribution. The terms + are also available at + http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt + Author: Abhinav Dronamraju + Organization: FOSSEE, IIT Bombay + Email: toolbox@scilab.in +*/ + +#ifndef __INT_MVCORREL_H__ +#define __INT_MVCORREL_H__ + + +#ifdef __cplusplus +extern "C" { +#endif + +#define d2mvcorreld2(in1, size, out) dmvcorrela(in1, size[0] ,size[1], out) + + +#ifdef __cplusplus +} /* extern "C" */ +#endif + +#endif /*__INT_MVCORREL_H__*/ -- cgit