mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
Changed error message in Algorithm::get.
This commit is contained in:
parent
e7b214b6d2
commit
bfb644ac04
@ -611,7 +611,7 @@ static string getErrorMessageForWrongArgumentInGetter(string algoName, string pa
|
||||
|
||||
if (paramType == Param::BOOLEAN)
|
||||
{
|
||||
message += "so it should be get as integer, unsigned integer, uint64, boolean, float or double value, ";
|
||||
message += "so it should be get as integer, unsigned integer, uint64, boolean, unsigned char, float or double value, ";
|
||||
}
|
||||
else if (paramType == Param::INT || paramType == Param::UNSIGNED_INT || paramType == Param::UINT64 || paramType == Param::UCHAR)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user