| Package | Description |
|---|---|
| io.cortical.services |
| Modifier and Type | Method and Description |
|---|---|
static ImagePlotShape |
ImagePlotShape.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImagePlotShape[] |
ImagePlotShape.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ByteArrayInputStream |
Images.compare(ImagePlotShape shape,
ImageEncoding imageEncoding,
Model model1,
Model model2)
Returns a visualization of the comparison of two fingerprints.
|
ByteArrayInputStream |
Images.compare(ImagePlotShape shape,
ImageEncoding imageEncoding,
String jsonModel)
Returns a visualization of the comparison of two fingerprints.
|
ByteArrayInputStream |
Images.compare(Integer scalar,
ImagePlotShape shape,
ImageEncoding imageEncoding,
Model model1,
Model model2)
Returns a visualization of the comparison of two fingerprints.
|
ByteArrayInputStream |
Images.compare(Integer scalar,
ImagePlotShape shape,
ImageEncoding imageEncoding,
String jsonModel)
Returns a visualization of the comparison of two fingerprints.
|
ByteArrayInputStream |
Images.getImage(ImagePlotShape shape,
Double sparsity,
Model model)
Generate an image for the for the model.
|
ByteArrayInputStream |
Images.getImage(ImagePlotShape shape,
Double sparsity,
String jsonModel)
Generate an image for the for the model.
|
ByteArrayInputStream |
Images.getImage(Integer scalar,
ImagePlotShape shape,
ImageEncoding imageEncoding,
Double sparsity,
Model model)
Generate an image for the for the model.
|
ByteArrayInputStream |
Images.getImage(Integer scalar,
ImagePlotShape shape,
ImageEncoding imageEncoding,
Double sparsity,
String jsonModel)
Generate an image for the for the model.
|
List<Image> |
Images.getImageBulk(Boolean includeFingerprint,
Integer scalar,
ImagePlotShape shape,
Double sparsity,
Model... models)
Returns a List of
Images for the input models. |
List<Image> |
Images.getImageBulk(Boolean includeFingerprint,
Integer scalar,
ImagePlotShape shape,
Double sparsity,
String jsonModel)
Returns a List of
Images for the input models. |
List<Image> |
Images.getImageBulk(ImagePlotShape shape,
Double sparsity,
Model... models)
Returns a List of
Images for the input models. |
List<Image> |
Images.getImageBulk(ImagePlotShape shape,
Double sparsity,
String jsonModel)
Returns a List of
Images for the input models. |
Copyright © 2015. All rights reserved.