MCPcopy 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

105int Image::h() { return h_; }
106
107int Image::c() { return c_; }
108
109Image Image::crop(int left, int upper, int right, int lower) {
110 // Validate input dimensions and ensure source image is loaded

Callers 1

crop_imageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected