Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 8 of 8 found.
[1] < 1 > [1]  Sort:

newPixmapRGB (Package: rtiff) : Create an RGB pixmap

A utility function to create an RGB pixmap object out of 3 rasters.
● Data Source: CranContrib
● Keywords: utilities
● Alias: newPixmapRGB
● 0 images

readTiff (Package: rtiff) : A function to load TIFF images into a pixmap.

Loads a TIFF image from a file and returns the image as a pixmap object, with optional scaling.
● Data Source: CranContrib
● Keywords: IO, file, utilities
● Alias: readTiff
● 0 images

getDescription (Package: rtiff) : Get the description on a TIFF file.

Gets the TIFF description field (tag 270) for a TIFF file.
● Data Source: CranContrib
● Keywords: IO, file, utilities
● Alias: getDescription
● 0 images

plot.matrix (Package: rtiff) : Overload the plot function for matrices

This is a simple S3 method for the plot function which takes a matrix, converts it to an RGB pixmap (by replicating it 3 times, once for each channel), and then plotting the resulting image.
● Data Source: CranContrib
● Keywords: utilities
● Alias: plot.matrix
● 0 images

rtiff-package (Package: rtiff) :

This package will read TIFF format images and return them as a pixmap object. Because the resulting object can be very large for even modestly sized TIFF images, images can be reduced as they are read for improved performance. This package is a wrapper around libtiff (www.libtiff.org), on which it depends. By using libtiff's highlevel TIFFReadRGBAImage function, this package inherently support a wide range of image formats and compression schemes. This package also provides an implementation of the Ridler Autothresholding algorithm for easy generation of binary masks.
● Data Source: CranContrib
● Keywords: IO
● Alias: rtiff, rtiff-package
● 0 images

writeTiff (Package: rtiff) : A function to load TIFF images into a pixmap.

Loads a TIFF image from a file and returns the image as a pixmap object, with optional scaling.
● Data Source: CranContrib
● Keywords: IO, file, utilities
● Alias: writeTiff
● 0 images

autoThreshold (Package: rtiff) : Suggests threshold levels to use in binarizing an image channel.

This is an implementation of the Ridler method for binarization (see references). NOTE: The order of the values returned did not match what is described in the "value" section below. This is fixed in this version.
● Data Source: CranContrib
● Keywords: IO, file, utilities
● Alias: autoThreshold
● 0 images

updateDescription (Package: rtiff) : Set the description on a TIFF file.

Sets the TIFF description field (tag 270) for a TIFF file.
● Data Source: CranContrib
● Keywords: IO, file, utilities
● Alias: updateDescription
● 0 images