highlightSegmentation(imageHTS)
highlightSegmentation()所属R语言包:imageHTS
Highlight segmented objects in an image
突出图像中分割对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Highlight segmented objects in an image.
突出图像中分割对象。
用法----------Usage----------
highlightSegmentation(cal, nseg=NULL, cseg=NULL, thick=FALSE)
参数----------Arguments----------
参数:cal
An EBImage image object containing the original image.
一个EBImage图像对象,其中包含原始图像。
参数:nseg
An optional EBImage image object containing the nucleus mask.
一个的可选EBImage形象对象含有核面膜。
参数:cseg
An optional EBImage image object containing the cell mask.
的可选EBImage图像对象含有单元面具。
参数:thick
A logical indicating whether thick borders (useful for print) are required. Default is FALSE.
一个逻辑指示是否需要厚厚的边界(打印)。默认FALSE。
Details
详情----------Details----------
highlightSegmentation highlights nuclei and cells by outlining them in yellow and magenta.
highlightSegmentation亮点核单元概述他们在黄色和洋红色。
值----------Value----------
An EBImage image containing the annotated image.
一个EBImage图像含有注解的图像。
作者(S)----------Author(s)----------
Gregoire Pau, <a href="mailto:gregoire.pau@embl.de">gregoire.pau@embl.de</a>, 2010
参见----------See Also----------
segmentWells
segmentWells
举例----------Examples----------
## see segmentWells for an example of highlightSegmentation[#看到一个例子highlightSegmentation segmentWells]
## example(segmentWells)[#例如(segmentWells)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|