MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.db.image.DatasetFactory Member List

This is the complete list of members for MyCaffe.db.image.DatasetFactory, including all inherited members.

ActivateAllRawImages(bool bActive, bool bAnnotatedOnly, params int[] rgSrcId)MyCaffe.db.image.DatasetFactory
ActivateAllRawImages(bool bActive, bool bAnnotatedOnly, int? nTgtLabel, bool bTargetLabelExact, int? nTgtBoost, bool bTargetBoostExact, params int[] rgSrcId)MyCaffe.db.image.DatasetFactory
ActivateFiltered(int nSrcId=0, string strFilterVal=null, int? nBoostVal=null)MyCaffe.db.image.DatasetFactory
ActivateLabels(List< int > rgLabels, bool bActive, params int[] rgSrcId)MyCaffe.db.image.DatasetFactory
ActivateRawImage(int nImageID, bool bActive, bool bSave=true)MyCaffe.db.image.DatasetFactory
ActivateRawImageByIndex(int nIdx, bool bActive)MyCaffe.db.image.DatasetFactory
AddDataset(DatasetDescriptor ds, ConnectInfo ci=null, bool? bSaveImagesToFileOverride=null)MyCaffe.db.image.DatasetFactory
AddDataset(int nDsCreatorID, string strName, int nTestSrcId, int nTrainSrcId, int nDsGroupID=0, int nModelGroupID=0, ConnectInfo ci=null)MyCaffe.db.image.DatasetFactory
AddLabel(int nLabel, string strName, int nSrcId=0, ConnectInfo ci=null)MyCaffe.db.image.DatasetFactory
AddLabelBoost(int nProjectId, int nLabel, double dfBoost, int nSrcId=0)MyCaffe.db.image.DatasetFactory
AddRawImageGroup(Image img, int nIdx, DateTime dtStart, DateTime dtEnd, List< double > rgProperties)MyCaffe.db.image.DatasetFactory
AddSource(SourceDescriptor src, ConnectInfo ci=null, bool? bSaveImagesToFileOverride=null)MyCaffe.db.image.DatasetFactory
AddSource(string strName, int nChannels, int nWidth, int nHeight, bool bDataIsReal, int nCopyOfSourceID=0, bool bSaveImagesToFile=true, ConnectInfo ci=null)MyCaffe.db.image.DatasetFactory
ChangeRawImageSourceID(int nID, int nNewSrcID, bool bSave=true)MyCaffe.db.image.DatasetFactory
ClearImageCache(bool bSave)MyCaffe.db.image.DatasetFactory
ClearParamCache(bool bSave)MyCaffe.db.image.DatasetFactory
Close()MyCaffe.db.image.DatasetFactory
CopyImageMean(string strSrcSrc, string strDstSrc)MyCaffe.db.image.DatasetFactory
DatabaseMyCaffe.db.image.DatasetFactory
DatasetFactory()MyCaffe.db.image.DatasetFactory
DatasetFactory(bool bLoadDataCriteria, bool bLoadDebugData)MyCaffe.db.image.DatasetFactory
DatasetFactory(DatasetFactory factory)MyCaffe.db.image.DatasetFactory
DatasetFactory(int nSrcId)MyCaffe.db.image.DatasetFactory
DeleteLabelBoosts(int nProjectId, int nSrcId=0)MyCaffe.db.image.DatasetFactory
DeleteLabels(int nSrcId=0)MyCaffe.db.image.DatasetFactory
DeleteRawImageResults(int nSrcId=0)MyCaffe.db.image.DatasetFactory
DeleteSourceData(int nSrcId=0)MyCaffe.db.image.DatasetFactory
DeleteSources(params string[] rgstrSrc)MyCaffe.db.image.DatasetFactory
DisableAllLabels()MyCaffe.db.image.DatasetFactory
DisableAllNonMatchingImages(int nWidth, int nHeight)MyCaffe.db.image.DatasetFactory
DisableLabel(int nLabel, bool bOriginalLabel=false)MyCaffe.db.image.DatasetFactory
Dispose()MyCaffe.db.image.DatasetFactory
FindDatasetFromSourceId(int nSourceId)MyCaffe.db.image.DatasetFactory
FindDatasetNameFromSourceName(string strTrainSrc, string strTestSrc)MyCaffe.db.image.DatasetFactory
FindRawImageGroupID(int nIdx, DateTime dtStart, DateTime dtEnd)MyCaffe.db.image.DatasetFactory
FixupRawImageCopy(int nImageID, int nSecondarySrcId)MyCaffe.db.image.DatasetFactory
GetBoostCount(int nSrcId=0, string strFilterVal=null, int? nBoostVal=null)MyCaffe.db.image.DatasetFactory
GetDatasetGroupID(string strName)MyCaffe.db.image.DatasetFactory
GetDatasetID(string strDsName, ConnectInfo ci=null)MyCaffe.db.image.DatasetFactory
GetDatasetName(int nId, ConnectInfo ci=null)MyCaffe.db.image.DatasetFactory
GetDatasetParameter(int nDsId, string strParam)MyCaffe.db.image.DatasetFactory
GetDatasetParameter(int nDsId, string strParam, int nDefault)MyCaffe.db.image.DatasetFactory
GetDatasetParameter(int nDsId, string strParam, bool bDefault)MyCaffe.db.image.DatasetFactory
GetDatasetParameter(int nDsId, string strParam, double dfDefault)MyCaffe.db.image.DatasetFactory
GetFirstTimeStamp(int nSrcId=0, string strDesc=null)MyCaffe.db.image.DatasetFactory
GetImageCount()MyCaffe.db.image.DatasetFactory
GetImagesAt(List< int > rgImageIdx, ManualResetEvent evtCancel, int nSrcId=0, string strDescription=null)MyCaffe.db.image.DatasetFactory
GetImagesAt(List< DbItem > rgImageItems, ManualResetEvent evtCancel, int nSrcId=0, string strDescription=null)MyCaffe.db.image.DatasetFactory
GetImagesAtID(List< int > rgImageId, int nSrcId=0, string strDescription=null)MyCaffe.db.image.DatasetFactory
GetLabelBoosts(int nProjectId, int nSrcId=0)MyCaffe.db.image.DatasetFactory
GetLabelBoostsAsText(int nProjectId, int nSrcId=0, bool bSort=true)MyCaffe.db.image.DatasetFactory
GetLabelCountsAsText(int nSrcId)MyCaffe.db.image.DatasetFactory
GetLabelName(int nLabel, int nSrcId=0)MyCaffe.db.image.DatasetFactory
GetLastTimeStamp(int nSrcId=0, string strDesc=null)MyCaffe.db.image.DatasetFactory
GetLastTimeStamp(DateTime dtStart, DateTime dtEnd, bool bEndInclusive, int nSrcId=0, string strDesc=null)MyCaffe.db.image.DatasetFactory
GetLastTimeStamp(out int nIndex, int nSrcId=0, string strDesc=null)MyCaffe.db.image.DatasetFactory
GetLastTimeStamp(DateTime dtStart, DateTime dtEnd, bool bEndInclusive, out int nIndex, int nSrcId=0, string strDesc=null)MyCaffe.db.image.DatasetFactory
GetRawImageDataCriteria(byte[] rgData, int nOriginalSourceID)MyCaffe.db.image.DatasetFactory
GetRawImageDataCriteria(int nImgID, int nOriginalSourceID)MyCaffe.db.image.DatasetFactory
GetRawImageDebugData(byte[] rgData, int nOriginalSourceID)MyCaffe.db.image.DatasetFactory
GetRawImageDebugData(int nImgID, int nOriginalSourceID)MyCaffe.db.image.DatasetFactory
GetRawImageDistinctParameterDescriptions(int nSrcId)MyCaffe.db.image.DatasetFactory
GetRawImageFromID(int nImageID)MyCaffe.db.image.DatasetFactory
GetRawImageID(DateTime dt, int nSrcId=0)MyCaffe.db.image.DatasetFactory
GetRawImageMean()MyCaffe.db.image.DatasetFactory
GetRawImageMeanID(int nSrcId=0)MyCaffe.db.image.DatasetFactory
GetRawImageParameterCount(string strParam, int nSrcId=0, string strType="TEXT")MyCaffe.db.image.DatasetFactory
GetRawImageParameterData(int nRawImageID, string strParam)MyCaffe.db.image.DatasetFactory
GetRawImageParameterExist(string strName, int nSrcId=0, string strType="TEXT")MyCaffe.db.image.DatasetFactory
GetRawImageResultBatch(int nBatchCount, byte[] rgResults)MyCaffe.db.image.DatasetFactory
GetRawImagesAt(int nImageIdx, int nImageCount, int nSrcId=0, string strDescription=null)MyCaffe.db.image.DatasetFactory
GetRawImagesAt(List< int > rgImageIdx, ManualResetEvent evtCancel, int nSrcId=0, string strDescription=null)MyCaffe.db.image.DatasetFactory
GetRawImagesAt(List< DbItem > rgImgItems, ManualResetEvent evtCancel, int nSrcId=0, string strDescription=null)MyCaffe.db.image.DatasetFactory
GetRawImagesAtID(List< int > rgImageId, ManualResetEvent evtCancel, int nSrcId=0, string strDescription=null)MyCaffe.db.image.DatasetFactory
GetSourceID(string strName)MyCaffe.db.image.DatasetFactory
GetSourceName(int nId)MyCaffe.db.image.DatasetFactory
GetSourceParameter(string strParam, int nSrcId=0)MyCaffe.db.image.DatasetFactory
GetSourceParameter(string strParam, int nDefault, int nSrcId=0)MyCaffe.db.image.DatasetFactory
GetSourceParameter(string strParam, bool bDefault, int nSrcId=0)MyCaffe.db.image.DatasetFactory
GetSourceParameter(string strParam, double dfDefault, int nSrcId=0)MyCaffe.db.image.DatasetFactory
LastIndexMyCaffe.db.image.DatasetFactory
LoadAllDatasetsWithCreator(int nCreatorID, bool? bRelabeled=null)MyCaffe.db.image.DatasetFactory
LoadAllDatasetsWithCreators(int nGroupId)MyCaffe.db.image.DatasetFactory
LoadDataCriteriaMyCaffe.db.image.DatasetFactory
loadDataset(Dataset ds, ConnectInfo ci=null)MyCaffe.db.image.DatasetFactoryprotectedvirtual
LoadDataset(string strDataset, ConnectInfo ci=null)MyCaffe.db.image.DatasetFactory
LoadDataset(int nDatasetID, ConnectInfo ci=null)MyCaffe.db.image.DatasetFactory
LoadDataset(int nDatasetID, string strDataset)MyCaffe.db.image.DatasetFactory
LoadDataset(string strTestingSrc, string strTrainingSrc)MyCaffe.db.image.DatasetFactory
LoadDatasetGroup(int nGroupId, ConnectInfo ci=null)MyCaffe.db.image.DatasetFactory
LoadDatasetParameters(int nDsId, ConnectInfo ci=null)MyCaffe.db.image.DatasetFactory
LoadDatum(int nImageId, int nChannels, bool bDataIsReal, int nLabel, int nSrcId=0)MyCaffe.db.image.DatasetFactory
LoadDatum(RawImage img, int nPadW=0, int nPadH=0)MyCaffe.db.image.DatasetFactory
LoadDatum(RawImageMean img, int nPadW=0, int nPadH=0)MyCaffe.db.image.DatasetFactory
LoadDebugDataMyCaffe.db.image.DatasetFactory
LoadImage(int nImageId, int nSrcId=0)MyCaffe.db.image.DatasetFactory
LoadImageAt(int nIdx, bool? bLoadDataCriteria=null, bool? bLoadDebugData=null, int nSrcId=0, int nPadW=0, int nPadH=0)MyCaffe.db.image.DatasetFactory
LoadImageIndexes(bool bBoostedOnly, bool bIncludeActive=true, bool bIncludeInactive=false)MyCaffe.db.image.DatasetFactory
LoadImageMean(int nSrcId, ConnectInfo ci=null)MyCaffe.db.image.DatasetFactory
LoadImages(CancelEvent evtCancel, params int[] rgSrcId)MyCaffe.db.image.DatasetFactory
LoadLabelCounts(int nSrcId=0)MyCaffe.db.image.DatasetFactory
LoadLabels(int nSrcId=0, bool bSort=true, bool bWithImagesOnly=false, ConnectInfo ci=null)MyCaffe.db.image.DatasetFactory
LoadModelGroup(int nGroupId, ConnectInfo ci=null)MyCaffe.db.image.DatasetFactory
LoadRawData(SimpleDatum sd, bool bLoadDataCriteria, bool bLoadDebugData)MyCaffe.db.image.DatasetFactory
LoadRawImageData(RawImage img, bool bLoadCriteria, bool bLoadDebug)MyCaffe.db.image.DatasetFactory
LoadRawImageResults(int nSrcId=0)MyCaffe.db.image.DatasetFactory
LoadResult(RawImageResult res, bool bRequireExtraData=false)MyCaffe.db.image.DatasetFactory
LoadSource(string strSource)MyCaffe.db.image.DatasetFactory
LoadSource(int nSrcId, ConnectInfo ci=null)MyCaffe.db.image.DatasetFactory
LoadSourceParameters(int nSrcId, ConnectInfo ci=null)MyCaffe.db.image.DatasetFactory
m_bLoadDataCriteriaMyCaffe.db.image.DatasetFactoryprotected
m_bLoadDebugDataMyCaffe.db.image.DatasetFactoryprotected
m_ciOpenMyCaffe.db.image.DatasetFactoryprotected
m_dbMyCaffe.db.image.DatasetFactoryprotected
m_nOriginalSourceIDMyCaffe.db.image.DatasetFactoryprotected
m_openSourceMyCaffe.db.image.DatasetFactoryprotected
Open(SourceDescriptor src, int nCacheMax=500, ConnectInfo ci=null)MyCaffe.db.image.DatasetFactory
Open(int nSrcId, int nCacheMax=500, Database.FORCE_LOAD nForceLoad=Database.FORCE_LOAD.NONE, Log log=null, ConnectInfo ci=null)MyCaffe.db.image.DatasetFactory
OpenSourceMyCaffe.db.image.DatasetFactory
OriginalSourceIDMyCaffe.db.image.DatasetFactory
PutRawImage(int nIdx, SimpleDatum sd, string strDescription=null)MyCaffe.db.image.DatasetFactory
PutRawImageCache(int nIdx, SimpleDatum sd, int nBackgroundWritingThreadCount=0, string strDescription=null, bool bActive=true, params ParameterData[] rgParams)MyCaffe.db.image.DatasetFactory
PutRawImageMean(SimpleDatum sd, bool bUpdate, ConnectInfo ci=null)MyCaffe.db.image.DatasetFactory
PutRawImageParameterCache(int nImageID, string strParam, string strVal, double? dfVal, byte[] rgData, bool bOnlyAddNew)MyCaffe.db.image.DatasetFactory
PutRawImageResults(int nSrcId, int nIdx, int nLabel, DateTime dt, List< Result > rgResults, bool bInvert, List< Tuple< DateTime, int > > rgExtra=null)MyCaffe.db.image.DatasetFactory
PutRawImageResults(int nSrcId, int nIdx, int nLabel, DateTime dt, List< Tuple< SimpleDatum, List< Result > > > rgrgResults, List< Tuple< DateTime, int > > rgExtra=null)MyCaffe.db.image.DatasetFactory
QueryAllResults(int nSrcID, bool bRequireExtraData=false, int nMax=-1)MyCaffe.db.image.DatasetFactory
QueryImageMean(int nSrcId=0)MyCaffe.db.image.DatasetFactory
QueryLabels(int nSrcId=0, ConnectInfo ci=null)MyCaffe.db.image.DatasetFactory
QueryRawImageIDs(int nSrcId=0, int nMax=int.MaxValue, int nLabel=-1, int nBoost=-1, bool bBoostIsExact=false, bool bAnnotatedOnly=false)MyCaffe.db.image.DatasetFactory
QueryRawImageParameters(int nSrcId, string strName)MyCaffe.db.image.DatasetFactory
QueryRawImageParameters(int nImageID)MyCaffe.db.image.DatasetFactory
QueryRawImages(int nSrcId, bool? bActive=null, bool bLoadCriteria=false, bool bLoadDebug=false, Log log=null, CancelEvent evtCancel=null, int nBoostVal=0, bool bExactBoostVal=false)MyCaffe.db.image.DatasetFactory
Refresh()MyCaffe.db.image.DatasetFactory
ReindexRawImages(Log log, CancelEvent evtCancel, int nSrcId=0, bool bCreateImageMean=false)MyCaffe.db.image.DatasetFactory
ResetAllActiveLabels()MyCaffe.db.image.DatasetFactory
ResetAllDatasetRelabelWithCreator(int nDsCreatorId)MyCaffe.db.image.DatasetFactory
ResetLabels(int nProjectId=0, int nSrcId=0)MyCaffe.db.image.DatasetFactory
SaveChanges()MyCaffe.db.image.DatasetFactory
SaveImageMean(SimpleDatum sd, bool bUpdate, int nSrcId=0)MyCaffe.db.image.DatasetFactory
SetDatasetParameter(int nDsId, string strParam, string strValue)MyCaffe.db.image.DatasetFactory
SetDatasetParameters(int nDsId, Dictionary< string, string > rgP)MyCaffe.db.image.DatasetFactory
SetLabelMapping(LabelMapping map, int nSrcId=0)MyCaffe.db.image.DatasetFactory
SetLoadingParameters(bool bLoadDataCriteria, bool bLoadDebugData)MyCaffe.db.image.DatasetFactory
SetRawImageParameter(int nRawImageID, string strName, string strValue, double? dfVal=null, byte[] rgData=null, bool bOnlyAddNew=false)MyCaffe.db.image.DatasetFactory
SetRawImageParameter(int nSrcID, int nRawImageID, string strName, string strValue, double? dfVal=null, byte[] rgData=null)MyCaffe.db.image.DatasetFactory
SetRawImageParameterAt(DateTime dt, string strName, string strValue, double? dfVal=null, byte[] rgData=null)MyCaffe.db.image.DatasetFactory
SetSourceParameter(string strParam, string strValue, int nSrcId=0)MyCaffe.db.image.DatasetFactory
UpdateActiveLabel(int nImageID, int nNewActiveLabel, bool bActivate=true, bool bSaveChanges=true)MyCaffe.db.image.DatasetFactory
UpdateActiveLabelByID(int nID, int nNewActiveLabel)MyCaffe.db.image.DatasetFactory
UpdateActiveLabelByIndex(int nIdx, int nNewActiveLabel)MyCaffe.db.image.DatasetFactory
UpdateActiveLabelDirect(int nID, int nLabel)MyCaffe.db.image.DatasetFactory
UpdateAllActiveLabelsDirect(int nLabel, int? nOriginalLabel=null)MyCaffe.db.image.DatasetFactory
UpdateDatasetCounts(int nDsId, ConnectInfo ci=null)MyCaffe.db.image.DatasetFactory
UpdateDatasetCounts(CancelEvent evtCancel, Log log, int nDatasetCreatorID, List< string > rgstrDs, string strParamNameForDescription)MyCaffe.db.image.DatasetFactory
UpdateDatasetDescription(int nDsId, string strDesc)MyCaffe.db.image.DatasetFactory
UpdateDatasetImageAnnotations(int nSrcId, int nImageId, AnnotationGroupCollection annotations, bool bSetLabelOnly)MyCaffe.db.image.DatasetFactory
UpdateDatasetRelabel(int nDsId, bool bRelabel)MyCaffe.db.image.DatasetFactory
UpdateLabelBoost(int? nTgtLbl, bool bTgtLblExact, int? nTgtBst, bool bTgtBstExact, int? nNewLbl, int? nNewBst, params int[] rgSrcId)MyCaffe.db.image.DatasetFactory
UpdateLabelCounts(Dictionary< int, int > rgCounts)MyCaffe.db.image.DatasetFactory
UpdateLabelCounts(int nSrcId=0, int nProjectId=0)MyCaffe.db.image.DatasetFactory
UpdateLabelMapping(int nNewLabel, List< int > rgOriginalLabels, int nSrcId=0)MyCaffe.db.image.DatasetFactory
UpdateLabelName(int nLabel, string strName, int nSrcId=0)MyCaffe.db.image.DatasetFactory
UpdateRawImageSourceID(int nImageID, int nSrcID)MyCaffe.db.image.DatasetFactory
UpdateSource(int nChannels, int nWidth, int nHeight, bool bDataIsReal, int nSrcId=0)MyCaffe.db.image.DatasetFactory
UpdateSourceCounts()MyCaffe.db.image.DatasetFactory