NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example curl command(binary mask):

 

Code Block
$ curl localhost:6000/submitMaskOrder -F mask=@1.xml -F case_id=cbtc_test_11 -F execution_id=ganesh:test2 -F width=1743 -F height=2017 -F x=0 -F y=0 -F type= maskfile
VariableDefinition
case_id
:
The unique identifier for the image
execution_id
:
The name(label) of the algorithm/run
width
:
width of the image/roi
height
:
height of the image/roi
x
:  top
top left x coordinate of the image/roi (Default: 0)
y
:
top left y coordinate of the image/roi (Default:  0)

/ImageData

Bindaas APIs for handling Image Metadata. (Internal APIs, not meant to be exposed)

...