Skip to content

Commit

Permalink
Updated akaze.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
pablofdezalc authored and palcantarilla committed Mar 18, 2014
1 parent afafaaf commit 68e9ae9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions mex/akaze.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]){
}
// Summarize the computation times.
if (options.verbosity) {

evolution.Show_Computation_Times();
evolution.Save_Scale_Space();
mexPrintf("Number of points: %d\n", kpts.size());
Expand All @@ -273,10 +272,4 @@ void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]){
if (nlhs == 2)
mexPrintf("Time Descriptor: %.2f ms.\n", tdesc);
}

// Mat img_rgb = Mat(Size(img.cols,img.rows),CV_8UC3);
// cvtColor(img,img_rgb,CV_GRAY2BGR);
// draw_keypoints(img_rgb,kpts);
// imshow("",img_rgb);
// waitKey(0);
}

0 comments on commit 68e9ae9

Please sign in to comment.