![]() |
MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The AnnoationGroup class manages a group of annotations. More...
Public Member Functions | |
| AnnotationGroup (List< Annotation > rgAnnotations=null, int nGroupLabel=0) | |
| The constructor. More... | |
| AnnotationGroup | Clone () |
| Create a copy of the annotation group. More... | |
| Annotation | GetMaxScoringAnnotation () |
| Returns the maximum scoring annotation within a group. More... | |
| void | Normalize (Rectangle rc) |
| Normalize all annotations to the given rectangle. More... | |
| void | Save (BinaryWriter bw) |
| Save the annotation group to the binary writer. More... | |
Static Public Member Functions | |
| static AnnotationGroup | Load (BinaryReader br) |
| Load an annotation group using the binary reader. More... | |
Properties | |
| List< Annotation > | annotations [getset] |
| Get/set the group annoations. More... | |
| int | group_label [getset] |
| Get/set the group label. More... | |
The AnnoationGroup class manages a group of annotations.
Definition at line 123 of file Annotation.cs.
| MyCaffe.basecode.AnnotationGroup.AnnotationGroup | ( | List< Annotation > | rgAnnotations = null, |
| int | nGroupLabel = 0 |
||
| ) |
The constructor.
| rgAnnotations | Optionally, specifies the list of group annotations. |
| nGroupLabel | Specifies the group label. |
Definition at line 133 of file Annotation.cs.
| AnnotationGroup MyCaffe.basecode.AnnotationGroup.Clone | ( | ) |
Create a copy of the annotation group.
Definition at line 145 of file Annotation.cs.
| Annotation MyCaffe.basecode.AnnotationGroup.GetMaxScoringAnnotation | ( | ) |
Returns the maximum scoring annotation within a group.
Definition at line 166 of file Annotation.cs.
|
static |
Load an annotation group using the binary reader.
| br | Specifies the binary reader used to load the data. |
Definition at line 236 of file Annotation.cs.
| void MyCaffe.basecode.AnnotationGroup.Normalize | ( | Rectangle | rc | ) |
Normalize all annotations to the given rectangle.
| rc | Specifies the rectangle used to normalize all annotations. |
Definition at line 190 of file Annotation.cs.
| void MyCaffe.basecode.AnnotationGroup.Save | ( | BinaryWriter | bw | ) |
Save the annotation group to the binary writer.
| bw | Specifies the binary writer used to write the data. |
Definition at line 220 of file Annotation.cs.
|
getset |
Get/set the group annoations.
Definition at line 201 of file Annotation.cs.
|
getset |
Get/set the group label.
Definition at line 210 of file Annotation.cs.