The CoreImage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CoreImage | Overloaded. |
Methods
Name | Description | |
---|---|---|
AddImage |
Adds one image to another overfloes are corrected to white
| |
AverageIntensity |
Gets the average intensity of whole image
| |
BuildUpArrayLine |
this is for the python code, It cannot handle the 2-D arrays, so
we need to read them in 1 line at a time. painful, but required
| |
ConvertPixelToColorBgra |
Returns a nice pixel from an intensity. No contrasting.
| |
CreateBuildUpImagePy |
this is for the python code, It cannot handle the 2-D arrays, so
we need to read them in 1 line at a time. painful, but required
| |
CreateGrayScaleBitmap | Overloaded. | |
CreateImageFromArray | Overloaded. | |
Dispose | Releases all resources used by the CoreImage | |
DivideByScalar |
Divides whole image by given number
| |
Equals | (Inherited from Object.) | |
FileFormats | ||
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetArrayByte8 |
Converts image into a regular array
| |
GetArrayDouble |
Converts image into a regular array
| |
GetArrayInt |
Converts image into a regular array
| |
GetArrayInt16 |
Converts image into a regular array
| |
GetArrayInt32 |
Converts image into a regular array
| |
GetArrayLong64 |
Converts image into a regular array
| |
GetBuildUpImage |
this is for the python code, It cannot handle the 2-D arrays, so
we need to read them in 1 line at a time. painful, but required
| |
GetCenterPoint |
Gets value of the pixel at center of image
| |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetHistogram | Overloaded. | |
GetImageTable |
Some image outputs need a color LUT table
| |
GetLinearArrayDouble |
Converts image into a regular linear array
| |
GetRawDataArray |
Converts image into a bytearray
| |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MakeFIBITMAP |
Returns a freeimage bitmap for manipulation (Mostly for internal use)
| |
MakeFreeImageBitmap |
Returns FreeImage bitmap for use
| |
MakeRawFIBITMAP |
Returns a freeimage bitmap for manipulation (Mostly for internal use)
| |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Open |
Opens a nice file and formats it for coreimage
| |
Save | ||
SubtractBackground |
Subtracts off a background image
| |
SubtractImage |
Subtracts another image from this one
| |
SumImage |
Gets sum all all pixels in image
| |
ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
Data |
Properties
Name | Description | |
---|---|---|
BitsPerPixel | ||
FalseColor |
Desired false color for max intensity
| |
Height | ||
ImageARGB | ||
ImageIPicture |
COM Compadible image
| |
ImageIPictureDisp |
GDI compatible image
| |
ImageRGB | ||
lSize |
Size in bytes of image
| |
MaxContrast | ||
MinContrast | ||
Stride |
Length of each line in bytes
| |
Width |