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

Improve ui for tensors and color map selection #1683

Merged
merged 4 commits into from
Mar 23, 2023

Conversation

emilk
Copy link
Member

@emilk emilk commented Mar 23, 2023

Show all details about a tensor, including its meaning, meter and encoding:

image

Also simplify the color maps selection for backprojected depth. Previously there was a superfluous checkbox gatekeeping the selection, even though there was always a color map (it just defaulted to gray). Speaking of: I changed the default to Turbo:

image

Checklist

@emilk emilk added ui concerns graphical user interface 📺 re_viewer affects re_viewer itself labels Mar 23, 2023
@teh-cmc teh-cmc self-requested a review March 23, 2023 10:30
Comment on lines 21 to 25
/// Number of bytes in the buffer.
#[inline]
pub fn len(&self) -> usize {
self.0.len()
}
Copy link
Member

Choose a reason for hiding this comment

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

I'd just call it num_bytes, len is so overloaded at this point...

@emilk emilk merged commit 06e39bb into main Mar 23, 2023
@emilk emilk deleted the emilk/depth-backproject-fixes branch March 23, 2023 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📺 re_viewer affects re_viewer itself ui concerns graphical user interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants