|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjjil.algorithm.ApplyMaskRgb
public class ApplyMaskRgb
ApplyMaskRgb shows a mask on an RGB image by making all the unmasked pixels gray.
Constructor Summary | |
---|---|
ApplyMaskRgb()
Creates a new instance of ApplyMaskRgb |
Method Summary | |
---|---|
RgbImage |
push(RgbImage imRgb,
Gray8Image imMask)
Highlights an area in a RGB image by turning the non-masked areas gray and dimming them. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApplyMaskRgb()
Method Detail |
---|
public RgbImage push(RgbImage imRgb, Gray8Image imMask) throws Error
imRgb
- the input RGB image.imMask
- The input mask. Pixels with the value Byte.MinValue are unmasked. Everything else is
considered to be masked.
Error
- if the input sizes do not match
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |