README.md

Description

This is a collection of functions to extend the EBImage package and provide helper functions for processing micrographs. These functions require the EBImage package and are typically used with the virustiter package. The virustiter package requires the lattice and latticeExtra packages.

Functional Groups

Extensions to EBImage

Image stacks

Filters

Region of interest management

EBImage uses the S4 Image class to store and process images. A region of interest is an Image object with the additional class named Roi and a slot named loc to store the original x,y and x2,y2 location of the rectangular region of interest. This class of objects allows the image and original location to be passed in one object.

Micrograph utilities

At the moment, inset can be emulated by something like the following:

  plot(img) # assuming 'img' holds an Image object
  ins <- getROI(img)
  ans <- drawROI(img, ins, lwd = 2)
  ans <- putROI(ans, ins, "topright", lwd = 4)
  plot(ans)

License

GPL-3



ornelles/EBImageExtra documentation built on Aug. 10, 2022, 11:44 p.m.