Commit 76ced14b authored by Thomas Schenker's avatar Thomas Schenker

fix typo

parent 289b6ff2
......@@ -333,7 +333,7 @@ static void checkMask( const Mat& img, const Mat& mask )
{
uchar val = mask.at<uchar>(y,x);
if( val!=GC_BGD && val!=GC_FGD && val!=GC_PR_BGD && val!=GC_PR_FGD )
CV_Error( CV_StsBadArg, "mask element value must be equel"
CV_Error( CV_StsBadArg, "mask element value must be equal "
"GC_BGD or GC_FGD or GC_PR_BGD or GC_PR_FGD" );
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment