MCPcopy Create free account
hub / github.com/OpenDriveLab/OpenLane / rleArea

Function rleArea

eval/CIPO_evaluation/common/maskApi.c:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void rleArea( const RLE *R, siz n, uint *a ) {
90 siz i, j; for( i=0; i<n; i++ ) {
91 a[i]=0; for( j=1; j<R[i].m; j+=2 ) a[i]+=R[i].cnts[j]; }
92}
93
94void rleIou( RLE *dt, RLE *gt, siz m, siz n, byte *iscrowd, double *o ) {
95 siz g, d; BB db, gb; int crowd;

Callers 2

rleIouFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected