omero_model_ImageI class wrapper extends BlitzObjectWrapper.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getThumbnail(self,
size=(64,64),
z=None,
t=None) |
source code
|
|
|
|
|
|
|
setActiveChannels(self,
channels,
windows=None,
colors=None) |
source code
|
|
|
|
|
|
|
getPixelLine(self,
z,
t,
pos,
axis,
channels=None,
range=None)
Grab a horizontal or vertical line from the image pixel data, for the
specified channels (or all if not specified) and using the specified
range (or 1:1 relative to the image size). |
source code
|
|
|
getRow(self,
z,
t,
y,
channels=None,
range=None) |
source code
|
|
|
getCol(self,
z,
t,
x,
channels=None,
range=None) |
source code
|
|
|
|
|
|
|
setGreyscaleRenderingModel(self)
Sets the Greyscale rendering model on this image's current renderer |
source code
|
|
|
setColorRenderingModel(self)
Sets the HSB rendering model on this image's current renderer |
source code
|
|
|
|
|
|
|
|
|
|
|
renderSplitChannel(self,
z,
t,
compression=0.9,
border=2)
Prepares a jpeg representation of a 2d grid holding a render of each
channel, along with one for all channels at the set Z and T points. |
source code
|
|
|
|
|
renderSplitChannelImage(self,
z,
t,
compression=0.9,
border=2)
Prepares a PIL Image with a 2d grid holding a render of each channel,
along with one for all channels at the set Z and T points. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from BlitzObjectWrapper :
__eq__ ,
__getattr__ ,
__init__ ,
__prepare__ ,
__repr__ ,
canDelete ,
canOwnerWrite ,
canWrite ,
countChildren ,
countChildren_cached ,
creationEventDate ,
findChildByName ,
getAncestry ,
getAnnotation ,
getDescription ,
getDetails ,
getId ,
getName ,
getOwner ,
getOwnerFullName ,
getOwnerOmeName ,
isEditable ,
isLeaded ,
isOwned ,
isPrivate ,
isPublic ,
isReadOnly ,
isShared ,
linkAnnotation ,
listAnnotations ,
listChildren ,
listParents ,
removeAnnotations ,
save ,
saveAs ,
setDescription ,
setName ,
updateEventDate
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|