public interface Images
| Modifier and Type | Method and Description |
|---|---|
ByteArrayInputStream |
compare(ImagePlotShape shape,
ImageEncoding imageEncoding,
Model model1,
Model model2)
Returns a visualization of the comparison of two fingerprints.
|
ByteArrayInputStream |
compare(ImagePlotShape shape,
ImageEncoding imageEncoding,
String jsonModel)
Returns a visualization of the comparison of two fingerprints.
|
ByteArrayInputStream |
compare(Integer scalar,
ImagePlotShape shape,
ImageEncoding imageEncoding,
Model model1,
Model model2)
Returns a visualization of the comparison of two fingerprints.
|
ByteArrayInputStream |
compare(Integer scalar,
ImagePlotShape shape,
ImageEncoding imageEncoding,
String jsonModel)
Returns a visualization of the comparison of two fingerprints.
|
ByteArrayInputStream |
compare(Model model1,
Model model2)
Returns a visualization of the comparison of two fingerprints.
|
ByteArrayInputStream |
compare(String jsonModel)
Returns a visualization of the comparison of two fingerprints.
|
ByteArrayInputStream |
getImage(ImagePlotShape shape,
Double sparsity,
Model model)
Generate an image for the for the model.
|
ByteArrayInputStream |
getImage(ImagePlotShape shape,
Double sparsity,
String jsonModel)
Generate an image for the for the model.
|
ByteArrayInputStream |
getImage(Integer scalar,
ImagePlotShape shape,
ImageEncoding imageEncoding,
Double sparsity,
Model model)
Generate an image for the for the model.
|
ByteArrayInputStream |
getImage(Integer scalar,
ImagePlotShape shape,
ImageEncoding imageEncoding,
Double sparsity,
String jsonModel)
Generate an image for the for the model.
|
ByteArrayInputStream |
getImage(Model model)
Generate an image for the for the model.
|
ByteArrayInputStream |
getImage(String jsonModel)
Generate an image for the for the model.
|
List<Image> |
getImageBulk(Boolean includeFingerprint,
Integer scalar,
ImagePlotShape shape,
Double sparsity,
Model... models)
Returns a List of
Images for the input models. |
List<Image> |
getImageBulk(Boolean includeFingerprint,
Integer scalar,
ImagePlotShape shape,
Double sparsity,
String jsonModel)
Returns a List of
Images for the input models. |
List<Image> |
getImageBulk(ImagePlotShape shape,
Double sparsity,
Model... models)
Returns a List of
Images for the input models. |
List<Image> |
getImageBulk(ImagePlotShape shape,
Double sparsity,
String jsonModel)
Returns a List of
Images for the input models. |
List<Image> |
getImageBulk(Model... models)
Returns a List of
Images for the input models. |
List<Image> |
getImageBulk(String jsonModel)
Returns a List of
Images for the input models. |
List<Image> getImageBulk(Boolean includeFingerprint, Integer scalar, ImagePlotShape shape, Double sparsity, Model... models) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
Images for the input models.includeFingerprint - : true if the fingerprint should be provided in the response.scalar - : scaling factor of the image to generateshape - : shape of the plots used in the overlay imagesparsity - : a sparsity value which can be applied to the imagemodels - : models for which the images are generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the input model(s).ApiException - : if there are some server or connection issues.List<Image> getImageBulk(ImagePlotShape shape, Double sparsity, Model... models) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
Images for the input models.
DefaultValues.DEF_VALUE_PROVIDE_FINGERPRINT
DefaultValues.DEF_VALUE_PLOT_SCALARshape - : shape of the plots used in the overlay imagemodels - : models for which the images are generated.sparsity - : a sparsity value which can be applied to the imagecom.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the input model(s).ApiException - : if there are some server or connection issues.List<Image> getImageBulk(Model... models) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
Images for the input models.
DefaultValues.DEF_VALUE_PLOT_SHAPE
DefaultValues.DEF_VALUE_PLOT_SCALAR
DefaultValues.DEF_VALUE_SPARSITY
DefaultValues.DEF_VALUE_PROVIDE_FINGERPRINTmodels - : models for which the images are generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the input model(s).ApiException - : if there are some server or connection issues.ByteArrayInputStream getImage(Integer scalar, ImagePlotShape shape, ImageEncoding imageEncoding, Double sparsity, Model model) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
scalar - : scaling factor of the image to generateshape - : shape of the plots used in the overlay imageimageEncoding - : the encoding of the image.sparsity - : a sparsity value which can be applied to the imagemodel - : a model for which the fingerprint's image is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the input model(s).ApiException - : if there are some server or connection issues.ByteArrayInputStream getImage(ImagePlotShape shape, Double sparsity, Model model) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_PLOT_SCALAR
DefaultValues.DEF_VALUE_IMAGE_ENCODINGshape - : shape of the plots used in the overlay imagesparsity - : a sparsity value which can be applied to the imagemodel - : a model for which the fingerprint's image is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the input model(s).ApiException - : if there are some server or connection issues.ByteArrayInputStream getImage(Model model) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_PLOT_SHAPE
DefaultValues.DEF_VALUE_PLOT_SCALAR
DefaultValues.DEF_VALUE_SPARSITY
DefaultValues.DEF_VALUE_IMAGE_ENCODINGmodel - : a model for which the fingerprint's image is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the input model(s).ApiException - : if there are some server or connection issues.ByteArrayInputStream compare(Integer scalar, ImagePlotShape shape, ImageEncoding imageEncoding, Model model1, Model model2) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
The returned image contains a visualization of the left and right fingerprint and the overlay of both fingerprints.
scalar - : scaling factor of the image to generateshape - : shape of the plots used in the overlay imageimageEncoding - : the encoding of the image.model1 - : a model for which the fingerprint's image is generated.model2 - : a model for which the fingerprint's image is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the input model(s).ApiException - : if there are some server or connection issues.ByteArrayInputStream compare(ImagePlotShape shape, ImageEncoding imageEncoding, Model model1, Model model2) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
The returned image contains a visualization of the left and right fingerprint and the overlay of both fingerprints.
DefaultValues.DEF_VALUE_PLOT_SCALARshape - : shape of the plots used in the overlay imageimageEncoding - : the encoding of the image.model1 - : a model for which the fingerprint's image is generated.model2 - : a model for which the fingerprint's image is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the input model(s).ApiException - : if there are some server or connection issues.ByteArrayInputStream compare(Model model1, Model model2) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
The returned image contains a visualization of the left and right fingerprint and the overlay of both fingerprints.
DefaultValues.DEF_VALUE_PLOT_SHAPE
DefaultValues.DEF_VALUE_PLOT_SCALAR
DefaultValues.DEF_VALUE_IMAGE_ENCODING\model1 - : a model for which the fingerprint's image is generated.model2 - : a model for which the fingerprint's image is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the input model(s).ApiException - : if there are some server or connection issues.List<Image> getImageBulk(Boolean includeFingerprint, Integer scalar, ImagePlotShape shape, Double sparsity, String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
Images for the input models.includeFingerprint - : identify if the fingerprint should be present/provided in the images.scalar - : scaling factor of the image to generateshape - : shape of the plots used in the overlay imagesparsity - : a sparsity value which can be applied to the imagejsonModel - : json model for which the images are generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the input model(s).ApiException - : if there are some server or connection issues.List<Image> getImageBulk(ImagePlotShape shape, Double sparsity, String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
Images for the input models.
DefaultValues.DEF_VALUE_PROVIDE_FINGERPRINT
DefaultValues.DEF_VALUE_PLOT_SCALARshape - : shape of the plots used in the overlay imagejsonModel - : json model for which the images are generated.sparsity - : a sparsity value which can be applied to the imagecom.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the input model(s).ApiException - : if there are some server or connection issues.List<Image> getImageBulk(String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
Images for the input models.
DefaultValues.DEF_VALUE_PLOT_SHAPE
DefaultValues.DEF_VALUE_PLOT_SCALAR
DefaultValues.DEF_VALUE_SPARSITY
DefaultValues.DEF_VALUE_PROVIDE_FINGERPRINTjsonModel - : json model for which the images are generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the input model(s).ApiException - : if there are some server or connection issues.ByteArrayInputStream getImage(Integer scalar, ImagePlotShape shape, ImageEncoding imageEncoding, Double sparsity, String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
scalar - : scaling factor of the image to generateshape - : shape of the plots used in the overlay imageimageEncoding - : the encoding of the image.sparsity - : a sparsity value which can be applied to the imagejsonModel - : json model for which the fingerprint's image is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the input model(s).ApiException - : if there are some server or connection issues.ByteArrayInputStream getImage(ImagePlotShape shape, Double sparsity, String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_PLOT_SCALAR
DefaultValues.DEF_VALUE_IMAGE_ENCODINGshape - : the shape of the plots used in the overlay imagesparsity - : the sparsity that should be applied to the imagejsonModel - : a json model for which the fingerprint's image is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the input model(s).ApiException - : if there are some server or connection issues.ByteArrayInputStream getImage(String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_PLOT_SHAPE
DefaultValues.DEF_VALUE_PLOT_SCALAR
DefaultValues.DEF_VALUE_SPARSITY
DefaultValues.DEF_VALUE_IMAGE_ENCODINGjsonModel - : a json model for which the fingerprint's image is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the input model(s).ApiException - : if there are some server or connection issues.ByteArrayInputStream compare(Integer scalar, ImagePlotShape shape, ImageEncoding imageEncoding, String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
The returned image contains a visualization of the left and right fingerprint and the overlay of both fingerprints.
scalar - : scaling factor of the image to generateshape - : the shape of the plots used in the overlay imageimageEncoding - : the encoding of the image.jsonModel - : a json model for which the fingerprint's images are generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the input model(s).ApiException - : if there are some server or connection issues.ByteArrayInputStream compare(ImagePlotShape shape, ImageEncoding imageEncoding, String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
The returned image contains a visualization of the left and right fingerprint and the overlay of both fingerprints.
DefaultValues.DEF_VALUE_PLOT_SCALARshape - : the shape of the plots used in the overlay imageimageEncoding - : the encoding of the image.jsonModel - : a json model for which the fingerprint's images are generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the input model(s).ApiException - : if there are some server or connection issues.ByteArrayInputStream compare(String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
The returned image contains a visualization of the left and right fingerprint and the overlay of both fingerprints.
DefaultValues.DEF_VALUE_PLOT_SHAPE
DefaultValues.DEF_VALUE_PLOT_SCALAR
DefaultValues.DEF_VALUE_IMAGE_ENCODING\jsonModel - : a json model for which the fingerprint's images are generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the input model(s).ApiException - : if there are some server or connection issues.Copyright © 2015. All rights reserved.