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

Add: morphological tool to apply dilate / erode / open / close on the z dimension #572

Merged
merged 1 commit into from
Mar 19, 2014

Conversation

chambbj
Copy link
Contributor

@chambbj chambbj commented Mar 17, 2014

No description provided.

}

void
compute (Cloud &input, Cloud &output, float resolution, std::string method)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this is a remnant from the old interface. We can pass input as const pointer now to avoid makeShared calls.

@chambbj
Copy link
Contributor Author

chambbj commented Mar 17, 2014

@taketwo Both issues addressed. Thanks for the quick and constructive feedback!

taketwo added a commit that referenced this pull request Mar 19, 2014
Add: morphological tool to apply dilate / erode / open / close on the z dimension
@taketwo taketwo merged commit 42d6125 into PointCloudLibrary:master Mar 19, 2014
@chambbj chambbj deleted the morphological-tools branch March 26, 2014 15:16
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.

2 participants