public class ImageLoader extends Object
Constructor and Description |
---|
ImageLoader() |
Modifier and Type | Method and Description |
---|---|
org.jblas.DoubleMatrix |
asMatrix(File f) |
org.jblas.DoubleMatrix |
asRowVector(File f) |
int[] |
flattenedImageFromFile(File f) |
int[][] |
fromFile(File file) |
public org.jblas.DoubleMatrix asMatrix(File f) throws IOException
IOException
public int[] flattenedImageFromFile(File f) throws Exception
Exception
public int[][] fromFile(File file) throws IOException
IOException
Copyright © 2014. All Rights Reserved.