|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpojos.util.UploadMask
public class UploadMask
Constructor Summary | |
---|---|
UploadMask(long imageId)
Instantiate the class. |
Method Summary | |
---|---|
void |
addArray(int[][] image,
int z,
int t,
int c)
Add a Mask Shape to the appropriate ROIClass, creating one if neccessary. |
void |
addImage(byte[] image,
int z,
int t,
int c)
Add a Mask Shape to the appropriate ROIClass, creating one if neccessary. |
List<omero.model.RoiI> |
getROI()
Get the ROIs created from uploading the images. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UploadMask(long imageId)
imageId
- The ImageId where the uploaded images are from.Method Detail |
---|
public void addImage(byte[] image, int z, int t, int c) throws IOException
image
- The Image containing the mask dat.z
- The Z Section of the image.t
- The Time point of the image.
IOException
public void addArray(int[][] image, int z, int t, int c) throws IOException
image
- The Image containing the mask dat.z
- The Z Section of the image.t
- The Time point of the image.
IOException
public List<omero.model.RoiI> getROI()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: Beta-4.2.0-r7571-b29
Copyright © 2009 The University of Dundee. All Rights Reserved.