added gpu::magnitude for complex source vector (two channels float).
added gpu::cvtColor for BGR5x5 <-> BGR and BGR5x5 <-> Gray.
This commit is contained in:
@@ -452,6 +452,8 @@ namespace cv
|
||||
|
||||
//! computes magnitude (magnitude(i)) of each (x(i), y(i)) vector
|
||||
CV_EXPORTS void magnitude(const GpuMat& x, const GpuMat& y, GpuMat& magnitude);
|
||||
//! computes magnitude (magnitude(i)) of complex (x(i).re, x(i).im) vector
|
||||
CV_EXPORTS void magnitude(const GpuMat& x, GpuMat& magnitude);
|
||||
|
||||
////////////////////////////// Image processing //////////////////////////////
|
||||
|
||||
|
Reference in New Issue
Block a user