Slit Class Reference
#include <Slit.h>
Public Member Functions | |
| Slit () | |
| Slit (double w, double h, int slit_sampling) | |
| void | set_slit (double w, double h, int slit_sampling) |
| void | show () |
Public Attributes | |
| double | w |
| double | h |
| int | w_px |
| int | h_px |
| double | ratio |
| int | slit_sampling |
| cv::Mat | slit_image |
| bool | use_gpu = false |
Constructor & Destructor Documentation
| Slit::Slit | ( | ) |
| Slit::Slit | ( | double | w, |
| double | h, | ||
| int | slit_sampling | ||
| ) |
Member Function Documentation
| void Slit::set_slit | ( | double | w, |
| double | h, | ||
| int | slit_sampling | ||
| ) |
| void Slit::show | ( | ) |
Member Data Documentation
| double Slit::h |
| int Slit::h_px |
| double Slit::ratio |
| cv::Mat Slit::slit_image |
| int Slit::slit_sampling |
| bool Slit::use_gpu = false |
| double Slit::w |
| int Slit::w_px |
The documentation for this class was generated from the following files:

1.8.11