added the optional output maxima value to phaseCorrelate (patch #2071 by Robert Huitl)

This commit is contained in:
Vadim Pisarevsky
2012-06-22 13:34:03 +00:00
parent 511d09f587
commit 0c65ea976a
3 changed files with 16 additions and 5 deletions

View File

@@ -600,7 +600,8 @@ CV_EXPORTS_W void accumulateWeighted( InputArray src, InputOutputArray dst,
//! computes PSNR image/video quality metric
CV_EXPORTS_W double PSNR(InputArray src1, InputArray src2);
CV_EXPORTS_W Point2d phaseCorrelate(InputArray src1, InputArray src2, InputArray window = noArray());
CV_EXPORTS_W Point2d phaseCorrelate(InputArray src1, InputArray src2,
InputArray window = noArray(), CV_OUT double* response=0);
CV_EXPORTS_W void createHanningWindow(OutputArray dst, Size winSize, int type);
//! type of the threshold operation