Documentation ¶
Index ¶
Constants ¶
View Source
const (
VirtualTimeBudget = 5000 // in ms
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageConfig ¶
type ImageProcessor ¶
type ImageProcessor struct {
// contains filtered or unexported fields
}
func New ¶
func New(config *ImageConfig) (*ImageProcessor, error)
func (*ImageProcessor) Close ¶ added in v0.1.2
func (i *ImageProcessor) Close() error
func (*ImageProcessor) GetImageAsBinary ¶
func (i *ImageProcessor) GetImageAsBinary() []byte
GetImageAsBinary returns a one-dimensional byte array for all the pixels in the current image. Each bit represents one pixel.
func (*ImageProcessor) Update ¶
func (i *ImageProcessor) Update()
Click to show internal directories.
Click to hide internal directories.