|
|
@ -356,6 +356,7 @@ namespace cv |
|
|
|
DTreeBestSplitFinder(){ tree = 0; node = 0; } |
|
|
|
DTreeBestSplitFinder(){ tree = 0; node = 0; } |
|
|
|
DTreeBestSplitFinder( CvDTree* _tree, CvDTreeNode* _node); |
|
|
|
DTreeBestSplitFinder( CvDTree* _tree, CvDTreeNode* _node); |
|
|
|
DTreeBestSplitFinder( const DTreeBestSplitFinder& finder, Split ); |
|
|
|
DTreeBestSplitFinder( const DTreeBestSplitFinder& finder, Split ); |
|
|
|
|
|
|
|
virtual ~DTreeBestSplitFinder() {} |
|
|
|
virtual void operator()(const BlockedRange& range); |
|
|
|
virtual void operator()(const BlockedRange& range); |
|
|
|
void join( DTreeBestSplitFinder& rhs ); |
|
|
|
void join( DTreeBestSplitFinder& rhs ); |
|
|
|
Ptr<CvDTreeSplit> bestSplit; |
|
|
|
Ptr<CvDTreeSplit> bestSplit; |
|
|
|