GRIP
GRIP copied to clipboard
Should previews be interactive?
Thinking this would be useful mostly for filtering operations where the parameters aren't obvious.
Like hovering over a previewed contour could show its bounding box properties (cx, cy, w, h), area, solidity, etc.
@JLLeitschuh Thoughts?
Can you elaborate on the question with more information or perhaps a drawing/sketch of what you're thinking here?
Here's a gif of a quick implementation of showing a bounding box for a contour that's hovered over:


Imagine it also displaying the properties of the contour (size, center, area, etc) that I mentioned
Would this information also be available as an output from the operation or would it be purely visual in the preview?
It would only preview the operation's output. The GIFs above use the width, height, and center point of the contour, all of which are included in the ContoursReport output of the operation
Okay, this sounds like a good idea, go for it if you want.
Dumping info into a tooltip:
