Go to the source code of this file.
| typedef struct KLT_FeatureRec * KLT_Feature |
| typedef struct KLT_FeatureHistoryRec * KLT_FeatureHistory |
| typedef struct KLT_FeatureListRec * KLT_FeatureList |
| typedef struct KLT_FeatureTableRec * KLT_FeatureTable |
| typedef float KLT_locType |
| typedef unsigned short KLT_PixelType |
| typedef struct KLT_TrackingContextRec * KLT_TrackingContext |
| float _KLTComputeSmoothSigma | ( | KLT_TrackingContext | tc | ) |
| void KLTChangeTCPyramid | ( | KLT_TrackingContext | tc, | |
| int | search_range | |||
| ) |
| int KLTCountRemainingFeatures | ( | KLT_FeatureList | fl | ) |
| KLT_FeatureHistory KLTCreateFeatureHistory | ( | int | nFrames | ) |
| KLT_FeatureList KLTCreateFeatureList | ( | int | nFeatures | ) |
| KLT_FeatureTable KLTCreateFeatureTable | ( | int | nFrames, | |
| int | nFeatures | |||
| ) |
| KLT_TrackingContext KLTCreateTrackingContext | ( | void | ) |
| void KLTExtractFeatureHistory | ( | KLT_FeatureHistory | fh, | |
| KLT_FeatureTable | ft, | |||
| int | feat | |||
| ) |
| void KLTExtractFeatureList | ( | KLT_FeatureList | fl, | |
| KLT_FeatureTable | ft, | |||
| int | frame | |||
| ) |
| void KLTFreeFeatureHistory | ( | KLT_FeatureHistory | fh | ) |
| void KLTFreeFeatureList | ( | KLT_FeatureList | fl | ) |
| void KLTFreeFeatureTable | ( | KLT_FeatureTable | ft | ) |
| void KLTFreeTrackingContext | ( | KLT_TrackingContext | tc | ) |
| void KLTPrintTrackingContext | ( | KLT_TrackingContext | tc | ) |
| KLT_FeatureHistory KLTReadFeatureHistory | ( | KLT_FeatureHistory | fh, | |
| char * | filename | |||
| ) |
| KLT_FeatureList KLTReadFeatureList | ( | KLT_FeatureList | fl, | |
| char * | filename | |||
| ) |
| KLT_FeatureTable KLTReadFeatureTable | ( | KLT_FeatureTable | ft, | |
| char * | filename | |||
| ) |
| void KLTReplaceLostFeatures | ( | KLT_TrackingContext | tc, | |
| KLT_PixelType * | img, | |||
| int | ncols, | |||
| int | nrows, | |||
| KLT_FeatureList | fl | |||
| ) |
| void KLTSelectGoodFeatures | ( | KLT_TrackingContext | tc, | |
| KLT_PixelType * | img, | |||
| int | ncols, | |||
| int | nrows, | |||
| KLT_FeatureList | fl | |||
| ) |
| void KLTSetVerbosity | ( | int | verbosity | ) |
| void KLTStopSequentialMode | ( | KLT_TrackingContext | tc | ) |
| void KLTStoreFeatureHistory | ( | KLT_FeatureHistory | fh, | |
| KLT_FeatureTable | ft, | |||
| int | feat | |||
| ) |
| void KLTStoreFeatureList | ( | KLT_FeatureList | fl, | |
| KLT_FeatureTable | ft, | |||
| int | frame | |||
| ) |
| void KLTTrackFeatures | ( | KLT_TrackingContext | tc, | |
| KLT_PixelType * | img1, | |||
| KLT_PixelType * | img2, | |||
| int | ncols, | |||
| int | nrows, | |||
| KLT_FeatureList | fl | |||
| ) |
| void KLTUpdateTCBorder | ( | KLT_TrackingContext | tc | ) |
| void KLTWriteFeatureHistory | ( | KLT_FeatureHistory | fh, | |
| char * | filename, | |||
| char * | fmt | |||
| ) |
| void KLTWriteFeatureList | ( | KLT_FeatureList | fl, | |
| char * | filename, | |||
| char * | fmt | |||
| ) |
| void KLTWriteFeatureListToPPM | ( | KLT_FeatureList | fl, | |
| KLT_PixelType * | greyimg, | |||
| int | ncols, | |||
| int | nrows, | |||
| char * | filename | |||
| ) |
| void KLTWriteFeatureTable | ( | KLT_FeatureTable | ft, | |
| char * | filename, | |||
| char * | fmt | |||
| ) |
1.5.1