LBP classifier represintation in GPU memory

This commit is contained in:
Marina Kolpakova
2012-06-25 16:39:29 +00:00
parent 4a0249f865
commit 143c57064b
2 changed files with 28 additions and 22 deletions

View File

@@ -1450,14 +1450,13 @@ private:
cv::Size NxM;
bool isStumps;
int ncategories;
struct Stage;
// Stage* stages;
struct DTree;
// DTree* classifiers;
struct DTreeNode;
// DTreeNode* nodes;
// located on gpu
GpuMat stage_mat;
GpuMat trees_mat;
GpuMat nodes_mat;
GpuMat leaves_mat;
GpuMat subsets_mat;
};
////////////////////////////////// SURF //////////////////////////////////////////