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

Conversion tool for binary image to PCD (.out and .obj) #28

Open
tparkerd opened this issue Jan 10, 2021 · 1 comment
Open

Conversion tool for binary image to PCD (.out and .obj) #28

tparkerd opened this issue Jan 10, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@tparkerd
Copy link
Member

Is your feature request related to a problem? Please describe.
People may want to be able to edit the binary images produced during segmentation without having to doctor the grayscale images and hope for the best during segmentation.

Describe the solution you'd like
A direct path from binary image to point cloud data.

Describe alternatives you've considered
I've considered using Blender to alter the .out and .obj files, but the file format for OBJ and OUT are either the implementation used by Skeleton is standard or there is not standard for the file format.

@tparkerd tparkerd added the enhancement New feature or request label Jan 10, 2021
@tparkerd tparkerd self-assigned this Jan 10, 2021
@tparkerd
Copy link
Member Author

tparkerd commented Apr 7, 2021

A workaround could be to use a user-defined global threshold value of 0 to convert a set of binary images. This will just copy (and downsample as needed) and convert to PCD file formats (.obj & .out).

See feature/user-defined-thresholding for progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant