style(types): add space & remove useless

This commit is contained in:
John Zhao
2019-01-04 15:50:47 +08:00
parent b40723e819
commit 61333351dc
3 changed files with 3 additions and 39 deletions

View File

@@ -464,7 +464,7 @@ struct MYNTEYE_API IntrinsicsEquidistant : public IntrinsicsBase {
std::uint16_t width;
/** The height of the image in pixels */
std::uint16_t height;
/** The distortion coefficients k2,k3,k4,k5,mu,mv,u0,v0*/
/** The distortion coefficients: k2,k3,k4,k5,mu,mv,u0,v0 */
double coeffs[8];
};