LBP: implemented first version of device side part

This commit is contained in:
Marina Kolpakova
2012-06-25 16:39:50 +00:00
parent 71f94e12fb
commit 6801f475ad
4 changed files with 73 additions and 19 deletions

View File

@@ -1454,12 +1454,14 @@ private:
int subsetSize;
int nodeStep;
// located on gpu
// gpu representation of classifier
GpuMat stage_mat;
GpuMat trees_mat;
GpuMat nodes_mat;
GpuMat leaves_mat;
GpuMat subsets_mat;
// current integral image
GpuMat integral;
};