LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
home
lsstsw
stack
Linux64
afw
11.0.rc2+4
python
lsst
afw
display
Rgb.h
Go to the documentation of this file.
1
#if !defined(LSST_AFW_DISPLAY_RGB_H)
2
#define LSST_AFW_DISPLAY_RGB_H 1
3
4
namespace
lsst {
namespace
afw {
namespace
display
{
5
6
template
<
typename
ImageT>
7
void
8
replaceSaturatedPixels
(ImageT &
rim
,
//< R image (e.g. i)
9
ImageT &
gim
,
//< G image (e.g. r)
10
ImageT &
bim
,
//< B image (e.g. g)
11
int
borderWidth
= 2,
//< width of border used to estimate colour of saturated regions
12
float
saturatedPixelValue
= 65535
//< the brightness of a saturated pixel, once fixed
13
);
14
15
}}}
16
17
#endif
lsst.afw.display::gim
void ImageT & gim
Definition:
Rgb.h:9
lsst.afw.cameraGeom.utils.display
display
Definition:
utils.py:48
lsst.afw.display::bim
void ImageT ImageT & bim
Definition:
Rgb.h:9
lsst.afw.display::replaceSaturatedPixels
template void replaceSaturatedPixels(image::MaskedImage< float > &rim, image::MaskedImage< float > &gim, image::MaskedImage< float > &bim, int borderWidth, float saturatedPixelValue)
lsst.afw.display::rim
SetPixels< typename ImageT::Image > setR * rim()), setG(*gim.getImage()), setB(*bim.getImage()
lsst.afw.display::borderWidth
void ImageT ImageT int borderWidth
Definition:
Rgb.h:11
lsst.afw.display::saturatedPixelValue
void ImageT ImageT int float saturatedPixelValue
Definition:
Rgb.h:12
Generated on Wed Sep 16 2015 13:35:26 for LSSTApplications by
1.8.5