1234567891011121314151617181920212223242526272829303132333435 |
- //
- // File: GaussianFilter_emxAPI.h
- //
- // MATLAB Coder version : 4.3
- // C/C++ source code generated on : 12-Jan-2022 14:46:32
- //
- #ifndef GAUSSIANFILTER_EMXAPI_H
- #define GAUSSIANFILTER_EMXAPI_H
- // Include Files
- #include <cstddef>
- #include <cstdlib>
- #include "rtwtypes.h"
- #include <omp.h>
- #include "GaussianFilter_types.h"
- // Function Declarations
- extern emxArray_real_T *emxCreateND_real_T(int32_T numDimensions, const int32_T *
- size);
- extern emxArray_real_T *emxCreateWrapperND_real_T(real_T *data, int32_T
- numDimensions, const int32_T *size);
- extern emxArray_real_T *emxCreateWrapper_real_T(real_T *data, int32_T rows,
- int32_T cols);
- extern emxArray_real_T *emxCreate_real_T(int32_T rows, int32_T cols);
- extern void emxDestroyArray_real_T(emxArray_real_T *emxArray);
- extern void emxInitArray_real_T(emxArray_real_T **pEmxArray, int32_T
- numDimensions);
- #endif
- //
- // File trailer for GaussianFilter_emxAPI.h
- //
- // [EOF]
- //
|