public static CogImage8Grey GetIntensityImageFromWeightedRGB(
CogImage24PlanarColor inputImage,
int x,
int y,
int width,
int height,
double redWeight,
double greenWeight,
double blueWeight
)
public static CogImage8Grey GetIntensityImageFromWeightedRGB(
CogImage24PlanarColor inputImage,
int x,
int y,
int width,
int height,
double redWeight,
double greenWeight,
double blueWeight
)
Public Shared Function GetIntensityImageFromWeightedRGB (
inputImage As CogImage24PlanarColor,
x As Integer,
y As Integer,
width As Integer,
height As Integer,
redWeight As Double,
greenWeight As Double,
blueWeight As Double
) As CogImage8Grey
Public Shared Function GetIntensityImageFromWeightedRGB (
inputImage As CogImage24PlanarColor,
x As Integer,
y As Integer,
width As Integer,
height As Integer,
redWeight As Double,
greenWeight As Double,
blueWeight As Double
) As CogImage8Grey
public:
static CogImage8Grey^ GetIntensityImageFromWeightedRGB(
CogImage24PlanarColor^ inputImage,
int x,
int y,
int width,
int height,
double redWeight,
double greenWeight,
double blueWeight
)
public:
static CogImage8Grey^ GetIntensityImageFromWeightedRGB(
CogImage24PlanarColor^ inputImage,
int x,
int y,
int width,
int height,
double redWeight,
double greenWeight,
double blueWeight
)