![]() |
Microscopy Image Browser 2.91
MIB
|
#include "mex.h"
#include "math.h"
Macros | |
#define | MAX(a, b) |
#define | n 3 |
Functions | |
static double | hypot2 (double x, double y) |
__inline double | absd (double val) |
static void | tred2 (double V[n][n], double d[n], double e[n]) |
static void | tql2 (double V[n][n], double d[n], double e[n]) |
void | eigen_decomposition (double A[n][n], double V[n][n], double d[n]) |
void | mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
#define n 3 |
Referenced by mibMeasure.addMeasurements(), mibMeasure.AngleFun(), mibMeasure.CaliperFun(), catmax(), cellMigration(), mibMeasure.circlefit(), mibMeasure.CircleFun(), classForest(), classRF(), computeProximity(), crop_borders(), mibMeasure.DistanceFreeFun(), mibMeasure.DistanceFun(), mibMeasure.DistancePolyFun(), eigen_decomposition(), EnforceConnectivity(), EnforceSuperpixelConnectivity(), EnforceSupervoxelConnectivity(), getLABXYSeeds(), IceImarisConnector.getSurpassCameraRotationMatrix(), getVoxelSeeds(), hbalance(), im2gif(), IceImarisConnector.indexingStart(), intersectLinePlane(), maskimage(), mibMeasureToolController.measureTable_cm(), mexFunction(), mibController.mibImageFilterDoitBtn_Callback(), mibSetImarisSurface(), minDistancePoints(), im2gif>parse_args(), xlswrite3>calcrange(), oob(), PerformSuperpixelSLIC(), PerformSuperpixelSLICO(), PerformSupervoxelSLIC(), PerformSupervoxelSLIC_byte(), PerformSupervoxelSLIC_gray(), mibMeasure.PointFun(), predictClassTree(), predictRegTree(), prepare(), regForest(), regRF(), TestSetError(), th_concavity(), th_entropy(), th_intermeans(), th_intermeans_iter(), th_intermodes(), th_maxlik(), th_mean(), th_median(), th_minerror(), th_minerror_iter(), th_minimum(), th_moments(), th_ptile(), tql2(), tred2(), mibRoiRegion.updateOptions(), vectorNorm3d(), and xlswrite2().
void mexFunction | ( | int | nlhs, |
mxArray * | plhs[], | ||
int | nrhs, | ||
const mxArray * | prhs[] ) |
References hypot2(), MAX, and n.
Referenced by eigen_decomposition().