Class ContrastNormRuggeri
java.lang.Object
ContrastNormRuggeri
public class ContrastNormRuggeri
- extends java.lang.Object
|
Method Summary |
ij.process.ImageProcessor |
EstimateVariation(ij.process.ImageProcessor ip_backgnd,
ij.process.ImageProcessor ip_normal)
|
ij.process.ImageProcessor |
ForegroundThresholding(ij.process.ImageProcessor ip)
|
double[] |
GetBackgroundCellStat(ij.process.ImageProcessor ip_back,
ij.process.ImageProcessor ip_normal,
int x1,
int y1,
int x2,
int y2)
|
double[] |
GetCellStat(ij.process.ImageProcessor ip,
int x1,
int y1,
int x2,
int y2)
|
double[] |
GetPixelStat(int w,
int h,
int[][] NodeXY,
double[][] NodeStat)
|
void |
RuggeriNormalizer(ij.ImagePlus imp_in)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuggeriNormalizer
public void RuggeriNormalizer(ij.ImagePlus imp_in)
EstimateVariation
public ij.process.ImageProcessor EstimateVariation(ij.process.ImageProcessor ip_backgnd,
ij.process.ImageProcessor ip_normal)
ForegroundThresholding
public ij.process.ImageProcessor ForegroundThresholding(ij.process.ImageProcessor ip)
GetPixelStat
public double[] GetPixelStat(int w,
int h,
int[][] NodeXY,
double[][] NodeStat)
GetCellStat
public double[] GetCellStat(ij.process.ImageProcessor ip,
int x1,
int y1,
int x2,
int y2)
GetBackgroundCellStat
public double[] GetBackgroundCellStat(ij.process.ImageProcessor ip_back,
ij.process.ImageProcessor ip_normal,
int x1,
int y1,
int x2,
int y2)