The CoreImage type exposes the following members.

Methods

  NameDescription
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
CreateGrayScaleBitmapOverloaded.
CreateImageFromArrayOverloaded.
Dispose
DivideByScalar
Divides whole image by given number
Equals
Determines whether the specified Object is equal to the current Object.
(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.)
GetHistogramOverloaded.
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
Returns a String that represents the current Object.
(Inherited from Object.)

See Also