This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, November 17, 2005 8:08:52 PM(UTC)
Groups: Registered
Posts: 9
Hi,
I am using LEADTOOLS V14 Raster Imaging Pro C++ Class library to display DICOM images.
I use LBitmapWindow Class for the display of the images.
How to Add the Annotation in tools(Line and Text, Rectangle ).. i want to Draw lien Disply ares itself, what are the Functions i will use, any on Reffer me,
Thanks
hema
#2
Posted
:
Monday, November 21, 2005 6:21:02 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
Hello,
Do you mean that you want to add the annotation functionality to your code?
Can you please provide us with more information about what exactly you are trying to do?
Thanks,
Maen Badwan
#3
Posted
:
Thursday, November 24, 2005 5:11:58 AM(UTC)
Groups: Registered
Posts: 9
Thanks Badwan,
I'm using LBitmapWindow
class to display the images. Now I want to add annotation
functionalities like drawing lines over the image, text overlay, window
leveling..etc, to the image displayed using the LBitmapWindow class. Any suggestions please?
#4
Posted
:
Monday, November 28, 2005 3:10:38 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
Hello,
The best way to implement the
annotation features in your project, is by using the LAnnotationWindow
class, which is derived from the LBitmapWindow class..LAnnotationWindow
extends LBitmapWindow by adding functionality for displaying
Annotations through an automated interface with an easy to use
Annotation toolbar.
About the window level
functionality, you can add the window leveling feature to your project
by calling the LBitmap::WindowLevel or the LBitmap::WindowLevelBitmap
functions.
For more information, please refer to the "LEADTOOLS Class Library HelpFile", and read the following topics:
- LAnnotationWindow
- LBitmap::WindowLevelBitmap
- LBitmap::WindowLevel
Thanks,
Maen Badwan
LEADTOOLS Technical Support
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.