Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EdgeKernel ¶
Types ¶
type Options ¶
type Options struct { EdgeDetectionKernelSize int // Need to be an odd kernel size (default 15) ConvolutionMultiplicator float32 // default 15 GaussianBlurSigma float32 // default 1 SigmoidMidpoint, SigmoidFactor float32 // SigmoidMidpoint must be between 0 and 1 (default 0.75 100) MedianKsize int // MedianKsize must be positive odd number 3, 5, 7 (default 3) }
func NewOptions ¶
func NewOptions() *Options
Click to show internal directories.
Click to hide internal directories.