public class FloatFV2FImage extends Object implements FeatureExtractor<org.openimaj.image.FImage,FloatFV>
FloatFV into an FImage.
Note: this makes a copy of the data| Modifier and Type | Field and Description |
|---|---|
int |
height
the image height
|
int |
width
the image width
|
| Constructor and Description |
|---|
FloatFV2FImage(int width,
int height)
Construct the converter with the given image size
|
| Modifier and Type | Method and Description |
|---|---|
org.openimaj.image.FImage |
extractFeature(FloatFV object) |
static org.openimaj.image.FImage |
extractFeature(FloatFV fv,
int width,
int height)
Transform a
FloatFV into an FImage. |
public FloatFV2FImage(int width, int height)
width - height - public org.openimaj.image.FImage extractFeature(FloatFV object)
extractFeature in interface FeatureExtractor<org.openimaj.image.FImage,FloatFV>public static org.openimaj.image.FImage extractFeature(FloatFV fv, int width, int height)
FloatFV into an FImage.
Note: this makes a copy of the data.fv - the feature vectorwidth - the image widthheight - the image height