Documentation
¶
Index ¶
- Variables
- func CropImage(img *image.RGBA, crop *Crop) *image.RGBA
- func DetectColor(mat opencv.Mat, detector *Detector) bool
- func DetectImage(image *image.RGBA, detector *Detector) bool
- func DetectObject(mat opencv.Mat, detector *Detector) bool
- func LuaCheckpoint(L *lua.LState) int
- func LuaExecuteWithAlignment(L *lua.LState) int
- type Bitmap
- type Color
- type Crop
- type Descriptor
- type Detector
- type DetectorFile
- type Parameters
Constants ¶
This section is empty.
Variables ¶
View Source
var Manager = &manager{}
Functions ¶
func LuaCheckpoint ¶
func LuaExecuteWithAlignment ¶
Types ¶
type Descriptor ¶
type Detector ¶
type Detector struct {
Quadrants []int `bson:"quadrants"`
Descriptor *Descriptor `bson:"descriptor,omitempty"`
Color *Color `bson:"color,omitempty"`
Bitmap *Bitmap `bson:"bitmap,omitempty"`
Parameters *Parameters `bson:"parameters,omitempty"`
ZoomLevel int `bson:"zoom_level"`
RotPitch int `bson:"rot_pitch"` // Up, Down
RotYaw int `bson:"rot_yaw"` // Left, Right
Crop *Crop `bson:"crop,omitempty"`
HalfWidth bool `bson:"half_width"`
MinMatches int `bson:"min_matches"`
Mat opencv.Mat
}
type DetectorFile ¶
Click to show internal directories.
Click to hide internal directories.