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

@@ -49,6 +49,8 @@
namespace cv { namespace softcascade { namespace device {
typedef unsigned char uchar;
template <int FACTOR>
__device__ __forceinline__ uchar shrink(const uchar* ptr, const int pitch, const int y, const int x)
{