Emgu.CV.Bitmap Provide extension method to convert IInputArray to and from Bitmap The ColorPalette of Grayscale for Bitmap Format8bppIndexed Convert the color palette to four lookup tables The color palette to transform Lookup table for the B channel Lookup table for the G channel Lookup table for the R channel Lookup table for the A channel Convert raw data to bitmap The pointer to the raw data The step The size of the image The source image color type The number of channels The source image depth type Try to create Bitmap that shares the data with the image A bitmap representation of the image. Convert the mat into Bitmap, the pixel values are copied over to the Bitmap The Mat to be converted to Bitmap A bitmap representation of the image. Convert the umat into Bitmap, the pixel values are copied over to the Bitmap The UMat to be converted to Bitmap Convert the gpuMat into Bitmap, the pixel values are copied over to the Bitmap The gpu mat to be converted to Bitmap A bitmap representation of the image. Create an Image < TColor, TDepth > from Bitmap The Bitmap to be converted to Image < TColor, TDepth > The color type of the Image The depth type of the Image The Image < TColor, TDepth > converted from Bitmap Utility function for converting Bitmap to Image the bitmap to copy data from The image to copy data to The color type of the Image The depth type of the Image Provide a more efficient way to convert Image<Gray, Byte>, Image<Bgr, Byte> and Image<Bgra, Byte> into Bitmap such that the image data is shared with Bitmap. If you change the pixel value on the Bitmap, you change the pixel values on the Image object as well! For other types of image this property has the same effect as ToBitmap() Take extra caution not to use the Bitmap after the Image object is disposed The color of the image The depth of the image The image to create Bitmap from A bitmap representation of the image. In the cases of Image<Gray, Byte>, Image<Bgr, Byte> and Image<Bgra, Byte>, the image data is shared between the Bitmap and the Image object. Convert this image into Bitmap, the pixel values are copied over to the Bitmap The color type of the Image The depth type of the Image The image to be converted to Bitmap For better performance on Image<Gray, Byte> and Image<Bgr, Byte>, consider using the Bitmap property This image in Bitmap format, the pixel data are copied over to the Bitmap Create a Bitmap image of certain size The image to be converted to Bitmap The width of the bitmap The height of the bitmap The color type of the Image The depth type of the Image This image in Bitmap format of the specific size Convert the CudaImage to its equivalent Bitmap representation The cuda image to be converted to Bitmap The color type of the CudaImage The depth type of the CudaImage This image in Bitmap format, the pixel data are copied over to the Bitmap Class that can be used to read file into Mat Read the file into a Mat The name of the image file The Mat to read into Image load type. True if the file can be read into the Mat Class that can be used to write the Mat to a file Write the Mat into the file The Mat to write The name of the file to be written into True if the file has been written into Mat