示例#1
0
 protected ParamContainer()
 {
     cvParams         = new CvParamCollection();
     userParams       = new UserParamCollection();
     paramProperties  = new ParamPropertyCollection();
     userDescriptions = new UserDescriptionCollection();
 }
示例#2
0
 protected ParamContainer()
 {
     cvParams         = new CvParamCollection();
     userParams       = new UserParamCollection();
     userDescriptions = new UserDescriptionList();
 }