refactored CloudNormals and added test for it
This commit is contained in:
@@ -170,6 +170,11 @@ namespace cv
|
||||
static VizMap storage;
|
||||
friend class Viz3d;
|
||||
};
|
||||
|
||||
template<typename _Tp> bool isNan(const _Tp* data)
|
||||
{
|
||||
return isNan(data[0]) || isNan(data[1]) || isNan(data[2]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user