Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UbiquitousLearning/mllm
/ c
Method
c
mllm/preprocessor/visual/Image.cpp:107–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
int Image::h() { return h_; }
106
107
int Image::c() { return c_; }
108
109
Image Image::crop(int left, int upper, int right, int lower) {
110
// Validate input dimensions and ensure source image is loaded
Callers
1
crop_image
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected