public class ArrayConverter extends Object
Title:
Description:
Copyright: Copyright (c) 2006
Company:
| Constructor and Description |
|---|
ArrayConverter() |
| Modifier and Type | Method and Description |
|---|---|
static double[][] |
oneDimArrayToTwoDimArray(double[] filter,
int width,
int height) |
static double[][] |
oneDimArrayToTwoDimArrayInvert(double[] filter,
int width,
int height) |
static double[] |
twoDimArrayToOneDimArray(double[][] filter) |
static float[] |
twoDimArrayToOneDimArray(float[][] filter) |
public static float[] twoDimArrayToOneDimArray(float[][] filter)
public static double[] twoDimArrayToOneDimArray(double[][] filter)
public static double[][] oneDimArrayToTwoDimArray(double[] filter,
int width,
int height)
public static double[][] oneDimArrayToTwoDimArrayInvert(double[] filter,
int width,
int height)
Copyright © 2015–2021 Fiji. All rights reserved.