Calc fix and 2d functions.
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
|
||||
|
||||
namespace Aurora {
|
||||
|
||||
double immse(const Matrix& aImageA, const Matrix& aImageB);
|
||||
Matrix inv(const Matrix& aMatrix);
|
||||
Matrix inv(Matrix&& aMatrix);
|
||||
Matrix interp2(const Matrix& aX, const Matrix& aY, const Matrix& aV, const Matrix& aX1, const Matrix& aY1, InterpnMethod aMethod);
|
||||
Matrix interpn(const Matrix& aX, const Matrix& aY, const Matrix& aV, const Matrix& aX1, const Matrix& aY1, InterpnMethod aMethod);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user