-
Notifications
You must be signed in to change notification settings - Fork 13
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
About realization #4
Comments
Not entirely sure. I did not compare this library's results with MATLAB. Can you give an isolated example in MATLAB & Python that produces different results? |
I subtract the result of matlab and python, I feel the difference of the boundary is large. I'm not sure if it related to the realization. |
Oh okay, I see what you are saying now. Attaining pixel-perfect polar transformations between MATLAB & Python will be difficult because the underlying methods used may be a bit different. Here are some reasons why:
Do the two images produced between MATLAB & polarTransform look similar? If so, that may be sufficient for your purposes. I did my best to validate the library to ensure that the polar transform was done correctly. If you want to investigate further, please write a test case (MATLAB & polarTransform code) with example images that clearly shows the difference in images. The steps for tracking this down would be to have a test case in Python & MATLAB that produces different results. Then pick one of the large pixel differences and do the math by hand to see which implementation is doing it correctly. |
I got it. Thanks for ur detailed answer. |
Hi,
I'd like to know if the realization similar to Matlab. I find the result seems different from matlab.
Thanks a lot.
The text was updated successfully, but these errors were encountered: