Versions in this module Expand all Collapse all v0 v0.1.0 Sep 1, 2026 Changes in this version + var ErrNothingToConvert = errors.New("depth3d: nothing to convert in this frame") + type Converter interface + Close func() + Convert func(left, right []uint32, stride int, src []uint32, srcStride, w, h int) error + Describe func() string + func New(o Options) (Converter, error) + type Options struct + Curve float64 + Log func(string) + MaxShift int + Model string + Soften int