aboutsummaryrefslogtreecommitdiff
path: root/redist/minimal_opencv.h
diff options
context:
space:
mode:
Diffstat (limited to 'redist/minimal_opencv.h')
-rw-r--r--redist/minimal_opencv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/redist/minimal_opencv.h b/redist/minimal_opencv.h
index fa07c84..59b80eb 100644
--- a/redist/minimal_opencv.h
+++ b/redist/minimal_opencv.h
@@ -198,6 +198,7 @@ void cvSVD(CvMat *aarr, CvMat *warr, CvMat *uarr, CvMat *varr, int flags);
void cvMulTransposed(const CvMat *src, CvMat *dst, int order, const CvMat *delta, double scale);
void cvTranspose(const CvMat *M, CvMat *dst);
void print_mat(const CvMat *M);
+double cvDet(const CvMat *M);
#define CV_SVD 1
#define CV_SVD_MODIFY_A 1