public abstract class ImplSsdCornerWeighted_F32 extends Object implements GradientCornerIntensity<ImageFloat32>
| Modifier and Type | Field and Description |
|---|---|
protected float |
totalXX |
protected float |
totalXY |
protected float |
totalYY |
| Constructor and Description |
|---|
ImplSsdCornerWeighted_F32(int radius) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract float |
computeResponse() |
int |
getIgnoreBorder()
Size of the region surrounding the image's border in which pixels are not processed.
|
int |
getRadius()
Returns the radius of the feature being computed.
|
void |
process(ImageFloat32 derivX,
ImageFloat32 derivY,
ImageFloat32 intensity)
Computes feature intensity image.
|
protected float totalXX
protected float totalYY
protected float totalXY
public void process(ImageFloat32 derivX, ImageFloat32 derivY, ImageFloat32 intensity)
GradientCornerIntensityprocess in interface GradientCornerIntensity<ImageFloat32>derivX - Image derivative along the x-axis.derivY - Image derivative along the y-axis.intensity - Output intensity imageprotected abstract float computeResponse()
public int getRadius()
FeatureIntensitygetRadius in interface FeatureIntensity<ImageFloat32>public int getIgnoreBorder()
FeatureIntensitygetIgnoreBorder in interface FeatureIntensity<ImageFloat32>Copyright © 2013. All Rights Reserved.