CNN-圖像卷積c++實現-Day 2

  class img_u8_t { public: img_u8_t(s32 w, s32 h, s32 s); ~img_u8_t(); void initBuf(); void unBuf(); void getParam(s32& w, s32& h, s32 s); void setData(u8* d, s32 bufSize){ memcpy(data, d, bufS
相關文章
相關標籤/搜索