Learn R Programming

CRImage (version 1.20.0)

CRImage-package: CRImage is a package to analyze images and classify cells.

Description

CRImage allows classification of cells in biological images. It offers methods to segment cells or cell nuclei in biological images for example HE stained images. It offers methods to create a classifier and to classify cells in these images. Furthermore it allows the calculation of tumour cellularity for large microscope images.

CRImage makes use of the image processing package EBImage, which uses the 'ImageMagick' library for image I/O operations and the 'GTK' library to display images.

Arguments

Package content

Image processing methods:
  • calculateThreshold
  • segmentImage
Classification:
  • createTrainingSet
  • createClassifier
  • classifyCells
Tumour cellularity
  • calculateCellularity
  • processAperio

Details

Package:
CRImage
Type:
Package
Version:
1.0
Date:
2010-04-27
License:
LGPL Version 2 or later
LazyLoad:
yes

Examples

Run this code
example(segmentImage)
example(createClassifier)
example(classifyImage)

Run the code above in your browser using DataLab