mpi.cbg.fly
Class FloatArray2D
java.lang.Object
mpi.cbg.fly.FloatArray
mpi.cbg.fly.FloatArray2D
public class FloatArray2D
- extends FloatArray
Title: PhaseCorrelation2D
Description:
Copyright: Copyright (c) 2007
Company:
License: GPL
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License 2
as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- Version:
- 1.0
- Author:
- Stephan Preibisch
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
width
public int width
height
public int height
FloatArray2D
public FloatArray2D(int width,
int height)
FloatArray2D
public FloatArray2D(float[] data,
int width,
int height)
clone
public FloatArray2D clone()
- Specified by:
clone in class FloatArray
getPos
public int getPos(int x,
int y)
get
public float get(int x,
int y)
getMirror
public float getMirror(int x,
int y)
getZero
public float getZero(int x,
int y)
set
public void set(float value,
int x,
int y)