Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dataset ¶
type Dataset struct {
XMLName xml.Name `xml:"dataset"`
Name string `xml:"Name"`
Comment string `xml:"comment"`
Images Images `xml:"images"`
}
func NewDataset ¶
func (*Dataset) AddImage ¶
func (x *Dataset) AddImage(file string, annots annotation.AnnotationCollection, image image.Image)
type Part ¶
func PointAnnotationsToParts ¶
func PointAnnotationsToParts(ps []annotation.PointAnnotation) []Part
Click to show internal directories.
Click to hide internal directories.