OrsObjectAnalysis¶
Manages classification of objects in datasets
| author: | ORS Team |
|---|---|
| contact: | http://theobjects.com |
| email: | info@theobjects.com |
| organization: | Object Research Systems (ORS), Inc. |
| address: | 760 St-Paul West, suite 101, Montréal, Québec, Canada, H3C 1M4 |
| copyright: | Object Research Systems (ORS), Inc. All rights reserved 2020. |
| date: | Jun 02 2015 16:25 |
| dragonflyVersion: | |
| 3.0 | |
| UUID: | 305293f4761711e78f91448a5b5d70c0 |
Class Code¶
-
class
OrsPythonPlugins.OrsObjectAnalysis.OrsObjectAnalysis.OrsObjectAnalysis(varname=None, managed=True)¶ -
MULTIROI_USERINFO_KEY_DATADIRTYSIGNATUREATDUMPCLASSIFICATIONTREE= '_ORS_dataDirtySignatureAtDumpClassificationTree'¶
-
OrsStateObjectAnalysis= 'OrsStateObjectAnalysis'¶
-
OrsStateObjectAnalysisAdd= 'OrsStateObjectAnalysisAdd'¶
-
OrsStateObjectAnalysisAddActivation()¶
-
OrsStateObjectAnalysisRemove= 'OrsStateObjectAnalysisRemove'¶
-
OrsStateObjectAnalysisRemoveActivation()¶
-
UIDescriptors= [<ORSServiceClass.OrsPlugin.uidescriptor.UIDescriptor object>]¶
-
canBeGenericallyOpened= False¶
-
cleanup()¶ Deletes the variables managed by the plugin. It is the place to remove callbacks and other references to Python objects that would prevent them to be garbage collected. This method is called during the process of deletion of the plugin. It calls for the cleanup and deletion of the forms.
-
closable= True¶
-
closeWidget(name)¶
-
classmethod
contextualMenu(context)¶
-
convertFormatedValueToDataValue(outputTag, formatedValue)¶
-
deleteFromROI(filterOnSelection=True)¶
-
dumpDataInLabeledMultiROI(ILMR, labelFilter=None, dumpClass=True)¶
-
exportToCSV(filename, filterOnSelection=True, fctToCallToObtainSortedArray=None)¶
-
exportToLabeledMultiROI(filterOnSelection=True)¶
-
exportToROI(filterOnSelection=True)¶
-
fitLabelToView(label)¶
-
formatUnitLabel(outputTag)¶
-
formatValueLabel(outputTag, value, precision)¶
-
getColorForClassId(classIdName)¶
-
getColorHistogramByLUT()¶
-
getComplementIntensity()¶
-
getCurrentLut()¶
-
getDataDimensionUnit(outputTag)¶
-
getDataDimensionUnitOfAttribute(attributeLabel)¶
-
getDataRangeBoundary(outputTag)¶
-
getDefaultDimensionUnit(outputTag)¶
-
getDefaultDimensionUnitOfAttribute(attributeLabel)¶
-
getDimensionUnitForSortLabel()¶
-
getDisplayStatAttribute()¶
-
getFormattingFunction(attributeLabel)¶
-
getInverseFormattingFunction(attributeLabel)¶
-
getIsCurrentLutDiscrete()¶
-
getIsCurrentlyDeletingFromROI()¶
-
getLabeledMultiROI()¶ Get the analyzed Labeled Multi ROI
Returns: labeled_multi_roi (ORSModel.ors.MultiROI) – the analyzed MultiROI
-
getLabeledMultiROIAnalyzedObjectCount(includeEmptyLabels=True)¶ Returns the count of labels in the LMR
Parameters: includeEmptyLabels – bool If True, the empty labels are included in the count. If False, only the non-empty labels are counted. Return: label count
-
getLutUUID()¶
-
getSelectionIntensity()¶
-
getUnitAbbreviationFunction(attributeLabel)¶
-
get_stats_attribute_count()¶
-
handleChanged(oldState, newState)¶ This method is called when the state of the application is changed.
Parameters: - oldState (str) – name of the old (previous) state
- newState (str) – name of the new (current) state
-
handleTriggered(eventdata)¶ This method is called on every user input (mouse move, mouse click, key press, …) when the current state of the application is one of those declared by the plugin. This method can be used to perform specific tasks even if no action is currently in progress.
Parameters: eventData (OrsEvent.eventdata.InputEventData) – the event data
-
keepAlive= False¶
-
labeledMultiROILabelChange(labelSelected, addAction, resetSelection, display, IWorldPosition)¶
-
lookAtROI(label)¶
-
multiple= False¶
-
onAttributeFilterSelectionChange(classId, classNameId, classNameUI, objectChildIndicies, statAttributeFilter, filter)¶
-
onCurrentDisplayChange()¶
-
openWidget(name, dock=None, tab=None, x=-1, y=-1, w=-1, l=-1, order=-1)¶
-
refreshDiscreteLegendLabels(classNameId, classNameUI)¶
-
refreshFromChildIndex()¶
-
refreshFromStatisticalAttribute()¶
-
savable= False¶
-
setColorForClassId(classIdName, color)¶
-
setColorHistogramByLUT(value)¶
-
setComplementIntensity(complementIntensity)¶
-
setCurrentChildIndicies(objectChildIndicies, refresh=True)¶
-
setCurrentClassNameId(classNameId, classNameUI, refresh=True)¶
-
setCurrentStatAttribute(statAttributeSortLabel, refresh=True)¶
-
setCurrentStatAttributeFilter(statAttributeFilter)¶
-
setCurrentStatAttributeSelection(statAttributeSelection, refresh=True)¶
-
setDisplayStatAttribute(displayStatAttribute)¶
-
setLabeledMultiROI(ILMR)¶
-
setLutUUID(lutUUID)¶
-
setNewListPythonScriptsGenerators(newListPythonScriptsGenerators, recomputeAll=False)¶
-
setSelectionIntensity(selectionIntensity)¶
-
static
startFromContextualMenu(selectedGUID, basicMode=False)¶
-
stateDescriptors= [<ORSServiceClass.OrsPlugin.statedescriptor.StateDescriptor object>, <ORSServiceClass.OrsPlugin.statedescriptor.StateDescriptor object>, <ORSServiceClass.OrsPlugin.statedescriptor.StateDescriptor object>]¶
-
updateDefaultDimensionUnit(outputTag, display)¶
-
updateLMRColorRamp()¶
-
updateLegendUnits()¶
-
updatePreferences()¶
-
updateSelectedLUT()¶
-
updateStatisticalDictionary()¶
-
updateUnits()¶
-