View source: R/BP_ChooseForeground.R
BP_ChooseForeground | R Documentation |
Let the user to choose the foreground color of an image.
BP_ChooseForeground(bone, analysis = 1)
bone |
The bone image to be used |
analysis |
The name or rank of analysis |
BP_ChooseForeground let the user to choose the foreground color of an image
The orignial bone object with a new attribute for foreground color
Marc Girondot marc.girondot@u-psud.fr
Other BoneProfileR:
BP_AutoFit()
,
BP_ChooseBackground()
,
BP_ChooseCenter()
,
BP_DetectBackground()
,
BP_DetectCenters()
,
BP_DetectForeground()
,
BP_DuplicateAnalysis()
,
BP_EstimateCompactness()
,
BP_FitBayesianCompactness()
,
BP_FitMLCompactness()
,
BP_FitMLRadialCompactness()
,
BP_GetFittedParameters()
,
BP_ListAnalyses()
,
BP_LnLCompactness()
,
BP_OpenImage()
,
BP_Report()
,
Erinaceus_europaeus
,
plot.BoneProfileR()
,
summary.BoneProfileR()
## Not run:
# Not run:
bone <- BP_OpenImage()
bone <- BP_ChooseBackground(bone=bone)
bone <- BP_ChooseForeground(bone=bone)
plot(bone)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.