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

Update the points2binaryimage tool #133

Merged
merged 5 commits into from
Sep 25, 2024

Conversation

kostrykin
Copy link
Member

@kostrykin kostrykin commented Sep 24, 2024

  • Add support for arbitrary columns when a header is present.
  • Add support for an optional radius column
  • Breaking changes:
    • Fix data type of output image (should be uint16, was int16)
    • Rasterize points as 0xffff instead of 0x7fff
    • Swap column order assumed by default (now XY, previously was YX)

FOR THE CONTRIBUTOR — Please fill out if applicable

Please make sure you have read the CONTRIBUTING.md document (last updated: 2024/04/23).

  • License permits unrestricted use (educational + commercial).

If this PR adds or updates a tool or tool collection:

@kostrykin kostrykin merged commit a3c77a7 into BMCV:master Sep 25, 2024
10 checks passed
@kostrykin kostrykin deleted the points2binaryimage/dev branch September 25, 2024 08:21
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