#include <image.h>
Definition at line 22 of file image.h.
◆ Image() [1/2]
| colmap::mvs::Image::Image |
( |
| ) |
|
◆ Image() [2/2]
| colmap::mvs::Image::Image |
( |
const std::string & |
path, |
|
|
const size_t |
width, |
|
|
const size_t |
height, |
|
|
const float * |
K, |
|
|
const float * |
R, |
|
|
const float * |
T |
|
) |
| |
◆ Downsize()
| void colmap::mvs::Image::Downsize |
( |
const size_t |
max_width, |
|
|
const size_t |
max_height |
|
) |
| |
◆ GetBitmap()
| const Bitmap & colmap::mvs::Image::GetBitmap |
( |
| ) |
const |
|
inline |
◆ GetHeight()
| size_t colmap::mvs::Image::GetHeight |
( |
| ) |
const |
|
inline |
◆ GetInvP()
| const float * colmap::mvs::Image::GetInvP |
( |
| ) |
const |
|
inline |
◆ GetK()
| const float * colmap::mvs::Image::GetK |
( |
| ) |
const |
|
inline |
◆ GetP()
| const float * colmap::mvs::Image::GetP |
( |
| ) |
const |
|
inline |
◆ GetPath()
| const std::string & colmap::mvs::Image::GetPath |
( |
| ) |
const |
|
inline |
◆ GetR()
| const float * colmap::mvs::Image::GetR |
( |
| ) |
const |
|
inline |
◆ GetT()
| const float * colmap::mvs::Image::GetT |
( |
| ) |
const |
|
inline |
◆ GetViewingDirection()
| const float * colmap::mvs::Image::GetViewingDirection |
( |
| ) |
const |
|
inline |
◆ GetWidth()
| size_t colmap::mvs::Image::GetWidth |
( |
| ) |
const |
|
inline |
◆ Rescale() [1/2]
| void colmap::mvs::Image::Rescale |
( |
const float |
factor | ) |
|
◆ Rescale() [2/2]
| void colmap::mvs::Image::Rescale |
( |
const float |
factor_x, |
|
|
const float |
factor_y |
|
) |
| |
◆ SetBitmap()
| void colmap::mvs::Image::SetBitmap |
( |
const Bitmap & |
bitmap | ) |
|
The documentation for this class was generated from the following files:
- /root/ACloudViewer/libs/Reconstruction/src/mvs/image.h
- /root/ACloudViewer/libs/Reconstruction/src/mvs/image.cc