https://github.com/dongyi-kim/implementation-of-fast-median-filter
Implementation-of-fast-median-filter
https://github.com/dongyi-kim/implementation-of-fast-median-filter
Last synced: about 1 month ago
JSON representation
Implementation-of-fast-median-filter
- Host: GitHub
- URL: https://github.com/dongyi-kim/implementation-of-fast-median-filter
- Owner: dongyi-kim
- License: mit
- Created: 2017-06-07T12:36:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-08T21:16:52.000Z (almost 8 years ago)
- Last Synced: 2025-02-11T13:51:24.276Z (3 months ago)
- Language: Java
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
The project containing various implements of fast-median-filter.
Reference
- Median Filtering in Constant Time, IEEE Trans Image Process.
-