Generate Image
 
Generates an image or structuring element of a given size
| Algorithms: | 
diamond Generates a diamond-shaped binary structuring element. A pixel is part of the neighborhood if the city block/Manhattan distance between it and the center of theneighborhood is no greater than radius. 
size:Radius of the diskdisk Generates an circular binary structuring element 
size:Radius of the diskempty Generates an empty image of a given size 
width:Width of generated imageheight:Height of generated imagechannels:Number of channels in generated imagek:Value for all pixels in all channelsgaussian Generates an elliptical Gaussian from the given variance matrix. 
width:Width of rectangleheight:Height of rectanglesigma-x:Variation along first axis before rotationsigma-y:Variation along first axis before rotationrotation:Rotation given in radiansscale:Multiplier for outputx:Center point along x axisy:Center point along y axisp:Super-gaussian exponent (default 1)octagon Generates an octagon-shaped binary structuring element. 
size:Size of horizontal/vertial parts of the octagonother size:Size of diagonal parts of the octagonrectangle Generates a rectangle-shaped binary structuring element. 
width:Width of rectangleheight:Height of rectanglesquare Generates a square-shaped binary structuring element. 
size:Size of the squarestar Generates a star-shaped binary structuring element. The star has 8 vertices and is an overlap of a square of size 2n + 1 with its 45 degree rotated version. The slanted sides are 45 or 135 degrees to the horizontal axis. 
size:Size “N” of the square | 
|---|
| Inputs: | None | 
|---|
| Outputs: | output : image 
 | 
|---|
- Output ports:
- 
| output: | image Resulting image | 
|---|
 
 
- Configuration:
- 
- algorithm
- (no description)
- width
- (no description)
- height
- (no description)
- sigma-x
- (no description)
- sigma-y
- (no description)
- rotation
- (no description)
- scale
- (no description)
- x
- (no description)
- y
- (no description)
- k
- (no description)
- p
- (no description)
- size
- (no description)
- other size
- (no description)
- channels
- (no description)
 
- 
class node_generateimage.ImageGenerate[source]