Merge pull request #9379 from berak:imgproc_hanning

This commit is contained in:
Alexander Alekhin
2017-08-16 10:28:19 +00:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -2726,7 +2726,7 @@ An example is shown below:
createHanningWindow(hann, Size(100, 100), CV_32F);
@endcode
@param dst Destination array to place Hann coefficients in
@param winSize The window size specifications
@param winSize The window size specifications (both width and height must be > 1)
@param type Created array type
*/
CV_EXPORTS_W void createHanningWindow(OutputArray dst, Size winSize, int type);