cpmrf2d | R Documentation |
Computes the vector of conditional probabilities for a pixel position given a field, an interaction structure and a parameter array.
cp_mrf2d(Z, mrfi, theta, pos)
Z |
A |
mrfi |
A |
theta |
A 3-dimensional array describing potentials. Slices represent
interacting positions, rows represent pixel values and columns represent
neighbor values. As an example: |
pos |
Length-2 vector with the position to compute conditional probabilities in. |
A numeric
vector with the conditional probabilities.
Victor Freguglia
A paper with detailed description of the package can be found at doi: 10.18637/jss.v101.i08.
cp_mrf2d(Z_potts, mrfi(1), theta_potts, c(57,31)) cp_mrf2d(Z_potts, mrfi(1), theta_potts*0.1, c(57,31))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.