remove softcascade host dependencies on gpu module
This commit is contained in:
@@ -56,7 +56,7 @@ namespace cv
|
||||
// In this case you have to install Cuda Toolkit.
|
||||
struct StreamAccessor
|
||||
{
|
||||
CV_EXPORTS static cudaStream_t getStream(const Stream& stream);
|
||||
CV_EXPORTS static cudaStream_t getStream(const cv::gpu::Stream& stream);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user