• Tejan Karmali's avatar
    Added GaussianBlur transform (#2658) · 4106dbb8
    Tejan Karmali authored
    
    
    * Added GaussianBlur transform
    
    * fixed linting
    
    * supports fixed radius for kernel
    
    * [WIP] New API for gaussian_blur
    
    * Gaussian blur with kernelsize and sigma API
    
    * Fixed implementation and updated tests
    
    * Added large input case and refactored gt into a file
    
    * Updated docs
    
    * fix kernel dimesnions order while creating kernel
    
    * added tests for exception handling of gaussian blur
    
    * fix linting, bug in tests
    
    * Fixed failing tests, refactored code and other minor fixes
    Co-authored-by: default avatarvfdev-5 <vfdev.5@gmail.com>
    4106dbb8
transforms.py 62.7 KB