Skip to content

Zhenshan-Jin/GPU_Median_Filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

GPU_Median_Filter

Super efficient median filter for GPU computing

Threads Organization on The Blocks Alt text

  • T_total = samples * N // T_total: total number of threads
  • bdk = nthread/N
  • grd = samples/bdk + 1

This median filter is based on the paper link. In the paper, Mr.Placido only implemented the median filter for odd number and this median filter is efficient for both even and odd situation

About

Super efficient median filter for GPU computing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages