fixed some bugs, added tests for gpu::HOGDescriptor

This commit is contained in:
Alexey Spizhevoy
2010-11-15 12:51:30 +00:00
parent 13134595fd
commit fada88e100
5 changed files with 213 additions and 9 deletions

View File

@@ -282,7 +282,7 @@ namespace cv
operator GpuMat() const;
//returns if host memory can be mapperd to gpu address space;
static bool can_device_map_to_host();
static bool canMapHostMemory();
// Please see cv::Mat for descriptions
bool isContinuous() const;
@@ -1001,8 +1001,6 @@ namespace cv
double hit_threshold=0, Size win_stride=Size(), Size padding=Size(),
double scale0=1.05, int group_threshold=2);
GpuMat getLastBlockHists() const;
Size win_size;
Size block_size;
Size block_stride;