Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A bug of method saturateCastUchar #53

Closed
xjock opened this issue May 22, 2015 · 1 comment
Closed

A bug of method saturateCastUchar #53

xjock opened this issue May 22, 2015 · 1 comment
Labels

Comments

@xjock
Copy link

xjock commented May 22, 2015

saturateCastUchar(-18) returns -1, which saturateCastUchar(-18) & 0xff is 255

but in opencv c++, saturate_cast(-18) returns 0

saudet added a commit that referenced this issue May 24, 2015
…nd name these functions more consistently
@saudet saudet added the bug label May 24, 2015
@saudet
Copy link
Member

saudet commented Jul 17, 2015

Fix included in version 1.0. Thanks for reporting!

@saudet saudet closed this as completed Jul 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants