First time here? Check out the FAQ!
answered 2017-03-08 01:14:09 -0600
you currently retrieve the min pos from your prediction result, not the desired max position.
please use:
cv::minMaxLoc(Result,0,0,0,&max_loc);