EBImage(EBImage)
EBImage()所属R语言包:EBImage
Package overview
包装概览
译者:生物统计家园网 机器人LoveR
描述----------Description----------
EBImage is an image processing and analysis package for R. Its primary goal is to enable automated analysis of large sets of images such as those obtained in high throughput automated microscopy.
EBImage是一个图像处理和分析软件包,为河,其主要目标是使大套,如高通量自动化的显微镜获得的图像进行自动分析。
The package uses the ImageMagick library for image I/O operations and some image processing methods. The GTK library is used for displaying images using display.
包使用ImageMagick库图像I / O操作和一些图像处理方法。用于显示图像,使用GTKdisplay库。
EBImage relies on the Image object to store and process images but also works on multi-dimensional arrays.
EBImage依靠Image对象的存储和处理图像,而且还对多维数组。
包装内容----------Package content----------
Image methods
图片的方法
Image
Image
as.Image, is.Image, as.raster.Image
as.Image,is.Image,as.raster.Image
colorMode, imageData
colorMode,imageData
getFrame, getNumberOfFrames
getFrame,getNumberOfFrames
Image I/O, display
显示图像I / O
readImage, writeImage
readImage,writeImage
display, animate
display,animate
image
image
Spatial transform
空间变换
resize, flip, flop
resize,flip,flop
rotate, translate, affine
rotate,translate,affine
Image segmentation, objects manipulation
图像分割,对象操纵
thresh, bwlabel
thresh,bwlabel
watershed, propagate
watershed,propagate
ocontour
ocontour
paintObjects, rmObjects, reenumerate
paintObjects,rmObjects,reenumerate
Image enhancement, filtering
图像增强,滤波
normalize
normalize
filter2, blur, gblur
filter2,blur,gblur
equalize
equalize
Morphological operations
形态学运算
makeBrush
makeBrush
erode, dilate, opening, closing
erode,dilate,opening,closing
distmap
distmap
floodFill, fillHull
floodFill,fillHull
Colorspace manipulation
色彩操纵
rgbImage, channel
rgbImage,channel
Image stacking, combining, tiling
图像叠加,组合,拼接
stackObjects
stackObjects
combine
combine
tile, untile
tile,untile
Drawing on images
吸取上的图像
drawfont, drawtext, drawCircle
drawfont,drawtext,drawCircle
Features extraction
特征提取
computeFeatures
computeFeatures
computeFeatures.basic, computeFeatures.moment, computeFeatures.shape, computeFeatures.haralick
computeFeatures.basic,computeFeatures.moment,computeFeatures.shape,computeFeatures.haralick
standardExpandRef
standardExpandRef
Obsolete
过时的
getFeatures
getFeatures
hullFeatures
hullFeatures
edgeProfile, edgeFeatures
edgeProfile,edgeFeatures
moments, cmoments, smoments, rmoments
moments,cmoments,smoments,rmoments
haralickFeatures, haralickMatrix
haralickFeatures,haralickMatrix
zernikeMoments
zernikeMoments
著者----------Authors----------
Oleg Sklyar, osklyar@ebi.ac.uk, Copyright 2005-2007
奥列格Sklyar,osklyar@ebi.ac.uk,版权所有2005-2007
Gregoire Pau, gpau@ebi.ac.uk
保罗·格雷瓜尔,gpau@ebi.ac.uk
Wolfgang Huber, huber@ebi.ac.uk
沃尔夫冈·胡贝尔,huber@ebi.ac.uk
Mike Smith, msmith@ebi.ac.uk
迈克·史密斯,msmith@ebi.ac.uk
举例----------Examples----------
example(readImage)
example(display)
example(rotate)
example(propagate)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|