Click or drag to resize

SetRecipeCommand Class

Sets recipe to image from macro.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Addins.LearningSegmentationSmartSegmentationCommand
            MediaCy.Addins.LearningSegmentationSetRecipeCommand

Namespace:  MediaCy.Addins.LearningSegmentation
Assembly:  MediaCy.Addins.LearningSegmentation (in MediaCy.Addins.LearningSegmentation.dll) Version: 3.1.0.0
Syntax
VB
Public Class SetRecipeCommand
	Inherits SmartSegmentationCommand

The SetRecipeCommand type exposes the following members.

Constructors
  NameDescription
Public methodSetRecipeCommand
Initializes a new instance of the SetRecipeCommand class
Public methodSetRecipeCommand(McCommand)
Initializes a new instance of the SetRecipeCommand class
Top
Properties
  NameDescription
Public propertyObjectClasses
List of classes per reference objects. The array contains class indices.
Public propertyOptions
Smart segmentation options
Public propertyRecipeChannels
List of recipe channels.
Public propertySourceImage
Hidden property to set recipe.
Public propertyUserChannels
List of user-defined recipe channels
Top
Methods
  NameDescription
Public methodStatic memberFromRecipe
Creates recipe command from recipe.
Public methodSaveParameterAsCode (Overrides McCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).)
Public methodSetFromRecipe
Top
Remarks