Task #3488 (closed)
Insight: bird eye view
| Reported by: | jburel | Owned by: | jburel |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-Beta4.3 |
| Component: | Insight | Version: | n.a. |
| Keywords: | n.a. | Cc: | dzmacdonald |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2011-02-24 (6) |
Description (last modified by jburel)
Implement small view to navigate throw section of the image.
Test processing for that work
Comments:
- Need to know the factor used to generate thumbnail e.g. 10% of the original size. So we can select the correct region
- Size of the selection should respect aspect ratio of the viewport.
- controlP5 widget is linked to a PApplet, it should not be linked to the PApplet displaying the image if zooming is available, b/c cannot interact with the controls if the image is zoomed. It should be linked to control PApplet displayed on top of the image using a layered pane. This works fine for the bird eye component
- Need to investigate other GUI tools for components. This will be done later
Change History (7)
comment:1 Changed 9 years ago by jburel
- Milestone changed from OMERO-Beta4.2.2 to OMERO-Beta4.3
- Owner set to jburel
- Sprint 2010-12-09 (21) deleted
comment:2 Changed 9 years ago by jburel
- Description modified (diff)
- Remaining Time set to 1
- Sprint set to 2011-02-24 (6)
comment:3 Changed 8 years ago by jburel
- Status changed from new to accepted
comment:4 Changed 8 years ago by jburel <j.burel@…>
- Remaining Time changed from 1 to 0
- Resolution set to fixed
- Status changed from accepted to closed
comment:5 Changed 8 years ago by jburel
usage of processing and test controlP5 to create UI components with processing,
More investigation required.
comment:6 Changed 8 years ago by jburel <j.burel@…>
(In [ee2d988981021c9ad2ed81792f567d11450219f7/ome.git] on branch develop) Remove hard-coded value (see #3488)
comment:7 Changed 8 years ago by jburel
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
(In [eb5b9850e442287681a09a1d85cd06e09eac0628/ome.git] on branch develop) Investigate usage of processing and other library to create bird eye view (close #3488)