Revert "partially recovered binary compatibility (ticket #2415)"
This reverts commit 94b97b7a63.
This commit is contained in:
@@ -568,10 +568,6 @@ cv::Point2d cv::phaseCorrelate(InputArray _src1, InputArray _src2, InputArray _w
|
||||
return (center - t);
|
||||
}
|
||||
|
||||
cv::Point2d cv::phaseCorrelate(InputArray _src1, InputArray _src2, InputArray _window)
|
||||
{
|
||||
return phaseCorrelate(_src1, _src2, _window, 0);
|
||||
}
|
||||
|
||||
void cv::createHanningWindow(OutputArray _dst, cv::Size winSize, int type)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user