Opened 11 years ago
Last modified 7 years ago
#2601 new enhancement
[raster] ST_Convolution
Reported by: | nclay | Owned by: | dustymugs |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS Fund Me |
Component: | raster | Version: | master |
Keywords: | Cc: |
Description
A convenience function returns a raster, convoluted with a matrix.
ST_Convolution( raster img, double[][] matrix ) an alias for st_mapalgebra(raster, mask, weighted true, "sum" ).
Note:
See TracTickets
for help on using tickets.
Milestone renamed