Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colmap/colmap
/ IsRGB
Method
IsRGB
src/colmap/sensor/bitmap.h:283–283 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
281
bool Bitmap::IsEmpty() const { return NumBytes() == 0; }
282
283
bool Bitmap::IsRGB() const { return channels_ == 3; }
284
285
bool Bitmap::IsGrey() const { return channels_ == 1; }
286
Callers
12
TEST_P
Function · 0.80
WarpImageBetweenCameras
Function · 0.80
WarpImageWithHomography
Function · 0.80
WarpImageWithHomographyBetweenCameras
Function · 0.80
RectifyAndUndistortStereoImages
Function · 0.80
CheckBitmapsEqual
Function · 0.80
CheckBitmapsTransposed
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
BitmapToInputTensor
Function · 0.80
Extract
Method · 0.80
Calls
no outgoing calls
Tested by
6
TEST_P
Function · 0.64
CheckBitmapsEqual
Function · 0.64
CheckBitmapsTransposed
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64