Image modification estimator interface.
More...
#include <IImageModificationEstimator.h>
Image modification estimator interface.
◆ estimate() [1/2]
◆ estimate() [2/2]
For each of the images estimate the likelihood that the image is unmodified.
- Parameters
-
[in] | images | span of source images. |
[out] | out | span of output estimations. |
- Returns
- Result with error code.
- See also
- Span, ImageModificationEstimation, Image, Result and FSDKError for details.
- Note
- images format must be R8G8B8,
- See also
- Format.
- Note
- all spans should be based on user owned continuous collections.
-
all spans should be equal size.
◆ validate()
Validate input of multiple images in a single function call.
- Parameters
-
[in] | images | span of source images. |
[out] | errors | output span of errors for each image. |
- Returns
- Overall error code for all images
- See also
- Span, Image, Result and FSDKError for details.
- Note
- images format must be R8G8B8,
- See also
- Format.
- Note
- all spans should be based on user owned continuous collections.
-
all spans should be equal size.
The documentation for this struct was generated from the following file: