pixAnd | R Documentation |
These functions allow one to perform pixel-wise logical operations on
pairs of Pix-class
objects.
pixAnd(s1, s2, target = NULL)
pixOr(s1, s2, target = NULL)
pixXor(s1, s2, target = NULL)
pixSubtract(s1, s2, target = NULL)
s1 , s2 |
a |
target |
either a |
These functions return either a new Pix-class
object
or the value of target
.
Duncan Temple Lang
http://tpgit.github.io/UnOfficialLeptDocs/
pixRead
GetInputImage
pixConvertTo8
pixThresholdToValue
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.