Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SobelDx = &sobel{mat: [3][3]float64{{-1, 0, 1}, {-2, 0, 2}, {-1, 0, 1}}} SobelDy = &sobel{mat: [3][3]float64{{-1, -2, -1}, {0, 0, 0}, {1, 2, 1}}} )
Functions ¶
func Directional ¶
func FilteredDirectional ¶
func Multiplication ¶
Types ¶
type Base ¶
type Base struct {
// contains filtered or unexported fields
}
func (*Base) ConvoluteParallelized ¶
Click to show internal directories.
Click to hide internal directories.