|
Particle Identification and Tracking
|
#include "mex.h"#include <vector>
Include dependency graph for matlab_utils.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | utilities |
Namespace for utilities and helper functions. | |
Functions | |
| void | utilities::array_to_mat (mxArray **out, double *in, int rows, int cols) |
| Converts an 2 dimension array using c-style indexing to an mexArray. | |
| template<class T > | |
| void | utilities::vector_to_mat (mxArray **out, const std::vector< T > &in) |
| Converts a std::vector an mxArray for output from the mexfunction. | |
1.7.6.1