MCPcopy Create free account

hub / github.com/BurntSushi/graphics-go / types & classes

Types & classes26 in github.com/BurntSushi/graphics-go

↓ 1 callersTypeAliasfullKernel
fullKernel is a square convolution kernel.
graphics/convolve/convolve.go:56
TypeAliasAffine
Affine is a 3x3 2D affine transform matrix. M(i,j) is Affine[i*3+j].
graphics/affine.go:24
StructBlurOptions
BlurOptions are the blurring parameters. StdDev is the standard deviation of the normal, higher is blurrier. Size is the size of the kernel. If zero,
graphics/blur.go:21
StructCascade
Cascade is a degenerate tree of Haar-like classifiers.
graphics/detect/detect.go:33
StructCascadeStage
CascadeStage is a cascade of classifiers.
graphics/detect/detect.go:27
StructClassifier
Classifier is a set of features with a threshold.
graphics/detect/detect.go:19
StructFeature
Feature is a Haar-like feature.
graphics/detect/detect.go:13
InterfaceGray
Gray is a fast-path interpolation implementation for image.Gray.
graphics/interp/interp.go:26
InterfaceInterp
Interp interpolates an image's color at fractional co-ordinates.
graphics/interp/interp.go:13
InterfaceKernel
Kernel is a square matrix that defines a convolution.
graphics/convolve/convolve.go:27
InterfaceRGBA
RGBA is a fast-path interpolation implementation for image.RGBA. It is common for an Interp to also implement RGBA.
graphics/interp/interp.go:20
StructRotateOptions
RotateOptions are the rotation parameters. Angle is the angle, in radians, to rotate the image clockwise.
graphics/rotate.go:16
StructSeparableKernel
SeparableKernel is a linearly separable, square convolution kernel. X and Y are the per-axis weights. Each slice must be the same length, and have an
graphics/convolve/convolve.go:40
Structbilinear
graphics/interp/bilinear.go:16
StructbilinearSrc
graphics/interp/bilinear.go:121
Structintegral
integral is an image.Image-like structure that stores the cumulative sum of the preceding pixels. This allows for O(1) summation of any rectangular re
graphics/detect/integral.go:15
StructintegralTest
graphics/detect/integral_test.go:14
StructinterpTest
graphics/interp/bilinear_test.go:13
Structopencv_storage
graphics/detect/opencv_parser.go:34
Structprojector
projector allows projecting from a source Rectangle onto a target Rectangle.
graphics/detect/projector.go:12
StructprojectorTest
graphics/detect/projector_test.go:13
StructsumTest
graphics/detect/integral_test.go:103
StructtransformOneColorTest
graphics/shared_test.go:15
Structwindow
graphics/detect/detect.go:66
StructxmlFeature
graphics/detect/opencv_parser.go:19
StructxmlStages
graphics/detect/opencv_parser.go:27