support rect roi

This commit is contained in:
y.qiu
2024-08-30 20:57:12 +08:00
parent 665559d8ca
commit 6dd78fbe21
4 changed files with 50 additions and 22 deletions

View File

@ -182,7 +182,7 @@ public:
};
void operation(Buffer *buf, Model &model) {
buf->operator&(model);
(*buf) & (model);
}
bool serialize(const Model_t model, unsigned char *buffer, int *size) {