ij.plugin.filter
Class RollingBall

java.lang.Object
  extended by ij.plugin.filter.RollingBall

 class RollingBall
extends java.lang.Object


Field Summary
(package private)  byte[] data
           
(package private)  int patchwidth
           
(package private)  int shrinkfactor
           
 
Constructor Summary
RollingBall(int radius)
           
 
Method Summary
(package private)  void buildRollingBall(int ballradius, int arcTrimPer)
          Computes the location of each point on the rolling ball patch relative to the center of the sphere containing it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

byte[] data

patchwidth

int patchwidth

shrinkfactor

int shrinkfactor
Constructor Detail

RollingBall

RollingBall(int radius)
Method Detail

buildRollingBall

void buildRollingBall(int ballradius,
                      int arcTrimPer)
Computes the location of each point on the rolling ball patch relative to the center of the sphere containing it. The patch is located in the top half of this sphere. The vertical axis of the sphere passes through the center of the patch. The projection of the patch in the xy-plane below is a square.