public class ImageDataF : ImageData<float>
ImageDataF(Int32, Int32, Int32, ImageDataSingleDataFormat) | Initializes a new blank float image with specified dimensions 使用指定尺寸初始化新的空白浮点图像 |
ImageDataF(Single, Int32, Int32, Int32, ImageDataSingleDataFormat) | Initializes a new float image from existing data 从现有数据初始化新的浮点图像 |
Channels |
Number of color channels 颜色通道数
(继承自 ImageDataT。) |
Format |
Data layout format 数据布局格式
(继承自 ImageDataT。) |
Height |
Image height in pixels 图像高度(像素)
(继承自 ImageDataT。) |
Item |
Gets or sets a single channel pixel value (CHW format only)
获取或设置单个通道像素值(仅CHW格式)
(继承自 ImageDataT。) |
Length |
Total number of elements in the buffer 缓冲区中的元素总数
(继承自 ImageDataT。) |
Width |
Image width in pixels 图像宽度(像素)
(继承自 ImageDataT。) |
Clear |
Clears the image buffer (sets all elements to default(T))
清除图像缓冲区(将所有元素设置为default(T))
(继承自 ImageDataT。) |
Clone |
Creates a deep copy of the image
创建图像的深拷贝
(继承自 ImageDataT。) |
Equals | Determines whether the specified object is equal to the current object. (继承自 Object。) |
Fill |
Fills the image buffer with specified value
使用指定值填充图像缓冲区
(继承自 ImageDataT。) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (继承自 Object。) |
GetChannelSpan |
Gets a span covering all pixels in specified channel (CHW format only)
获取覆盖指定通道所有像素的Span(仅CHW格式)
(继承自 ImageDataT。) |
GetHashCode | Serves as the default hash function. (继承自 Object。) |
GetPixel |
Gets all components of a pixel (HWC format only)
获取像素的所有分量(仅HWC格式)
(继承自 ImageDataT。) |
GetRawData | (继承自 ImageDataT。) |
GetRawFloatData | Gets direct access to the underlying float array 直接访问底层浮点数组 |
GetRawSpan |
Gets direct access to the underlying buffer span
直接访问底层缓冲区Span
(继承自 ImageDataT。) |
GetType | Gets the Type of the current instance. (继承自 Object。) |
MemberwiseClone | Creates a shallow copy of the current Object. (继承自 Object。) |
SetPixel |
Sets all components of a pixel (HWC format only)
设置像素的所有分量(仅HWC格式)
(继承自 ImageDataT。) |
ToString | Returns a string that represents the current object. (继承自 Object。) |
ToMat |
Converts ImageDataB to OpenCvSharp Mat;
将ImageDataB转换为 OpenCvSharp Mat;
(由 CvDataExtensions 定义。) |