Getting Started with LEADTOOLS > Medical Imaging Features > Additional Medical Imaging Features > Additional Medical Imaging : C++ Class Library |
Class |
Header File |
Comments |
Help Files |
Demo Project Source Code |
LBitmapBase |
LTCBBASE.H |
The LBitmapBase class is the main bitmap class. This class contains the main functionality for dealing with bitmaps in memory. It includes functions for basic image transforms such as resizing, flipping, cropping, and rotating, and for changing a bitmap's color-depth. This class also includes functions for loading images from files and saving images to files. You can use this class to create bitmaps from scratch and deal with individual rows or pixels of the image data. |
\Examples\ClassLibrary\MSVC\MainDEMO |
|
LBitmap |
LTCBTMAP.H |
The LBitmap class is derived from LBitmapBase, and extends it by adding functionality for more advanced image processing. This functionality includes: Halftone, Sharpen, Picturize, GammaCorrect, Deskew, Despeckle, WindowLevel, Color Separation and Color Merge, Image Filters (such as Average, Median, Mosaic), and color processing (such as Invert, Hue, Contrast, Intensity, and Saturation). |
\Examples\ClassLibrary\MSVC\MainDEMO |
The LEADTOOLS C++ Class Library provides low level support for Additional Medical Imaging Features.
The LEADTOOLS C++ Class Library DLL module is LTWVC?.DLL. All classes are located in this DLL, but this DLL may require other DLLs. Refer to the "Files To Be Included With Your Application" topic in the help file for more information.