We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fcb0b2 + 510680a commit 8cbb284Copy full SHA for 8cbb284
modules/core/include/opencv2/core/types_c.h
@@ -245,7 +245,7 @@ enum {
245
CV_StsVecLengthErr= -28, /* incorrect vector length */
246
CV_StsFilterStructContentErr= -29, /* incorr. filter structure content */
247
CV_StsKernelStructContentErr= -30, /* incorr. transform kernel content */
248
- CV_StsFilterOffsetErr= -31, /* incorrect filter ofset value */
+ CV_StsFilterOffsetErr= -31, /* incorrect filter offset value */
249
CV_StsBadSize= -201, /* the input/output structure size is incorrect */
250
CV_StsDivByZero= -202, /* division by zero */
251
CV_StsInplaceNotSupported= -203, /* in-place operation is not supported */
0 commit comments