Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetImageSize ¶
Types ¶
type FaceData ¶
type FaceData struct {
X int `json:"x"`
Y int `json:"y"`
Width int `json:"width"`
Height int `json:"height"`
PercentWidth float64 `json:"width_per"`
PercentHeight float64 `json:"height_per"`
Confidence float64 `json:"confidence"`
}
func (FaceData) PercentString ¶
func (FaceData) SizeString ¶
type FaceResult ¶
func (FaceResult) HasFaces ¶
func (r FaceResult) HasFaces() bool
func (FaceResult) ShowOutput ¶
func (r FaceResult) ShowOutput() string
Click to show internal directories.
Click to hide internal directories.