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 bounding boxes to indices for flatbuffer images #181

Open
jarkenau opened this issue Sep 14, 2022 · 1 comment
Open

Add bounding boxes to indices for flatbuffer images #181

jarkenau opened this issue Sep 14, 2022 · 1 comment
Labels
core Related to the SEEREP core / the data storage itself flatbuffer images

Comments

@jarkenau
Copy link
Member

Here:

// set bounding box for images to 0. assume no spatial extent
data.boundingbox.min_corner().set<0>(0);
data.boundingbox.min_corner().set<1>(0);
data.boundingbox.min_corner().set<2>(0);
data.boundingbox.max_corner().set<0>(0);
data.boundingbox.max_corner().set<1>(0);
data.boundingbox.max_corner().set<2>(0);

@jarkenau jarkenau added core Related to the SEEREP core / the data storage itself flatbuffer labels Sep 14, 2022
@Mark-Niemeyer
Copy link
Member

use #146 for that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Related to the SEEREP core / the data storage itself flatbuffer images
Projects
None yet
Development

No branches or pull requests

2 participants