Versions in this module Expand all Collapse all v1 v1.1.0 Feb 28, 2026 Changes in this version + type LayerBuilder struct + Clusters labelImage + InputImage image.Image + L *mat.Dense + LLEWeightMatrix *mat.Dense + Lab lab32 + Palette []colorful.Color + PixelWeights []float64 + Rgb rgb32 + SuperPixels []superpixel + func NewLayerBuilder(input image.Image, palette []colorful.Color) *LayerBuilder + func (lb *LayerBuilder) Build(opt Options) + func (lb *LayerBuilder) GrayLayers() []*image.Gray + func (lb *LayerBuilder) RGBALayers() []*image.NRGBA + func (lb *LayerBuilder) Reconstruct(grayLayers []*image.Gray) *image.RGBA + type Options struct + LLENeighbors int + Lm float64 + Lr float64 + Lu float64 + NumSuperpixels int + PixelNeighbors int + func DefaultOptions() Options + func OptionsFromSize(imageSize image.Point) Options