| Modifier and Type | Interface and Description |
|---|---|
interface |
ConvertTupleDesc<A extends TupleDesc,B extends TupleDesc>
Convert between different types of
TupleDesc. |
interface |
ConvertTupleDesc<A extends TupleDesc,B extends TupleDesc>
Convert between different types of
TupleDesc. |
interface |
DescribeRegionPoint<T extends ImageBase,Desc extends TupleDesc>
Computes a description of the local region around a point.
|
class |
DescribeRegionPointConvert<T extends ImageSingleBand,In extends TupleDesc,Out extends TupleDesc>
Converts the region descriptor type from the
DescribeRegionPoint into the desired output using a
ConvertTupleDesc. |
class |
DescribeRegionPointConvert<T extends ImageSingleBand,In extends TupleDesc,Out extends TupleDesc>
Converts the region descriptor type from the
DescribeRegionPoint into the desired output using a
ConvertTupleDesc. |
interface |
DescriptorInfo<Desc extends TupleDesc>
Provides information about the feature's descriptor.
|
class |
WrapDescribePixelRegion<T extends ImageSingleBand,D extends TupleDesc>
Wrapper around
DescribePointPixelRegion for
DescribeRegionPoint. |
| Modifier and Type | Class and Description |
|---|---|
class |
DetectDescribeFusion<T extends ImageSingleBand,TD extends TupleDesc>
Wrapper class around independent feature detectors, region orientation, and descriptors, that allow
them to be used as a single integrated unit.
|
interface |
DetectDescribeMulti<T extends ImageSingleBand,Desc extends TupleDesc>
Detects and describes different types of features inside an image.
|
class |
DetectDescribeMultiFusion<T extends ImageSingleBand,TD extends TupleDesc>
Wrapper class around independent multi feature detectors, region orientation, and descriptors, that allow
them to be used as a single integrated unit.
|
interface |
DetectDescribePoint<T extends ImageBase,Desc extends TupleDesc>
Interface for detecting and describing point features.
|
class |
DetectDescribeSingleToMulti<T extends ImageSingleBand,TD extends TupleDesc>
Allows
DetectDescribePoint to be used as a DetectDescribeMulti. |
interface |
PointDescSet<TD extends TupleDesc>
A set of point image features which were detected and described using the same techniques.
|
| Modifier and Type | Method and Description |
|---|---|
static <TD extends TupleDesc> |
UtilFeature.createQueue(DescribeRegionPoint<?,TD> detDesc,
int initialMax)
Creates a FastQueue and declares new instances of the descriptor using the provided
DetectDescribePoint. |
static <TD extends TupleDesc> |
UtilFeature.createQueue(DetectDescribeMulti<?,TD> detDesc,
int initialMax)
Creates a FastQueue and declares new instances of the descriptor using the provided
DetectDescribePoint. |
static <TD extends TupleDesc> |
UtilFeature.createQueue(DetectDescribePoint<?,TD> detDesc,
int initialMax)
Creates a FastQueue and declares new instances of the descriptor using the provided
DetectDescribePoint. |
| Modifier and Type | Class and Description |
|---|---|
static class |
AssociateSurfBasic.Helper |
| Modifier and Type | Class and Description |
|---|---|
class |
DescribeMultiSpectral<T extends ImageSingleBand,Desc extends TupleDesc>
Computes a feature description from
MultiSpectral images by computing a descriptor separately in each band. |
class |
DescribePointPixelRegion<T extends ImageSingleBand,D extends TupleDesc>
Describes a rectangular region using its raw pixel intensities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CombinedTrack<TD extends TupleDesc>
An image feature track for
CombinedTrackerScalePoint. |
class |
CombinedTrackerScalePoint<I extends ImageSingleBand,D extends ImageSingleBand,TD extends TupleDesc>
Combines a KLT tracker with Detect-Describe-Associate type trackers.
|
| Modifier and Type | Field and Description |
|---|---|
TD |
CombinedTrack.desc |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageSingleBand,D extends TupleDesc> |
FactoryDescribeRegionPoint.pixel(int regionWidth,
int regionHeight,
Class<T> imageType)
Creates a region descriptor based on pixel intensity values alone.
|
static <T extends ImageSingleBand,D extends TupleDesc> |
FactoryDescribePointAlgs.pixelRegion(int regionWidth,
int regionHeight,
Class<T> imageType) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageSingleBand,D extends TupleDesc> |
FactoryDetectDescribe.fuseTogether(InterestPointDetector<T> detector,
OrientationImage<T> orientation,
DescribeRegionPoint<T,D> describe)
Given independent algorithms for feature detection, orientation, and describing, create a new
DetectDescribePoint. |
| Modifier and Type | Method and Description |
|---|---|
static <I extends ImageSingleBand,D extends ImageSingleBand,Desc extends TupleDesc> |
FactoryTrackerAlg.combined(DetectDescribePoint<I,Desc> detector,
AssociateDescription<Desc> associate,
PkltConfig kltConfig,
Class<I> imageType,
Class<D> derivType)
Creates a tracker that is a hybrid between KLT and Detect-Describe-Associate (DDA) trackers.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TupleDesc<T extends TupleDesc>
Base class for tuple based feature descriptors
|
| Modifier and Type | Class and Description |
|---|---|
class |
NccFeature
Description for normalized cross correlation (NCC).
|
class |
SurfFeature
Description of a SURF interest point.
|
class |
TupleDesc_B
Binary descriptor which is stored inside of an array of ints.
|
class |
TupleDesc_F32
Basic description of an image feature's attributes using an array.
|
class |
TupleDesc_F64
Basic description of an image feature's attributes using an array.
|
class |
TupleDesc_I8<TD extends TupleDesc_I8>
Feature description storage in an array of bytes.
|
class |
TupleDesc_S8
Feature description storage in an array of signed bytes.
|
class |
TupleDesc_U8
Feature description storage in an array of unsigned bytes.
|
Copyright © 2013. All Rights Reserved.