RAWverna Image Evaluator - Evaluate Equals
Created: 2012-02-21 17:46:15
Last updated: 2012-02-21 17:46:16
Takes two images as byte array and compares them for equality using the RAWverna Image Evaluator.
Preview
Run
Run this Workflow in the Taverna Workbench...
Workflow Components
Authors (1)
Titles (1)
RAWverna Image Evaluator - Evaluate Equals |
Descriptions (1)
Takes two images as byte array and compares them for equality using the RAWverna Image Evaluator. |
Dependencies (0)
Inputs (2)
Name |
Description |
image1 |
Image 2 used for comparison as byte array.
|
image2 |
Image 2 used for comparison as byte array.
|
Processors (3)
Name |
Type |
Description |
Java_image_evaluator |
RAWverna |
|
profileEnd |
beanshell |
Scriptimport org.apache.log4j.Logger;
Logger logger = Logger.getLogger("Workflow - Evaluate Equals");
logger.info("Done evaluating object.image.similarity.equals");
long startTimestampLong = Long.parseLong(startTimestamp);
double runtime = (System.nanoTime() - startTimestampLong) * 1.0e-9; |
profileStart |
beanshell |
Scriptimport org.apache.log4j.Logger;
Logger logger = Logger.getLogger("Workflow - Evaluate Equals");
logger.info("Evaluating object.image.similarity.equal");
long startTimestamp = System.nanoTime(); |
Beanshells (2)
Name |
Description |
Inputs |
Outputs |
profileEnd |
|
startTimestamp
|
runtime
|
profileStart |
|
|
startTimestamp
|
Outputs (2)
Name |
Description |
object.image.similarity.equal |
Result of the RAWverna image evaluator.
|
runtime |
Runtime of this workflow in seconds.
|
Datalinks (5)
Source |
Sink |
image1 |
Java_image_evaluator:image1 |
image2 |
Java_image_evaluator:image2 |
profileStart:startTimestamp |
profileEnd:startTimestamp |
Java_image_evaluator:object.image.similarity.equal |
object.image.similarity.equal |
profileEnd:runtime |
runtime |
Coordinations (2)
Controller |
Target |
profileStart |
Java_image_evaluator |
Java_image_evaluator |
profileEnd |
Uploader
License
All versions of this Workflow are
licensed under:
Version 1
(of 1)
Credits (1)
(People/Groups)
Attributions (0)
(Workflows/Files)
None
Shared with Groups (0)
None
Featured In Packs (1)
Log in to add to one of your Packs
Attributed By (0)
(Workflows/Files)
None
Favourited By (0)
No one
Statistics
Other workflows that use similar services
(0)
There are no workflows in myExperiment that use similar services to this Workflow.
Comments (0)
No comments yet
Log in to make a comment