Opened 11 years ago
Last modified 7 years ago
#2598 new enhancement
[raster] ST_Blur
Reported by: | nclay | Owned by: | dustymugs |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS Fund Me |
Component: | raster | Version: | master |
Keywords: | Cc: |
Description
Returns a modified raster that has been blurred with a Gaussian convolution filter.
ST_Blur(raster img, int radius, double sigma)
Easy to follow example: http://www.swageroo.com/wordpress/how-to-program-a-gaussian-blur-without-using-3rd-party-libraries/
also,
Note:
See TracTickets
for help on using tickets.
Milestone renamed