View source: R/colorChecker_customGray.R
| colorChecker_customGray | R Documentation | 
Calibrate images using ColorChecker.
colorChecker_customGray(
  IDlist,
  prepath = NULL,
  extension = NULL,
  colorCheckerType = "X-Rite",
  fixedCorners = FALSE,
  patchSize = 0.6,
  colorCheckerXY = NULL,
  fixedModel = NULL,
  resampleFactor = NULL
)
IDlist | 
 List of sample IDs.  | 
prepath | 
 Prepath (default = NULL).  | 
extension | 
 Extension (default = NULL).  | 
colorCheckerType | 
 Type of colorChecker. Options are 'X-Rite ' and 'ColorGauge Micro Analyzer' (default = 'X-Rite ').  | 
fixedCorners | 
 Specify whether to set the coordinates of the colorChecker corners for every image (default = FALSE).  | 
patchSize | 
 Proportion of ColorChecker patch that will be used for observed RGB values (default = 0.6).  | 
colorCheckerXY | 
 Landmark list of colorChecker corners as returned
by   | 
fixedModel | 
 Precalculated model to adjust colors. Should be a listof a model for R, G and B (the colorChecker function gives as output such a list obtained from the last image in the analysis).  | 
resampleFactor | 
 Integer for downsampling used by   | 
Calibrated image(s) ('filename_calibrated.jpg')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.