コード例 #1
0
ファイル: Imageset.cs プロジェクト: Jason6583/MyCaffe
 /// <summary>
 /// Set the label mapping of the ImageSet.
 /// </summary>
 /// <param name="map">Specifies the label map.</param>
 public void SetLabelMapping(LabelMapping map)
 {
     m_factory.SetLabelMapping(map, m_src.ID);
 }