public class ImageDataFrameFactory extends Object
| Constructor and Description |
|---|
ImageDataFrameFactory() |
| Modifier and Type | Method and Description |
|---|---|
static com.github.chen0040.data.frame.DataFrame |
dataFrame(BufferedImage img) |
static int |
get_b(int rgb) |
static int |
get_g(int rgb) |
static int |
get_luminance(int rgb) |
static int |
get_luminance(int r,
int g,
int b) |
static int |
get_r(int rgb) |
static int |
get_rgb(int alpha,
int r,
int g,
int b) |
static com.github.chen0040.data.frame.DataRow |
getPixelTuple(int x,
int y,
int rgb) |
public static int get_rgb(int alpha,
int r,
int g,
int b)
public static int get_r(int rgb)
public static int get_b(int rgb)
public static int get_g(int rgb)
public static int get_luminance(int r,
int g,
int b)
public static int get_luminance(int rgb)
public static com.github.chen0040.data.frame.DataRow getPixelTuple(int x,
int y,
int rgb)
public static com.github.chen0040.data.frame.DataFrame dataFrame(BufferedImage img)
Copyright © 2017. All rights reserved.