Image width (number of columns). 图像宽度(列数)。
(&self)
| 100 | /// Image width (number of columns). |
| 101 | /// 图像宽度(列数)。 |
| 102 | pub fn cols(&self) -> u32 { |
| 103 | self.cols |
| 104 | } |
| 105 | |
| 106 | /// Number of channels (always 3 for BGR). |
| 107 | /// 通道数(BGR 固定为 3)。 |
nothing calls this directly
no outgoing calls
no test coverage detected