[untitled]
Created: 2012-01-03 11:57:05
Last updated: 2012-01-03 11:58:43
A KUP domain image segmentation workflow that identifies ans annotates important regions on microscopic Kidney biopsy images (vessels and glomerulus)
Preview
Run
Run this Workflow in the Taverna Workbench...
Workflow Components
Authors (0)
|  |
Titles (0)
|  |
Descriptions (0)
|  |
Dependencies (0)
|  |
Inputs (1)
|  |
Name |
Description |
imageFile |
|
Processors (22)
|  |
Name |
Type |
Description |
uploadImage |
wsdl |
Wsdlhttp://localhost:8080/axis2/services/ImageService?wsdlWsdl OperationuploadImage |
uploadImage_input |
xmlsplitter |
|
uploadImage_output |
xmlsplitter |
|
transformImage |
wsdl |
Wsdlhttp://localhost:8080/axis2/services/ImageService?wsdlWsdl OperationtransformImage |
transformImage_input |
xmlsplitter |
|
ConvertTo8Bit |
stringconstant |
ValueConvertTo8Bit |
transformImage_output |
xmlsplitter |
|
transformImage_2 |
wsdl |
Wsdlhttp://localhost:8080/axis2/services/ImageService?wsdlWsdl OperationtransformImage |
transformImage_2_input |
xmlsplitter |
|
AutoThresholdImage |
stringconstant |
ValueAutoThresholdImage |
transformImage_2_output |
xmlsplitter |
|
extractFeatures |
wsdl |
Wsdlhttp://localhost:8080/axis2/services/ImageService?wsdlWsdl OperationextractFeatures |
extractFeatures_input |
xmlsplitter |
|
KUP_Enhance |
stringconstant |
ValueKUP_Enhance |
extractFeatures_2 |
wsdl |
Wsdlhttp://localhost:8080/axis2/services/ImageService?wsdlWsdl OperationextractFeatures |
extractFeatures_2_input |
xmlsplitter |
|
KUP_ObjectDetection |
stringconstant |
ValueKUP_ObjectDetection |
ShowSegmentedImage |
beanshell |
ScriptURL inputURL = null;
inputURL = new URL(url);
byte[] contents;
if (inputURL.openConnection().getContentLength() == -1) {
// Content size unknown, must read first...
byte[] buffer = new byte[1024];
int bytesRead = 0;
int totalBytesRead = 0;
InputStream is = inputURL.openStream();
while (bytesRead != -1) {
totalBytesRead += bytesRead;
bytesRead = is.read(buffer, 0, 1024);
}
contents = new byte[totalBytesRead];
} else {
contents = new byte[inputURL.openConnection().getContentLength()];
}
int bytesRead = 0;
int totalBytesRead = 0;
InputStream is = inputURL.openStream();
while (bytesRead != -1) {
bytesRead = is.read(contents, totalBytesRead, contents.length - totalBytesRead);
totalBytesRead += bytesRead;
if (contents.length==totalBytesRead) break;
}
image = contents;
|
getImageURL |
wsdl |
Wsdlhttp://localhost:8080/axis2/services/ImageService?wsdlWsdl OperationgetImageURL |
getImageURL_input |
xmlsplitter |
|
getImageURL_output |
xmlsplitter |
|
Encode_Byte_Array_to_Base_64 |
localworker |
Scriptimport org.apache.commons.codec.binary.Base64;
base64 = new String(Base64.encodeBase64(bytes)); |
Beanshells (1)
|  |
Name |
Description |
Inputs |
Outputs |
ShowSegmentedImage |
|
url
|
image
|
Outputs (1)
|  |
Datalinks (23)
|  |
Source |
Sink |
uploadImage_input:output |
uploadImage:parameters |
Encode_Byte_Array_to_Base_64:base64 |
uploadImage_input:image |
uploadImage:parameters |
uploadImage_output:input |
transformImage_input:output |
transformImage:parameters |
ConvertTo8Bit:value |
transformImage_input:transformationMethodName |
uploadImage_output:return |
transformImage_input:imageReference |
transformImage:parameters |
transformImage_output:input |
transformImage_2_input:output |
transformImage_2:parameters |
AutoThresholdImage:value |
transformImage_2_input:transformationMethodName |
transformImage_output:return |
transformImage_2_input:imageReference |
transformImage_2:parameters |
transformImage_2_output:input |
extractFeatures_input:output |
extractFeatures:parameters |
KUP_Enhance:value |
extractFeatures_input:extractionMethodName |
transformImage_2_output:return |
extractFeatures_input:imageReference |
extractFeatures_2_input:output |
extractFeatures_2:parameters |
KUP_ObjectDetection:value |
extractFeatures_2_input:extractionMethodName |
extractFeatures:parameters |
extractFeatures_2_input:imageReference |
getImageURL_output:return |
ShowSegmentedImage:url |
getImageURL_input:output |
getImageURL:parameters |
extractFeatures_2:parameters |
getImageURL_input:imageReference |
getImageURL:parameters |
getImageURL_output:input |
imageFile |
Encode_Byte_Array_to_Base_64:bytes |
ShowSegmentedImage:image |
image |
Coordinations (0)
|  |
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 (0)
None
Log in to add to one of your Packs
Attributed By (0)
(Workflows/Files)
None
Favourited By (0)
No one
Statistics
Citations (0)Version History
Other workflows that use similar services
(0)
There are no workflows in myExperiment that use similar services to this Workflow.
No comments yet
Log in to make a comment