-
-
Notifications
You must be signed in to change notification settings - Fork 55.9k
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
Negative values in normalize #6125
Labels
Comments
Possibly rounding problem, try to use |
Using output format CV_64F also gives the correct/expected output. |
I would like to work on this bug. please help me get started as this is my 1st bug! |
I tried working on this bug. Let me know if it is correct. |
it is still broken
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using Ubuntu 13.10 64 Bit, OpenCV master branch.
I get negative values in normalize() function for this example:
The output is:
[400;
358.20895;
76.119408;
53.518124;
39.872066;
57.142857;
66.950958;
24.946693;
27.931768;
24.307035;
47.121532;
44.562901;
25.159914;
24.307035;
29.424307;
50.533047;
120.04265;
119.82943;
10.8742;
-2.3841858e-07]
The text was updated successfully, but these errors were encountered: