mirror of
https://github.com/opencv/opencv.git
synced 2024-12-12 07:09:12 +08:00
unused function removed
This commit is contained in:
parent
097b0245da
commit
a1820ff3d4
@ -31,16 +31,6 @@ static inline int getTransformDim(OdometryTransformType transformType)
|
||||
}
|
||||
|
||||
|
||||
static inline
|
||||
void checkNormals(InputArray normals, const Size& depthSize)
|
||||
{
|
||||
if (normals.size() != depthSize)
|
||||
CV_Error(Error::StsBadSize, "Normals has to have the size equal to the depth size.");
|
||||
if (normals.type() != CV_32FC3)
|
||||
CV_Error(Error::StsBadSize, "Normals type has to be CV_32FC3.");
|
||||
}
|
||||
|
||||
|
||||
static inline
|
||||
Vec6d calcRgbdEquationCoeffs(double dIdx, double dIdy, const Point3f& p3d, double fx, double fy)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user