class representing a CCD detector
More...
#include <CCD.h>
|
static void | do_bleed (cv::Mat &input, double limit) |
|
class representing a CCD detector
CCD::CCD |
( |
int |
Nx, |
|
|
int |
Ny, |
|
|
int |
oversampling, |
|
|
int |
data_type |
|
) |
| |
Constructor
- Parameters
-
Nx | number of pixels in X direction |
Ny | number of pixels in Y direction |
oversampling | specifies the oversampling factor that will be used to downsample the image to its physical size |
data_type | data type, should be same as slit.image. Possible values see opencv datatypes (e.g. CV_32F, CV_64F,...) |
- Returns
- CCD
void CCD::do_bleed |
( |
cv::Mat & |
input, |
|
|
double |
limit |
|
) |
| |
|
static |
cv::Mat CCD::get_image |
( |
bool |
downsample = true , |
|
|
bool |
bleed = true |
|
) |
| |
CCD CCD::operator+ |
( |
const CCD & |
ccd | ) |
|
|
inline |
void CCD::save_to_file |
( |
std::string |
filename, |
|
|
bool |
downsample = true , |
|
|
bool |
bleed = true , |
|
|
bool |
overwrite = false |
|
) |
| |
bool CCD::use_gpu = false |
The documentation for this class was generated from the following files:
- /home/stuermer/Repos/cpp/EchelleSimulator/include/CCD.h
- /home/stuermer/Repos/cpp/EchelleSimulator/src/CCD.cpp