Relying on the time labeled components for averaging

This commit is contained in:
James E McClure 2015-08-18 21:52:47 -04:00
parent 8882d99097
commit f537372cc5

View File

@ -813,6 +813,8 @@ int main(int argc, char **argv)
}
Averages.NumberComponents_NWP = nblobs2;
Averages.Label_NWP.swap(GlobalBlobID2);
Averages.NumberComponents_WP = 1;
Averages.Label_WP.fill(0.0);
GlobalBlobID.swap(GlobalBlobID2);
PROFILE_STOP("Identify blobs and maps");
}