Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 Canvas
com.hook.imageprocessing.siox.canvas Implementation of a canvas which displays a canvas based on a confidence matrix and imagedata vector.
 CanvasEvent
com.hook.imageprocessing.siox.canvas Dispatched by the SegmentationController when the canvas has been changed in the segmentation controller or modified internally.
 ColorSignature
com.hook.imageprocessing.siox The ColorSignature class analyzes pixel data and creates color profiles of the image based on clustering and LAB color analysis.
 ICanvas
com.hook.imageprocessing.siox.canvas.interfaces Interface for a canvas which display an image processed by Siox
 LabColor
com.hook.imageprocessing.siox.objects Contains the values for a LAB color.
 RGBColor
com.hook.imageprocessing.siox.objects Contains values for an RGB color.
 SegmentationConfidence
com.hook.imageprocessing.siox.objects Contains the valid confidence values.
 SegmentationController
com.hook.imageprocessing.siox The SegmentationController is a controller that is designed to help manage the segmentation process.
 SegmentationEvent
com.hook.imageprocessing.siox.events Event used by the segmentation process to fire the status of the algorithm.
 SioxSegmentator
com.hook.imageprocessing.siox Image segmentator based on SIOX: Simple Interactive Object Extraction To segmentate an image one has to perform the following steps.
 SioxUtils
com.hook.imageprocessing.siox.utils ...
 Tupel
com.hook.imageprocessing.siox.objects Helper class for storing the minimum distances to a cluster centroid in background and foreground and the index to the centroids in each signature for a given color.
 UndoController
com.hook.imageprocessing.siox.undo Handles undo states in the application.
 UndoState
com.hook.imageprocessing.siox.undo Object that contains a canvas's old state.