Annotations/markers
See original GitHub issueWe have a modality that doesn’t burn position markers such as Left and right on x-ray images, instead it is saved in the DICOM file.
I opened the DICOM file using MicroDicom viewer and it shows these, see image below. When using cornerstone we don’t see “R” and “open” texts on the image.
I have also tried the following code with no luck
var config = {
drawAllMarkers: true
}
// Comment this out to draw only the top and left markers
cornerstoneTools.orientationMarkers.setConfiguration(config);
is this not supported or am I doing something wrong?
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
annotation sticky notes - Amazon.com
etspolt Sticky Index Notes Page Markers, 300 Sheets Writable and Repostionable Tabs with Rulers, 6 Colored Book for Annotating Books · 3.5 out...
Read more >1200Pcs OBOSOE Sticky Tabs, Book Tabs for Annotating ...
1200Pcs OBOSOE Sticky Tabs, Book Tabs for Annotating Books, Aesthetic Index Tabs, Sticky Notes, Page Markers, Translucent, Writable, Repositionable, for ...
Read more >10 Colors Index Tabs Annotation Tabs 120Pcs Book ...
Find many great new & used options and get the best deals for 10 Colors Index Tabs Annotation Tabs 120Pcs Book Markers Notepad...
Read more >Annotation Marker Types - BI Office Help
When you begin entering a conversation, a temporary green annotation marker indicates the place where you are creating a conversation. Once you "submit"...
Read more >Vintage Translucent Index Sticky Note Page Tabs/ Markers for ...
Vintage Translucent Index Sticky Note Page Tabs/ Markers for annotation and notes · The index tabs make it easier and faster to find...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You should draw them using cornerstone tools. You can make them a Display Tool (https://github.com/chafey/cornerstoneTools/blob/master/src/imageTools/displayTool.js)
See the orientation marker tool for an example: https://github.com/chafey/cornerstoneTools/blob/master/src/imageTools/orientationMarkers.js
Links are broken.