-
Notifications
You must be signed in to change notification settings - Fork 104
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
Constant Median Filter Run time greater than 200ms #2
Comments
@DLFCW My cpu is 3.9Ghz, the run time of constant median filter with radius 5 and image size 1280x1024 is about 140 ms. |
do you know halcon? a machine vision library . |
No, have not heard before, the library must be done a lot optimization. I have just implemented the basic algorithm described in the paper, and there are some optimization tips described in the paper that I did not try. |
Radius 5
In 3.4Ghz Cpu
i use avx2 to improve add histogram and sub histogram
but the time speed greater than 200ms
image size 1280*1024
The text was updated successfully, but these errors were encountered: