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

AoP in 10-bts images #6

Open
mrastgoo opened this issue Feb 8, 2017 · 3 comments
Open

AoP in 10-bts images #6

mrastgoo opened this issue Feb 8, 2017 · 3 comments
Assignees

Comments

@mrastgoo
Copy link
Member

mrastgoo commented Feb 8, 2017

The angle is between 0 - 180 degrees with low range , so the question is how to normalize it to be able to show it in 16-bts ?

@olivimo
Copy link

olivimo commented Feb 8, 2017

do you mean the angle for the HSV color image ?
for the HSV color image it's just for vizualisation so the HSV 8bits color image is fine.
for the angle of polarization that will be exploited latter: a floatting image is the right way to represent it

@mrastgoo
Copy link
Member Author

mrastgoo commented Feb 8, 2017

No in fact the angle of polarization, so after computing DoP and AoP there is no need to convert them back to CV_16U ? and for visualization we can keep CV_8U or the CV_32F in this case

@olivimo
Copy link

olivimo commented Feb 8, 2017

yes, no need to convert them back to CV_16U

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants