|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsk.robotics.rlcs.agentspace.Agent.Cfg
sk.robotics.rlcs.agents.image.ImageFilterAgent.Cfg
public static class ImageFilterAgent.Cfg
Nested Class Summary | |
---|---|
static class |
ImageFilterAgent.Cfg.ImageType
|
Nested classes/interfaces inherited from class sk.robotics.rlcs.agentspace.Agent.Cfg |
---|
Agent.Cfg.Limited, Agent.Cfg.NoDefault, Agent.Cfg.Required, Agent.Cfg.Validator |
Field Summary | |
---|---|
java.lang.String |
blockSourceImage
Name of block with the source image to draw to. |
java.lang.String |
blockTargetImage
Name of block where to store processed image. |
java.lang.Boolean |
copyBeforeFilter
Blit source to target before filter()?. |
ImageFilterAgent.Cfg.ImageType |
inputImageType
Type of input image. |
java.lang.Integer |
outputHeight
Height of output image. |
ImageFilterAgent.Cfg.ImageType |
outputImageType
Type of output image. |
java.lang.Integer |
outputWidth
Width of output image. |
java.lang.Float |
priority
Priority of writing into target block. |
java.lang.Long |
validity
Validity of writing into target block. |
Fields inherited from class sk.robotics.rlcs.agentspace.Agent.Cfg |
---|
enabled, id, logLevel, timerPeriodMs, triggers |
Constructor Summary | |
---|---|
ImageFilterAgent.Cfg()
|
Method Summary |
---|
Methods inherited from class sk.robotics.rlcs.agentspace.Agent.Cfg |
---|
createAgent, equals, getHiddenFields, hideFields, validate |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String blockSourceImage
public java.lang.String blockTargetImage
public java.lang.Float priority
public java.lang.Long validity
public ImageFilterAgent.Cfg.ImageType inputImageType
public ImageFilterAgent.Cfg.ImageType outputImageType
public java.lang.Integer outputWidth
public java.lang.Integer outputHeight
public java.lang.Boolean copyBeforeFilter
Constructor Detail |
---|
public ImageFilterAgent.Cfg()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |