A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
canvas — Property, class com.hook.imageprocessing.siox.SegmentationController
Returns the current canvas.
Canvas — class, package com.hook.imageprocessing.siox.canvas
Implementation of a canvas which displays a canvas based on a confidence matrix and imagedata vector.
Canvas() — Constructor, class com.hook.imageprocessing.siox.canvas.Canvas
Constructor
canvasChanged — Event, class com.hook.imageprocessing.siox.SegmentationController
Dispatched when the canvas has been swapped with another canvas.
CANVAS_CHANGED — Constant Static Property, class com.hook.imageprocessing.siox.canvas.CanvasEvent
When the SegmentationController gets a different canvas set, it fires the CANVAS_CHANGED event.
CanvasEvent — class, package com.hook.imageprocessing.siox.canvas
Dispatched by the SegmentationController when the canvas has been changed in the segmentation controller or modified internally.
CanvasEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.hook.imageprocessing.siox.canvas.CanvasEvent
canvasManipulated — Event, class com.hook.imageprocessing.siox.SegmentationController
Dispatched when the canvas has been updated, such as cropping, foreground drawing, background drawing, etc.
CANVAS_MANIPULATED — Constant Static Property, class com.hook.imageprocessing.siox.canvas.CanvasEvent
When the confidence matrix for the canvas is adjusted, the SegmentationController fires the CANVAS_MANIPULATED event.
CERTAIN_BACKGROUND_CONFIDENCE — Constant Static Property, class com.hook.imageprocessing.siox.SioxSegmentator
Confidence corresponding to a certain background reagion (equals zero).
CERTAIN_BACKGROUND_CONFIDENCE — Constant Static Property, class com.hook.imageprocessing.siox.objects.SegmentationConfidence
Confidence corresponding to a certain background reagion (equals zero).
CERTAIN_FOREGROUND_CONFIDENCE — Constant Static Property, class com.hook.imageprocessing.siox.SioxSegmentator
Confidence corresponding to a certain foreground region (equals one).
CERTAIN_FOREGROUND_CONFIDENCE — Constant Static Property, class com.hook.imageprocessing.siox.objects.SegmentationConfidence
Confidence corresponding to a certain foreground region (equals one).
classifyColors() — method, class com.hook.imageprocessing.siox.SioxSegmentator
Loop through the colors and distinguish if the colors are backgrounds or foregrounds.
CLASSIFYING_COLORS_COMPLETE — Constant Static Property, class com.hook.imageprocessing.siox.SioxSegmentator
clone() — method, class com.hook.imageprocessing.siox.canvas.CanvasEvent
clone() — method, class com.hook.imageprocessing.siox.events.SegmentationEvent
clone() — method, class com.hook.imageprocessing.siox.objects.LabColor
clone() — method, class com.hook.imageprocessing.siox.objects.RGBColor
clusters1 — Static Property, class com.hook.imageprocessing.siox.ColorSignature
clusters2 — Static Property, class com.hook.imageprocessing.siox.ColorSignature
clusterSize — Property, class com.hook.imageprocessing.siox.SioxSegmentator
Cluster size
colorDictionary — Property, class com.hook.imageprocessing.siox.SioxSegmentator
Dictionary of colors
ColorSignature — class, package com.hook.imageprocessing.siox
The ColorSignature class analyzes pixel data and creates color profiles of the image based on clustering and LAB color analysis.
ColorSignature() — Constructor, class com.hook.imageprocessing.siox.ColorSignature
com.hook.imageprocessing.siox — package
com.hook.imageprocessing.siox.canvas — package
com.hook.imageprocessing.siox.canvas.interfaces — package
com.hook.imageprocessing.siox.events — package
com.hook.imageprocessing.siox.objects — package
com.hook.imageprocessing.siox.undo — package
com.hook.imageprocessing.siox.utils — package
confidenceMatrix — Property, class com.hook.imageprocessing.siox.SegmentationController
A reference to the confidenceMatrix in canvas.
confidenceMatrix — Property, class com.hook.imageprocessing.siox.SioxSegmentator
This is one of the most important variables in the process.
_confidenceMatrix — Property, class com.hook.imageprocessing.siox.canvas.Canvas
Vector containing the confidence of those pixels.
confidenceMatrix — Property, class com.hook.imageprocessing.siox.canvas.Canvas
Returns the confidence matrix vector that contains the confidence of the pixels.
confidenceMatrix — Property, interface com.hook.imageprocessing.siox.canvas.interfaces.ICanvas
Returns the confidence matrix vector that contains the confidence of the pixels.
confidenceMatrix — Property, class com.hook.imageprocessing.siox.undo.UndoState
count — Property, class com.hook.imageprocessing.siox.objects.LabColor
createKnownBackgroundsAndForegrounds() — method, class com.hook.imageprocessing.siox.SioxSegmentator
Loops through the selected pixels and gathers all of the known backgrounds and known foregrounds that were brushed
createSignature(input:Vector$com.hook.imageprocessing.siox.objects:LabColor, length:Number, limits:com.hook.imageprocessing.siox.objects:LabColor, threshold:Number) — Static Method , class com.hook.imageprocessing.siox.ColorSignature
Create a color signature for the given set of pixels.
createSignatures() — method, class com.hook.imageprocessing.siox.SioxSegmentator
Creates color signatures of the found foregrounds and backgrounds.
CREATING_SIGNATURES_COMPLETE — Constant Static Property, class com.hook.imageprocessing.siox.SioxSegmentator
cropArea — Property, class com.hook.imageprocessing.siox.SegmentationController
The area that has been cropped.
currentImageBitmapData — Property, class com.hook.imageprocessing.siox.canvas.Canvas
The BitmapData used to display the pixel data.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z