cvAutoTrack icon indicating copy to clipboard operation
cvAutoTrack copied to clipboard

添加传入地图图片的接口

Open GengGode opened this issue 2 years ago • 0 comments

启用导入地图

bool setEnableImportMap();

导入地图区块

bool importMapBitmapBlock(int x_id,int y_id,rect rect,image image);

x_id,y_id为区块id,

rect 为地图区块的矩形区域大小和位置

image 图片的具体数据

GengGode avatar Feb 16 '23 08:02 GengGode