remove softcascade host dependencies on gpu module

This commit is contained in:
marina.kolpakova
2013-03-03 13:01:17 +04:00
parent 5120322cea
commit 6daf17f974
8 changed files with 274 additions and 18 deletions

View File

@@ -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);
};
}
}