#include <webcface/image_frame.h>
|
SizeOption | sizeWH (std::optional< int > width, std::optional< int > height) |
| 幅 × 高さ でサイズを指定
|
|
SizeOption | sizeHW (std::optional< int > height, std::optional< int > width) |
| 高さ × 幅 でサイズを指定
|
|
◆ SizeOption() [1/2]
◆ SizeOption() [2/2]
◆ cols()
std::optional< int > cols |
( |
| ) |
const |
|
inline |
◆ rows()
std::optional< int > rows |
( |
| ) |
const |
|
inline |
◆ sizeHW
SizeOption sizeHW |
( |
std::optional< int > |
height, |
|
|
std::optional< int > |
width |
|
) |
| |
|
friend |
高さ × 幅 でサイズを指定
- Since
- ver2.0
◆ sizeWH
SizeOption sizeWH |
( |
std::optional< int > |
width, |
|
|
std::optional< int > |
height |
|
) |
| |
|
friend |
幅 × 高さ でサイズを指定
- Since
- ver2.0
The documentation for this class was generated from the following file: