II - Type of integral imagepublic class DescribePointSurfMultiSpectral<II extends ImageSingleBand> extends Object
MultiSpectral image. Each band in the
input image is used to compute its own descriptor, which are then combined together into a single one. The
laplacian sign is computed from a gray-scale image. The descriptor from each band are not individually
normalized. The whole combined descriptor is normalized.DescribePointSurf,
DescribePointSurfMod| Constructor and Description |
|---|
DescribePointSurfMultiSpectral(DescribePointSurf<II> describe,
int numBands) |
| Modifier and Type | Method and Description |
|---|---|
SurfFeature |
createDescription() |
void |
describe(double x,
double y,
double angle,
double scale,
SurfFeature desc) |
DescribePointSurf<II> |
getDescribe() |
Class<SurfFeature> |
getDescriptionType() |
int |
getDescriptorLength() |
int |
getNumBands() |
void |
setImage(II grayII,
MultiSpectral<II> integralImage) |
public DescribePointSurfMultiSpectral(DescribePointSurf<II> describe, int numBands)
public SurfFeature createDescription()
public int getDescriptorLength()
public Class<SurfFeature> getDescriptionType()
public void setImage(II grayII, MultiSpectral<II> integralImage)
public void describe(double x,
double y,
double angle,
double scale,
SurfFeature desc)
public DescribePointSurf<II> getDescribe()
public int getNumBands()
Copyright © 2013. All Rights Reserved.