Skip to content
Snippets Groups Projects
Commit d459c95f authored by Eric Wait's avatar Eric Wait
Browse files

Removed unnecessary check in Mex Covar

parent d45e3c48
No related branches found
No related tags found
No related merge requests found
......@@ -116,9 +116,6 @@ std::string MexNormalizedCovariance::check( int nlhs, mxArray* plhs[], int nrhs,
if (numDims1!=numDims2)
return "Images must have the same dimensions!";
if (!mxIsDouble(prhs[2]))
return "Factor needs to be a double!";
return "";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment