Click or drag to resize

MeasurementsCommands Class

Provides a set of measurements related commands.
Inheritance Hierarchy
SystemObject
  MediaCy.Automation.MeasureMeasurementsCommands

Namespace:  MediaCy.Automation.Measure
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public NotInheritable Class MeasurementsCommands

The MeasurementsCommands type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAdd
Adds a new measurement feature.
Public propertyStatic memberApplyClass
Applies current class to selected features.
Public propertyStatic memberApplyFilters
Applies filter ranges to the existing measurement objects. Objects outside the ranges are removed.
Public propertyStatic memberAutoAdjust
Adjusts snap features to the image. Features are snapped to the object edges.
Public propertyStatic memberAutoClassify
Automatically classifies objects into clusters based on the provided set of measurements.
Public propertyStatic memberCalibrateByFeature
Creates a new spatial calibration based on the given or selected feature.
Public propertyStatic memberClassifyByMeasurement
Classifies objects according to the value ranges.
Public propertyStatic memberCountAllFrames
Executes count on all active frames of the given image.
Public propertyStatic memberCountAndCollect
Count frames in background threads
Public propertyStatic memberCountByROI
Count by ROI. Counts objects in every ROI separately.
Public propertyStatic memberDefine
Defines measurement variable by name.
Public propertyStatic memberDelete
Deletes selected measurements.
Public propertyStatic memberDeleteAll
Deletes all measurements.
Public propertyStatic memberEditFilterRanges
Opens the Edit Filter Ranges dialog and allows adjusting filter ranges interactively.
Public propertyStatic memberExecuteCount
Executes count operation on image. The command uses active segmentation options.
Public propertyStatic memberFindBright
Selects the Find Bright segmentation option and toggles visibility of threshold segmentation dialog.
Public propertyStatic memberFindDark
Selects the Find Dark segmentation option and toggles visibility of threshold segmentation dialog.
Public propertyStatic memberFindManual
Sets manual segmentation options and toggles visibility of threshold segmentation dialog.
Public propertyStatic memberGetData
Returns measurement object from a document or image.
Public propertyStatic memberGrow
Grows selected features by SizeIncrement.
Public propertyStatic memberHideSelected
Shows/hides measurement objects.
Public propertyStatic memberMerge
Merges several measurement objects to one.
Public propertyStatic memberMorphoClose
Applies morphological Open operation to selected regions. Use this operation to separate neighboring features if they are connected by a narrow path.
Public propertyStatic memberMorphoOpen
Applies morphological close operation to selected regions. Use this operation to merge neighboring features.
Public propertyStatic memberOpen
Opens measurements from a file.
Public propertyStatic memberOptions
Sets measurement options.
Public propertyStatic memberSave
Saves measurements to a file.
Public propertyStatic memberSelectAll
Select all measurement objects.
Public propertyStatic memberSelection
Selects measurement objects.
Public propertyStatic memberSetAsLabel
Defines label measurement for different types of measurement.
Public propertyStatic memberSetAsXAxis
Sets the selected line as X axis of spatial calibration. Creates a new calibration and applies it to the image provided as input.
Public propertyStatic memberShowAll
Shows/hides measurement objects.
Public propertyStatic memberShowClass
Shows/hides measurement objects.
Public propertyStatic memberShowOverlay
Toggles visibility of measurements overlay.
Public propertyStatic memberShowSelected
Shows/hides measurement objects.
Public propertyStatic memberShrink
Shrinks selected features by SizeIncrement.
Public propertyStatic memberUnlock
Unlocks/locks objects created by the Count operation.
Top
See Also