fixed defects from coverity.com
This commit is contained in:
@@ -55,7 +55,7 @@ class CV_EXPORTS Octree
|
||||
public:
|
||||
struct Node
|
||||
{
|
||||
Node() {}
|
||||
Node() { memset(this, 0, sizeof(Node)); }
|
||||
int begin, end;
|
||||
float x_min, x_max, y_min, y_max, z_min, z_max;
|
||||
int maxLevels;
|
||||
|
Reference in New Issue
Block a user