gocv

package
v0.0.131 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 3, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Swig_escape_always_false bool
View Source
var Swig_escape_val interface{}

Functions

func DeleteMagickImageDecodeRequest

func DeleteMagickImageDecodeRequest(arg1 MagickImageDecodeRequest)

func DeleteMagickImageDecodeResponse

func DeleteMagickImageDecodeResponse(arg1 MagickImageDecodeResponse)

func DeleteMagickInitializeMagickRequest

func DeleteMagickInitializeMagickRequest(arg1 MagickInitializeMagickRequest)

func DeleteMagickInitializeMagickResponse

func DeleteMagickInitializeMagickResponse(arg1 MagickInitializeMagickResponse)

func DeleteWrapped_MagicImage

func DeleteWrapped_MagicImage(arg1 Wrapped_MagicImage)

func Swig_free

func Swig_free(arg1 uintptr)

func Swig_malloc

func Swig_malloc(arg1 int) (_swig_ret uintptr)

func Wrapped_MagicImageMagickInitializeMagick

func Wrapped_MagicImageMagickInitializeMagick(arg1 MagickInitializeMagickRequest, arg2 MagickInitializeMagickResponse)

Types

type Cv_Mat

type Cv_Mat interface {
	Swigcptr() uintptr
}

type GocvColorspaceType

type GocvColorspaceType int
var CMYKColorspace GocvColorspaceType = _swig_getCMYKColorspace()
var CineonLogRGBColorspace GocvColorspaceType = _swig_getCineonLogRGBColorspace()
var GRAYColorspace GocvColorspaceType = _swig_getGRAYColorspace()
var HSLColorspace GocvColorspaceType = _swig_getHSLColorspace()
var HWBColorspace GocvColorspaceType = _swig_getHWBColorspace()
var LABColorspace GocvColorspaceType = _swig_getLABColorspace()
var OHTAColorspace GocvColorspaceType = _swig_getOHTAColorspace()
var RGBColorspace GocvColorspaceType = _swig_getRGBColorspace()
var Rec601LumaColorspace GocvColorspaceType = _swig_getRec601LumaColorspace()
var Rec601YCbCrColorspace GocvColorspaceType = _swig_getRec601YCbCrColorspace()
var Rec709LumaColorspace GocvColorspaceType = _swig_getRec709LumaColorspace()
var Rec709YCbCrColorspace GocvColorspaceType = _swig_getRec709YCbCrColorspace()
var SRGBColorspace GocvColorspaceType = _swig_getsRGBColorspace()
var TransparentColorspace GocvColorspaceType = _swig_getTransparentColorspace()
var UndefinedColorspace GocvColorspaceType = _swig_getUndefinedColorspace()
var XYZColorspace GocvColorspaceType = _swig_getXYZColorspace()
var YCCColorspace GocvColorspaceType = _swig_getYCCColorspace()
var YIQColorspace GocvColorspaceType = _swig_getYIQColorspace()
var YPbPrColorspace GocvColorspaceType = _swig_getYPbPrColorspace()
var YUVColorspace GocvColorspaceType = _swig_getYUVColorspace()

type GocvOrientationType

type GocvOrientationType int
var BottomLeftOrientation GocvOrientationType = _swig_getBottomLeftOrientation()
var BottomRightOrientation GocvOrientationType = _swig_getBottomRightOrientation()
var LeftBottomOrientation GocvOrientationType = _swig_getLeftBottomOrientation()
var LeftTopOrientation GocvOrientationType = _swig_getLeftTopOrientation()
var RightBottomOrientation GocvOrientationType = _swig_getRightBottomOrientation()
var RightTopOrientation GocvOrientationType = _swig_getRightTopOrientation()
var TopLeftOrientation GocvOrientationType = _swig_getTopLeftOrientation()
var TopRightOrientation GocvOrientationType = _swig_getTopRightOrientation()
var UndefinedOrientation GocvOrientationType = _swig_getUndefinedOrientation()

type MagicImage

type MagicImage interface {
	Wrapped_MagicImage
	MagickImageDecode(MagickImageDecodeRequest) (MagickImageDecodeResponse, error)
}

func NewMagicImage

func NewMagicImage() MagicImage

type MagickImageDecodeRequest

type MagickImageDecodeRequest interface {
	Swigcptr() uintptr
	SwigIsMagickImageDecodeRequest()
	SetImage(arg2 string)
	GetImage() (_swig_ret string)
	SetTarget_color_space(arg2 string)
	GetTarget_color_space() (_swig_ret string)
}

func NewMagickImageDecodeRequest

func NewMagickImageDecodeRequest() (_swig_ret MagickImageDecodeRequest)

type MagickImageDecodeResponse

type MagickImageDecodeResponse interface {
	Swigcptr() uintptr
	SwigIsMagickImageDecodeResponse()
	SetMat(arg2 Cv_Mat)
	GetMat() (_swig_ret Cv_Mat)
	SetRows(arg2 int)
	GetRows() (_swig_ret int)
	SetColumns(arg2 int)
	GetColumns() (_swig_ret int)
	SetMagick(arg2 string)
	GetMagick() (_swig_ret string)
	SetOrientation_type(arg2 GocvOrientationType)
	GetOrientation_type() (_swig_ret GocvOrientationType)
	SetColorspace_type(arg2 GocvColorspaceType)
	GetColorspace_type() (_swig_ret GocvColorspaceType)
}

func NewMagickImageDecodeResponse

func NewMagickImageDecodeResponse() (_swig_ret MagickImageDecodeResponse)

type MagickInitializeMagickRequest

type MagickInitializeMagickRequest interface {
	Swigcptr() uintptr
	SwigIsMagickInitializeMagickRequest()
	SetPath(arg2 string)
	GetPath() (_swig_ret string)
}

func NewMagickInitializeMagickRequest

func NewMagickInitializeMagickRequest() (_swig_ret MagickInitializeMagickRequest)

type MagickInitializeMagickResponse

type MagickInitializeMagickResponse interface {
	Swigcptr() uintptr
	SwigIsMagickInitializeMagickResponse()
}

func NewMagickInitializeMagickResponse

func NewMagickInitializeMagickResponse() (_swig_ret MagickInitializeMagickResponse)

type SwigcptrCv_Mat

type SwigcptrCv_Mat uintptr

func (SwigcptrCv_Mat) Swigcptr

func (p SwigcptrCv_Mat) Swigcptr() uintptr

type SwigcptrMagickImageDecodeRequest

type SwigcptrMagickImageDecodeRequest uintptr

func (SwigcptrMagickImageDecodeRequest) GetImage

func (arg1 SwigcptrMagickImageDecodeRequest) GetImage() (_swig_ret string)

func (SwigcptrMagickImageDecodeRequest) GetTarget_color_space

func (arg1 SwigcptrMagickImageDecodeRequest) GetTarget_color_space() (_swig_ret string)

func (SwigcptrMagickImageDecodeRequest) SetImage

func (arg1 SwigcptrMagickImageDecodeRequest) SetImage(arg2 string)

func (SwigcptrMagickImageDecodeRequest) SetTarget_color_space

func (arg1 SwigcptrMagickImageDecodeRequest) SetTarget_color_space(arg2 string)

func (SwigcptrMagickImageDecodeRequest) SwigIsMagickImageDecodeRequest

func (p SwigcptrMagickImageDecodeRequest) SwigIsMagickImageDecodeRequest()

func (SwigcptrMagickImageDecodeRequest) Swigcptr

type SwigcptrMagickImageDecodeResponse

type SwigcptrMagickImageDecodeResponse uintptr

func (SwigcptrMagickImageDecodeResponse) GetColorspace_type

func (arg1 SwigcptrMagickImageDecodeResponse) GetColorspace_type() (_swig_ret GocvColorspaceType)

func (SwigcptrMagickImageDecodeResponse) GetColumns

func (arg1 SwigcptrMagickImageDecodeResponse) GetColumns() (_swig_ret int)

func (SwigcptrMagickImageDecodeResponse) GetMagick

func (arg1 SwigcptrMagickImageDecodeResponse) GetMagick() (_swig_ret string)

func (SwigcptrMagickImageDecodeResponse) GetMat

func (arg1 SwigcptrMagickImageDecodeResponse) GetMat() (_swig_ret Cv_Mat)

func (SwigcptrMagickImageDecodeResponse) GetOrientation_type

func (arg1 SwigcptrMagickImageDecodeResponse) GetOrientation_type() (_swig_ret GocvOrientationType)

func (SwigcptrMagickImageDecodeResponse) GetRows

func (arg1 SwigcptrMagickImageDecodeResponse) GetRows() (_swig_ret int)

func (SwigcptrMagickImageDecodeResponse) SetColorspace_type

func (arg1 SwigcptrMagickImageDecodeResponse) SetColorspace_type(arg2 GocvColorspaceType)

func (SwigcptrMagickImageDecodeResponse) SetColumns

func (arg1 SwigcptrMagickImageDecodeResponse) SetColumns(arg2 int)

func (SwigcptrMagickImageDecodeResponse) SetMagick

func (arg1 SwigcptrMagickImageDecodeResponse) SetMagick(arg2 string)

func (SwigcptrMagickImageDecodeResponse) SetMat

func (arg1 SwigcptrMagickImageDecodeResponse) SetMat(arg2 Cv_Mat)

func (SwigcptrMagickImageDecodeResponse) SetOrientation_type

func (arg1 SwigcptrMagickImageDecodeResponse) SetOrientation_type(arg2 GocvOrientationType)

func (SwigcptrMagickImageDecodeResponse) SetRows

func (arg1 SwigcptrMagickImageDecodeResponse) SetRows(arg2 int)

func (SwigcptrMagickImageDecodeResponse) SwigIsMagickImageDecodeResponse

func (p SwigcptrMagickImageDecodeResponse) SwigIsMagickImageDecodeResponse()

func (SwigcptrMagickImageDecodeResponse) Swigcptr

type SwigcptrMagickInitializeMagickRequest

type SwigcptrMagickInitializeMagickRequest uintptr

func (SwigcptrMagickInitializeMagickRequest) GetPath

func (arg1 SwigcptrMagickInitializeMagickRequest) GetPath() (_swig_ret string)

func (SwigcptrMagickInitializeMagickRequest) SetPath

func (arg1 SwigcptrMagickInitializeMagickRequest) SetPath(arg2 string)

func (SwigcptrMagickInitializeMagickRequest) SwigIsMagickInitializeMagickRequest

func (p SwigcptrMagickInitializeMagickRequest) SwigIsMagickInitializeMagickRequest()

func (SwigcptrMagickInitializeMagickRequest) Swigcptr

type SwigcptrMagickInitializeMagickResponse

type SwigcptrMagickInitializeMagickResponse uintptr

func (SwigcptrMagickInitializeMagickResponse) SwigIsMagickInitializeMagickResponse

func (p SwigcptrMagickInitializeMagickResponse) SwigIsMagickInitializeMagickResponse()

func (SwigcptrMagickInitializeMagickResponse) Swigcptr

type SwigcptrWrapped_MagicImage

type SwigcptrWrapped_MagicImage uintptr

func (SwigcptrWrapped_MagicImage) MagickImageDecode

func (SwigcptrWrapped_MagicImage) SwigIsWrapped_MagicImage

func (p SwigcptrWrapped_MagicImage) SwigIsWrapped_MagicImage()

func (SwigcptrWrapped_MagicImage) Swigcptr

func (p SwigcptrWrapped_MagicImage) Swigcptr() uintptr

func (SwigcptrWrapped_MagicImage) Wrapped_MagickImageDecode

func (arg1 SwigcptrWrapped_MagicImage) Wrapped_MagickImageDecode(arg2 MagickImageDecodeRequest, arg3 MagickImageDecodeResponse)

type Wrapped_MagicImage

type Wrapped_MagicImage interface {
	Swigcptr() uintptr
	SwigIsWrapped_MagicImage()
	Wrapped_MagickImageDecode(arg2 MagickImageDecodeRequest, arg3 MagickImageDecodeResponse)
}

func NewWrapped_MagicImage

func NewWrapped_MagicImage() (_swig_ret Wrapped_MagicImage)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL