fix unnecessary memory allocation in gpu::magnitude and gpu::phase

This commit is contained in:
Vladislav Vinogradov
2010-10-26 05:44:50 +00:00
parent d0a4352eae
commit 2c39f0ee33
3 changed files with 18 additions and 16 deletions

View File

@@ -557,7 +557,7 @@ namespace cv
//! computes the integral image and integral for the squared image
//! sum will have CV_32S type, sqsum - CV32F type
//! supports only CV_32FC1 source type
//! supports only CV_8UC1 source type
CV_EXPORTS void integral(GpuMat& src, GpuMat& sum, GpuMat& sqsum);
//! computes the standard deviation of integral images