9 writes to Planes
Microsoft.ML.ImageAnalytics (9)
9 references to Planes
Microsoft.ML.ImageAnalytics (9)
ImagePixelExtractor.cs (9)
408idst += ex.Planes;
458Contracts.Assert(column.Planes > 0);
470types[i] = new VectorDataViewType(column.OutputAsFloatArray ? NumberDataViewType.Single : NumberDataViewType.Byte, height, width, column.Planes);
472types[i] = new VectorDataViewType(column.OutputAsFloatArray ? NumberDataViewType.Single : NumberDataViewType.Byte, column.Planes, height, width);
622Contracts.CheckUserArg(Planes > 0, nameof(item.UseRed), "Need to use at least one color plane");
673Contracts.CheckParam(Planes > 0, nameof(colorsToExtract), "Need to use at least one color plane.");
724Contracts.Assert(0 < Planes && Planes <= 4);
743Contracts.Assert(planes == Planes);