Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge from Dev #4

Merged
merged 13 commits into from
Mar 13, 2020
Merged

Merge from Dev #4

merged 13 commits into from
Mar 13, 2020

Conversation

nodtem66
Copy link
Owner

No description provided.

@todo
Copy link

todo bot commented Mar 13, 2020

remove this debug message

/* TODO: remove this debug message
for (ContourHash::const_iterator item = hash.begin(); item != hash.end(); item++) {
std::cout << " " << item->first << ": " << item->second << (item->second.first == item->second.second ? " [***]" : "") << std::endl;
//std::cout << " " << item->first << ": " << std::hash<Point2d>()(item->first) << std::endl;
}
//*/


This comment was generated by todo based on a TODO comment in 31610ab in #4. cc @nodtem66.

@todo
Copy link

todo bot commented Mar 13, 2020

fixed this bugs

// TODO: fixed this bugs
if (item == hash.end()) {
CS[i].clear();
break;
}
assert(item != hash.end());


This comment was generated by todo based on a TODO comment in 31610ab in #4. cc @nodtem66.

@todo
Copy link

todo bot commented Mar 13, 2020

change to TBB parallel for

// TODO: change to TBB parallel for
#ifndef USE_PARALLEL
for (size_t cs_index = 0, cs_size = CS.size(); cs_index < cs_size; cs_index++) {
#else
static tbb::affinity_partitioner ap;
tbb::spin_mutex feretMutex, shapeMutex;


This comment was generated by todo based on a TODO comment in 31610ab in #4. cc @nodtem66.

@nodtem66
Copy link
Owner Author

Fine

@nodtem66 nodtem66 closed this Mar 13, 2020
@nodtem66 nodtem66 reopened this Mar 13, 2020
@nodtem66 nodtem66 merged commit 724bf5c into master Mar 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant