MLImageFeature
class NatML.Features.MLImageFeature : MLFeature, IMLEdgeFeature, IMLCloudFeature
Creating the Feature
From an Image Size
/// <summary>
/// Create an empty image feature.
/// </summary>
/// <param name="width">Image feature width.</param>
/// <param name="height">Image feature height.</param>
MLImageFeature (int width, int height);From a Texture2D
/// <summary>
/// Create an image feature.
/// </summary>
/// <param name="texture"></param>
MLImageFeature (Texture2D texture);From a Color Buffer
From a Pixel Buffer
From a Native Array
From a Native Buffer
From a Cloud Feature
Inspecting the Feature
Feature Type
Image Width
Image Height
Preprocessing the Feature
Normalization

Mean
Standard Deviation
Aspect Mode
Accessing Feature Data
Copying
Extracting an ROI
Copying to Texture
Converting to Texture
Copying From an AR Image
Pinning
Coordinate Transformations
Transforming Points
Transforming Rectangles
Vision Operations
Non Maximum Suppression
Intersection-over-Union
Creating an Edge Feature
Creating a Cloud Feature
Last updated


