#include <Image2D.h>
Definition at line 59 of file Image2D.h.
◆ difference_type
◆ StorageMode
| Enumerator |
|---|
| FILE_PATH | |
| IN_MEMORY_MAT | |
| IN_MEMORY_GS | |
Definition at line 64 of file Image2D.h.
◆ Image2D() [1/8]
| ncorr::Image2D::Image2D |
( |
| ) |
|
|
default |
◆ Image2D() [2/8]
| ncorr::Image2D::Image2D |
( |
const Image2D & |
| ) |
|
|
default |
◆ Image2D() [3/8]
| ncorr::Image2D::Image2D |
( |
Image2D && |
| ) |
|
|
defaultnoexcept |
◆ ~Image2D()
| ncorr::Image2D::~Image2D |
( |
| ) |
|
|
defaultnoexcept |
◆ Image2D() [4/8]
| ncorr::Image2D::Image2D |
( |
std::string |
filename | ) |
|
|
inline |
◆ Image2D() [5/8]
| ncorr::Image2D::Image2D |
( |
const cv::Mat & |
mat, |
|
|
const std::string & |
name = "in_memory" |
|
) |
| |
|
inline |
◆ Image2D() [6/8]
| ncorr::Image2D::Image2D |
( |
cv::Mat && |
mat, |
|
|
const std::string & |
name = "in_memory" |
|
) |
| |
|
inline |
◆ Image2D() [7/8]
| ncorr::Image2D::Image2D |
( |
const Array2D< double > & |
gs_array, |
|
|
const std::string & |
name = "in_memory_gs" |
|
) |
| |
|
inline |
◆ Image2D() [8/8]
| ncorr::Image2D::Image2D |
( |
Array2D< double > && |
gs_array, |
|
|
const std::string & |
name = "in_memory_gs" |
|
) |
| |
|
inline |
◆ from_file_filtered()
| Image2D ncorr::Image2D::from_file_filtered |
( |
const std::string & |
filename, |
|
|
const FilterConfig & |
filter_config |
|
) |
| |
|
static |
◆ from_mat()
◆ get_filename()
| std::string ncorr::Image2D::get_filename |
( |
| ) |
const |
|
inline |
◆ get_gs()
| Array2D< double > ncorr::Image2D::get_gs |
( |
| ) |
const |
◆ get_mat()
| cv::Mat ncorr::Image2D::get_mat |
( |
| ) |
const |
◆ get_storage_mode()
◆ is_in_memory()
| bool ncorr::Image2D::is_in_memory |
( |
| ) |
const |
|
inline |
◆ load()
| Image2D ncorr::Image2D::load |
( |
std::ifstream & |
is | ) |
|
|
static |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ save_to_file()
| bool ncorr::Image2D::save_to_file |
( |
const std::string & |
filename | ) |
const |
◆ imshow
◆ isequal
◆ operator<<
| std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const Image2D & |
img |
|
) |
| |
|
friend |
◆ save
| void save |
( |
const Image2D & |
img, |
|
|
std::ofstream & |
os |
|
) |
| |
|
friend |
The documentation for this class was generated from the following files: