Image QA (RAW/NonRAW, Ssim, Equals)
Created: 2012-02-27 15:58:20
Last updated: 2012-02-27 15:58:21
Reads images either by reading the file directly or using dcraw depending on the image mimetype. Then runs QA algorithms to compare the images.
Preview
Run
Run this Workflow in the Taverna Workbench...
Workflow Components
Authors (1)
Titles (1)
Image QA (RAW/NonRAW, Ssim, Equals) |
Descriptions (1)
Reads images either by reading the file directly or using dcraw depending on the image mimetype. Then runs QA algorithms to compare the images. |
Dependencies (0)
Inputs (4)
Name |
Description |
path1 |
Path to the first image.
|
path2 |
Path to the second image.
|
mimetype1 |
Mime-Type of the first image.
|
mimetype2 |
Mime-Type of the second image.
|
Processors (5)
Name |
Type |
Description |
readImage1 |
workflow |
Reads the image, |
readImage2 |
workflow |
Reads the image, |
isRaw1 |
beanshell |
Checks if the image is RAW. Scriptif ("image/x-raw".equalsIgnoreCase(mimetype)) {
isRaw = true;
} else {
isRaw = false;
} |
isRaw2 |
beanshell |
Checks if the image is RAW. Scriptif ("image/x-raw".equalsIgnoreCase(mimetype)) {
isRaw = true;
} else {
isRaw = false;
} |
imageQA |
workflow |
Runs image QA algorithms. |
Beanshells (8)
Name |
Description |
Inputs |
Outputs |
isRaw1 |
Checks if the image is RAW. |
mimetype
|
isRaw
|
isRaw2 |
Checks if the image is RAW. |
mimetype
|
isRaw
|
getFirstElementDFS |
|
input
|
firstElement
|
selectDcrawParameters |
|
path
isRawThis
isRawOther
|
dcraw_noInt_noConv_fixed_path
dcraw_srgb_colorInt_camera_path
dcraw_srgb_colorInt_fixed_path
nonraw
|
readFile |
|
path
|
image
|
selectImageDataEquals |
|
imageRaw
imageOthers
|
imageEquals
|
profileStart |
|
|
startTimestamp
|
profileEnd |
|
startTimestamp
|
runtime
|
Outputs (2)
Name |
Description |
object.image.similarity.ssimSimple |
|
object.image.similarity.equal |
|
Datalinks (14)
Source |
Sink |
path1 |
readImage1:path |
isRaw1:isRaw |
readImage1:isRawThis |
isRaw2:isRaw |
readImage1:isRawOther |
path2 |
readImage2:path |
isRaw1:isRaw |
readImage2:isRawOther |
isRaw2:isRaw |
readImage2:isRawThis |
mimetype1 |
isRaw1:mimetype |
mimetype2 |
isRaw2:mimetype |
readImage1:imageEquals |
imageQA:imageEquals1 |
readImage2:imageEquals |
imageQA:imageEquals2 |
readImage1:imageOthers |
imageQA:imageSsim1 |
readImage2:imageOthers |
imageQA:imageSsim2 |
imageQA:object.image.similarity.ssimSimple |
object.image.similarity.ssimSimple |
imageQA:object.image.similarity.equal |
object.image.similarity.equal |
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