SYMBOL INDEX (314 symbols across 34 files) FILE: Main.cpp function DrawData (line 8) | void DrawData(cv::Mat mm, cv::Mat frame, const std::map &... function ReadFileContent (line 41) | void ReadFileContent(const std::string &file, std::string &content){ function ReadRcFileTotal (line 61) | void ReadRcFileTotal(const std::string &file) { function CB (line 103) | void CB(cv::Mat &frame, int num){ function Go (line 135) | void Go() { function main (line 147) | int main(int argc, char **argv){ FILE: NT.cpp function ExtractFeatureHog (line 22) | void ExtractFeatureHog(const cv::Mat &in, function ExtractFeature (line 45) | void ExtractFeature(const cv::Mat &in, function NewAndDelete (line 150) | NewAndDelete NT::UpdateDS(const cv::Mat &frame, const std::vector &rcs){ type FFS (line 201) | struct FFS{ method Push (line 203) | void Push(int id, const FDSSTTrackerP &ff){ method Get (line 207) | void Get(std::vector > &ffs){ FILE: NT.h type DSResult (line 8) | struct DSResult{ type boost (line 18) | typedef boost::shared_ptr TTrackerP; type boost (line 21) | typedef boost::shared_ptr FDSSTTrackerP; function class (line 24) | class NT{ FILE: NTN.h type NewAndDelete (line 4) | struct NewAndDelete{ FILE: StrCommon.h function gettimeofday (line 10) | static int gettimeofday(struct timeval *tp, void *tzp) function usleep (line 30) | static void usleep(int64_t us) { function gtm (line 41) | static int64_t gtm() { function splitStr (line 48) | static void splitStr(const std::string& inputStr, const std::string &key... function std (line 78) | static std::string trim(std::string &s) { function toInt (line 88) | static int toInt(const std::string &in){ function toFloat (line 93) | static float toFloat(const std::string &in) { function std (line 98) | static std::string toStr(float in) { function std (line 104) | static std::string toStr(int in){ function std (line 110) | static std::string to4dStr(int in){ function std (line 116) | static std::string to5dStr(int in){ function std (line 122) | static std::string to6dStr(int in){ FILE: deepsort/Detection.h type Eigen (line 6) | typedef Eigen::Matrix DSBOX; type Eigen (line 8) | typedef Eigen::Matrix FEATURE; type std (line 10) | typedef std::vector IDS; type Eigen (line 11) | typedef Eigen::Matrix PT2; type Eigen (line 13) | typedef Eigen::Matrix MEAN; type Eigen (line 14) | typedef Eigen::Matrix VAR; type Eigen (line 15) | typedef Eigen::Matrix NMEAN; type Eigen (line 16) | typedef Eigen::Matrix NVAR; type Detection (line 18) | struct Detection { FILE: deepsort/FeatureGetter/CaffeShuffeNetFeatureGetter.cpp function fgtm (line 16) | static int64_t fgtm() { function to_buffer (line 48) | void to_buffer(const cv::Mat &img, float *buf){ function GetCore (line 104) | bool GetCore(const XNET &xnet, const XINPUT &xinput, const cv::Mat &imgi... type XFTS (line 142) | struct XFTS{ method Push (line 144) | void Push(int id, const FFEATURE &ff){ method Get (line 148) | void Get(std::vector > &ffs){ FILE: deepsort/FeatureGetter/FaceNetFeatureGetter.cpp function fgtm (line 22) | static int64_t fgtm() { function tobuffer (line 36) | void tobuffer(const std::vector &imgs, uint8 *buf) { function tobufferA (line 59) | void tobufferA(const std::vector &imgs, float *buf){ FILE: deepsort/FeatureGetter/FeatureGetter.cpp function fgtm (line 33) | static int64_t fgtm() { function tobuffer (line 47) | void tobuffer(const std::vector &imgs, uint8 *buf) { FILE: deepsort/FeatureGetter/FeatureGetter.h type Eigen (line 7) | typedef Eigen::Matrix FFEATURE; function class (line 13) | class FeatureGetter { FILE: deepsort/FeatureGetter/MobileNetFeatureGetter.cpp function fgtm (line 22) | static int64_t fgtm() { function tobuffer (line 36) | void tobuffer(const std::vector &imgs, uint8 *buf) { function tobufferA (line 59) | void tobufferA(const std::vector &imgs, float *buf){ FILE: deepsort/HungarianOper.h function class (line 7) | class HungarianOper { FILE: deepsort/KalmanTracker.h type TrackState (line 7) | enum TrackState{ type boost (line 14) | typedef boost::shared_ptr KalmanTracker; FILE: deepsort/iou_matching.h function class (line 9) | class iou_matching{ FILE: deepsort/kalman_filter.h type Eigen (line 6) | typedef Eigen::Matrix UPM; function class (line 8) | class KF{ FILE: deepsort/linear_assignment.h function line_gtm (line 12) | static int64_t line_gtm() { type RR (line 19) | struct RR { type DYNAMICM (line 25) | typedef DYNAMICM (*GetCostMarixFun)(const std::vector &tr... function class (line 42) | class linear_assignment{ FILE: deepsort/munkres/adapters/boostmatrixadapter.cpp class BoostMatrixAdapter (line 21) | class BoostMatrixAdapter class BoostMatrixAdapter (line 22) | class BoostMatrixAdapter class BoostMatrixAdapter (line 23) | class BoostMatrixAdapter FILE: deepsort/munkres/adapters/boostmatrixadapter.h function virtual (line 44) | virtual void convertFromMatrix(boost::numeric::ublas::matrix &boos... FILE: deepsort/munkres/matrix.cpp function T (line 185) | inline T& function T (line 195) | inline const T& function T (line 205) | const T function T (line 223) | const T FILE: deepsort/munkres/matrix.h function T (line 42) | const T& operator () (const size_t x, const size_t y) const; FILE: deepsort/munkres/munkres.cpp class Munkres (line 22) | class Munkres class Munkres (line 23) | class Munkres class Munkres (line 24) | class Munkres FILE: deepsort/munkres/munkres.h function replace_infinites (line 142) | static void replace_infinites(Matrix &matrix) { function minimize_along_direction (line 179) | static void minimize_along_direction(Matrix &matrix, const bool ov... function pair_in_list (line 230) | bool pair_in_list(const std::pair &needle, const std::lis... function step1 (line 240) | int step1() { function step2 (line 262) | int step2() { function step3 (line 290) | int step3() { function step4 (line 315) | int step4() { function step5 (line 413) | int step5() { FILE: deepsort/nn_matching.h function nn_gtm (line 17) | static int64_t nn_gtm() { function class (line 69) | class NearestNeighborDistanceMetric{ function DYNAMICM (line 146) | DYNAMICM distance(const FEATURESS &features, const IDS &ids){ FILE: deepsort/tracker.h function class (line 18) | class TTracker{ function NewAndDelete (line 37) | NewAndDelete update(const std::vector &detections){ function _NewTrack (line 220) | int _NewTrack(const Detection &detection){ function DYNAMICM (line 235) | DYNAMICM getCostMatrixByNND(const std::vector &kalmanTrac... FILE: fdsst/SSE2NEON.h type float32x4_t (line 52) | typedef float32x4_t __m128; type int32x4_t (line 53) | typedef int32x4_t __m128i; function FORCE_INLINE (line 60) | FORCE_INLINE __m128i _mm_setzero_si128() function FORCE_INLINE (line 66) | FORCE_INLINE __m128 _mm_setzero_ps(void) function FORCE_INLINE (line 72) | FORCE_INLINE __m128 _mm_set1_ps(float _w) function FORCE_INLINE (line 78) | FORCE_INLINE __m128 _mm_set_ps1(float _w) function FORCE_INLINE (line 84) | FORCE_INLINE __m128 _mm_set_ps(float w, float z, float y, float x) function FORCE_INLINE (line 91) | FORCE_INLINE __m128 _mm_setr_ps(float w, float z , float y , float x ) function FORCE_INLINE (line 98) | FORCE_INLINE __m128i _mm_set1_epi32(int _i) function FORCE_INLINE (line 104) | FORCE_INLINE __m128i _mm_set_epi32(int i3, int i2, int i1, int i0) function FORCE_INLINE (line 111) | FORCE_INLINE void _mm_store_ps(float *p, __m128 a) function FORCE_INLINE (line 117) | FORCE_INLINE void _mm_storeu_ps(float *p, __m128 a) function FORCE_INLINE (line 123) | FORCE_INLINE void _mm_store_si128(__m128i *p, __m128i a ) function FORCE_INLINE (line 129) | FORCE_INLINE void _mm_store_ss(float *p, __m128 a) function FORCE_INLINE (line 135) | FORCE_INLINE void _mm_storel_epi64(__m128i* a, __m128i b) function FORCE_INLINE (line 141) | FORCE_INLINE __m128 _mm_load1_ps(const float * p) function FORCE_INLINE (line 147) | FORCE_INLINE __m128 _mm_load_ps(const float * p) function FORCE_INLINE (line 153) | FORCE_INLINE __m128 _mm_loadu_ps(const float * p) function FORCE_INLINE (line 160) | FORCE_INLINE __m128 _mm_load_ss(const float * p) function FORCE_INLINE (line 172) | FORCE_INLINE __m128 _mm_cmpneq_ps(__m128 a, __m128 b) function FORCE_INLINE (line 178) | FORCE_INLINE __m128 _mm_andnot_ps(__m128 a, __m128 b) function FORCE_INLINE (line 184) | FORCE_INLINE __m128i _mm_andnot_si128(__m128i a, __m128i b) function FORCE_INLINE (line 190) | FORCE_INLINE __m128i _mm_and_si128(__m128i a, __m128i b) function FORCE_INLINE (line 196) | FORCE_INLINE __m128 _mm_and_ps(__m128 a, __m128 b) function FORCE_INLINE (line 202) | FORCE_INLINE __m128 _mm_or_ps(__m128 a, __m128 b) function FORCE_INLINE (line 208) | FORCE_INLINE __m128 _mm_xor_ps(__m128 a, __m128 b) function FORCE_INLINE (line 214) | FORCE_INLINE __m128i _mm_or_si128(__m128i a, __m128i b) function FORCE_INLINE (line 220) | FORCE_INLINE __m128i _mm_xor_si128(__m128i a, __m128i b) function FORCE_INLINE (line 227) | FORCE_INLINE int _mm_movemask_ps(__m128 a) function FORCE_INLINE (line 245) | FORCE_INLINE __m128 _mm_shuffle_ps_1032(__m128 a, __m128 b) function FORCE_INLINE (line 252) | FORCE_INLINE __m128 _mm_shuffle_ps_2301(__m128 a, __m128 b) function FORCE_INLINE (line 258) | FORCE_INLINE __m128 _mm_shuffle_ps_3210(__m128 a, __m128 b) function FORCE_INLINE (line 263) | FORCE_INLINE __m128 _mm_shuffle_ps_0011(__m128 a, __m128 b) function FORCE_INLINE (line 268) | FORCE_INLINE __m128 _mm_shuffle_ps_0022(__m128 a, __m128 b) function FORCE_INLINE (line 273) | FORCE_INLINE __m128 _mm_shuffle_ps_2200(__m128 a, __m128 b) function FORCE_INLINE (line 278) | FORCE_INLINE __m128 _mm_shuffle_ps_3202(__m128 a, __m128 b) function FORCE_INLINE (line 287) | FORCE_INLINE __m128 _mm_shuffle_ps_1133(__m128 a, __m128 b) function FORCE_INLINE (line 292) | FORCE_INLINE __m128 _mm_shuffle_ps_2010(__m128 a, __m128 b) function FORCE_INLINE (line 301) | FORCE_INLINE __m128 _mm_shuffle_ps_2001(__m128 a, __m128 b) function FORCE_INLINE (line 310) | FORCE_INLINE __m128 _mm_shuffle_ps_2032(__m128 a, __m128 b) function __m128 (line 326) | __m128 _mm_shuffle_ps_default(__m128 a, __m128 b) function __m128 (line 345) | __m128 _mm_shuffle_ps_function(__m128 a, __m128 b) function FORCE_INLINE (line 368) | FORCE_INLINE __m128i _mm_shuffle_epi_1032(__m128i a, __m128i b) function FORCE_INLINE (line 375) | FORCE_INLINE __m128i _mm_shuffle_epi_2301(__m128i a, __m128i b) function FORCE_INLINE (line 382) | FORCE_INLINE __m128i _mm_shuffle_epi_0321(__m128i a, __m128i b) function FORCE_INLINE (line 389) | FORCE_INLINE __m128i _mm_shuffle_epi_2103(__m128i a, __m128i b) function FORCE_INLINE (line 396) | FORCE_INLINE __m128i _mm_shuffle_epi_1010(__m128i a, __m128i b) function FORCE_INLINE (line 403) | FORCE_INLINE __m128i _mm_shuffle_epi_1001(__m128i a, __m128i b) function FORCE_INLINE (line 410) | FORCE_INLINE __m128i _mm_shuffle_epi_0101(__m128i a, __m128i b) function FORCE_INLINE (line 415) | FORCE_INLINE __m128i _mm_shuffle_epi_2211(__m128i a, __m128i b) function FORCE_INLINE (line 420) | FORCE_INLINE __m128i _mm_shuffle_epi_0122(__m128i a, __m128i b) function FORCE_INLINE (line 425) | FORCE_INLINE __m128i _mm_shuffle_epi_3332(__m128i a, __m128i b) function __m128i (line 431) | __m128i _mm_shuffle_epi32_default(__m128i a, __m128i b) function __m128i (line 450) | __m128i _mm_shuffle_epi32_function(__m128i a, __m128i b) function __m128i (line 469) | __m128i _mm_shuffle_epi32_splat(__m128i a) function __m128i (line 475) | __m128i _mm_shuffle_epi32_single(__m128i a) function __m128i (line 491) | __m128i _mm_shufflehi_epi16_function(__m128i a) function FORCE_INLINE (line 524) | FORCE_INLINE int _mm_movemask_epi8(__m128i _a) function FORCE_INLINE (line 557) | FORCE_INLINE __m128 _mm_sub_ps(__m128 a, __m128 b) function FORCE_INLINE (line 563) | FORCE_INLINE __m128i _mm_sub_epi32(__m128i a, __m128i b) function FORCE_INLINE (line 569) | FORCE_INLINE __m128 _mm_add_ps(__m128 a, __m128 b) function FORCE_INLINE (line 575) | FORCE_INLINE __m128i _mm_add_epi32(__m128i a, __m128i b) function FORCE_INLINE (line 581) | FORCE_INLINE __m128i _mm_add_epi16(__m128i a, __m128i b) function FORCE_INLINE (line 587) | FORCE_INLINE __m128i _mm_mullo_epi16(__m128i a, __m128i b) function FORCE_INLINE (line 593) | FORCE_INLINE __m128i _mm_mullo_epi32 (__m128i a, __m128i b) function FORCE_INLINE (line 599) | FORCE_INLINE __m128 _mm_mul_ps(__m128 a, __m128 b) function FORCE_INLINE (line 606) | FORCE_INLINE __m128 recipq_newton(__m128 in, int n) function FORCE_INLINE (line 617) | FORCE_INLINE __m128 _mm_rcp_ps(__m128 in) function FORCE_INLINE (line 626) | FORCE_INLINE __m128 _mm_sqrt_ps(__m128 in) function FORCE_INLINE (line 636) | FORCE_INLINE __m128 _mm_max_ps(__m128 a, __m128 b) function FORCE_INLINE (line 642) | FORCE_INLINE __m128 _mm_min_ps(__m128 a, __m128 b) function FORCE_INLINE (line 648) | FORCE_INLINE __m128i _mm_min_epi16(__m128i a, __m128i b) function FORCE_INLINE (line 655) | FORCE_INLINE __m128i _mm_max_epi32(__m128i a, __m128i b ) function FORCE_INLINE (line 661) | FORCE_INLINE __m128i _mm_min_epi32(__m128i a, __m128i b ) function FORCE_INLINE (line 667) | FORCE_INLINE __m128i _mm_mulhi_epi16(__m128i a, __m128i b) function FORCE_INLINE (line 676) | FORCE_INLINE __m128 _mm_hadd_ps(__m128 a, __m128 b ) function FORCE_INLINE (line 698) | FORCE_INLINE __m128 _mm_cmplt_ps(__m128 a, __m128 b) function FORCE_INLINE (line 704) | FORCE_INLINE __m128 _mm_cmpgt_ps(__m128 a, __m128 b) function FORCE_INLINE (line 710) | FORCE_INLINE __m128 _mm_cmpge_ps(__m128 a, __m128 b) function FORCE_INLINE (line 716) | FORCE_INLINE __m128 _mm_cmple_ps(__m128 a, __m128 b) function FORCE_INLINE (line 722) | FORCE_INLINE __m128 _mm_cmpeq_ps(__m128 a, __m128 b) function FORCE_INLINE (line 728) | FORCE_INLINE __m128i _mm_cmplt_epi32(__m128i a, __m128i b) function FORCE_INLINE (line 734) | FORCE_INLINE __m128i _mm_cmpgt_epi32(__m128i a, __m128i b) function FORCE_INLINE (line 743) | FORCE_INLINE __m128 _mm_cmpord_ps(__m128 a, __m128 b ) function FORCE_INLINE (line 756) | FORCE_INLINE __m128i _mm_cvttps_epi32(__m128 a) function FORCE_INLINE (line 762) | FORCE_INLINE __m128 _mm_cvtepi32_ps(__m128i a) function FORCE_INLINE (line 768) | FORCE_INLINE __m128i _mm_cvtps_epi32(__m128 a) function FORCE_INLINE (line 782) | FORCE_INLINE int _mm_cvtsi128_si32(__m128i a) function FORCE_INLINE (line 788) | FORCE_INLINE __m128i _mm_cvtsi32_si128(int a) function FORCE_INLINE (line 796) | FORCE_INLINE __m128i _mm_castps_si128(__m128 a) function FORCE_INLINE (line 802) | FORCE_INLINE __m128 _mm_castsi128_ps(__m128i a) function FORCE_INLINE (line 808) | FORCE_INLINE __m128i _mm_load_si128(const __m128i *p) function FORCE_INLINE (line 818) | FORCE_INLINE __m128i _mm_packs_epi16(__m128i a, __m128i b) function FORCE_INLINE (line 824) | FORCE_INLINE __m128i _mm_packus_epi16(const __m128i a, const __m128i b) function FORCE_INLINE (line 830) | FORCE_INLINE __m128i _mm_packs_epi32(__m128i a, __m128i b) function FORCE_INLINE (line 836) | FORCE_INLINE __m128i _mm_unpacklo_epi8(__m128i a, __m128i b) function FORCE_INLINE (line 847) | FORCE_INLINE __m128i _mm_unpacklo_epi16(__m128i a, __m128i b) function FORCE_INLINE (line 858) | FORCE_INLINE __m128i _mm_unpacklo_epi32(__m128i a, __m128i b) function FORCE_INLINE (line 869) | FORCE_INLINE __m128 _mm_unpacklo_ps(__m128 a, __m128 b) function FORCE_INLINE (line 876) | FORCE_INLINE __m128 _mm_unpackhi_ps(__m128 a, __m128 b) function FORCE_INLINE (line 883) | FORCE_INLINE __m128i _mm_unpackhi_epi32(__m128i a, __m128i b) function FORCE_INLINE (line 901) | FORCE_INLINE void _mm_sfence(void) function FORCE_INLINE (line 907) | FORCE_INLINE void _mm_stream_si128(__m128i *p, __m128i a) function FORCE_INLINE (line 913) | FORCE_INLINE void _mm_clflush(void const*p) { FILE: fdsst/fdssttracker.cpp function rangeToColVector (line 102) | cv::Mat rangeToColVector(int begin, int end, int n) function pow (line 114) | cv::Mat pow(BT base_, const cv::Mat_& exponent) function shift (line 145) | void shift(const cv::Mat& src, cv::Mat& dst, cv::Point2f delta, int fill... FILE: fdsst/fdssttracker.hpp class FDSSTTracker (line 90) | class FDSSTTracker { method FDSSTTracker (line 92) | FDSSTTracker(bool hog = true, bool fixed_window = true, bool multiscal... method init (line 97) | virtual void init(const cv::Rect &roi, cv::Mat image) { method update (line 102) | virtual cv::Rect update(cv::Mat image) { method Reset (line 159) | void Reset() { class FDSSTTracker (line 111) | class FDSSTTracker : public Tracker method FDSSTTracker (line 92) | FDSSTTracker(bool hog = true, bool fixed_window = true, bool multiscal... method init (line 97) | virtual void init(const cv::Rect &roi, cv::Mat image) { method update (line 102) | virtual cv::Rect update(cv::Mat image) { method Reset (line 159) | void Reset() { FILE: fdsst/ffttools.hpp type FFTTools (line 48) | namespace FFTTools function fftd (line 53) | cv::Mat fftd(cv::Mat img, bool backwards = false, bool byRow = false) function real (line 73) | cv::Mat real(cv::Mat img) function imag (line 80) | cv::Mat imag(cv::Mat img) function magnitude (line 87) | cv::Mat magnitude(cv::Mat img) function complexMultiplication (line 98) | cv::Mat complexMultiplication(cv::Mat a, cv::Mat b, bool conj = false) function complexDivisionReal (line 118) | cv::Mat complexDivisionReal(cv::Mat a, cv::Mat b) function complexDivision (line 135) | cv::Mat complexDivision(cv::Mat a, cv::Mat b) function rearrange (line 154) | void rearrange(cv::Mat &img) function normalizedLogTransform (line 196) | void normalizedLogTransform(cv::Mat &img) function ComplexMats (line 206) | ComplexMats MultiChannelsDFT(const cv::Mat &img, int flags = 0) function ComplexMats (line 222) | ComplexMats ComplexMatsMultiMat(const ComplexMats &A, cv::Mat b) function ComplexMats (line 235) | ComplexMats ComplexMatsMultiComplexMats(const ComplexMats &A, const Co... function ComplexMats (line 248) | ComplexMats MCComplexConjMultiplication(const ComplexMats &A) function MCMulti (line 262) | cv::Mat MCMulti(cv::Mat a, cv::Mat b) function MCSum (line 280) | cv::Mat MCSum(const ComplexMats &a) function MCSum (line 293) | cv::Mat MCSum(const cv::Mat &a) FILE: fdsst/fhog.cpp function alFree (line 34) | void alFree(void* aligned) { function grad1 (line 49) | void grad1( float *I, float *Gx, float *Gy, int h, int w, int x ) { function grad2 (line 74) | void grad2( float *I, float *Gx, float *Gy, int h, int w, int d ) { function hoglog (line 82) | void hoglog(){ function gradMag (line 103) | void gradMag( float *I, float *M, float *O, int h, int w, int d, bool fu... function gradMagNorm (line 157) | void gradMagNorm( float *M, float *S, int h, int w, float norm ) { function gradQuantize (line 166) | void gradQuantize( float *O, float *M, int *O0, int *O1, float *M0, floa... function gradHist (line 202) | void gradHist( float *M, float *O, float *H, int h, int w, function hogChannels (line 313) | void hogChannels( float *H, const float *R, const float *N, function hog (line 340) | void hog( float *M, float *O, float *H, int h, int w, int binSize, function fhog (line 356) | bool fhog( float *M, float *O, float *H, int h, int w, int binSize, function mxArray (line 387) | mxArray* mxCreateMatrix3( int h, int w, int d, mxClassID id, bool c, voi... function checkArgs (line 399) | void checkArgs( int nl, mxArray *pl[], int nr, const mxArray *pr[], int ... function mGrad2 (line 412) | void mGrad2( int nl, mxArray *pl[], int nr, const mxArray *pr[] ) { function mGradMag (line 422) | void mGradMag( int nl, mxArray *pl[], int nr, const mxArray *pr[] ) { function mGradMagNorm (line 434) | void mGradMagNorm( int nl, mxArray *pl[], int nr, const mxArray *pr[] ) { function mGradHist (line 444) | void mGradHist( int nl, mxArray *pl[], int nr, const mxArray *pr[] ) { function mexFunction (line 471) | void mexFunction( int nl, mxArray *pl[], int nr, const mxArray *pr[] ) { function change_format (line 524) | void change_format(float *des,float *source,int height,int width,int cha... function fhog (line 571) | cv::Mat fhog(const cv::Mat& input, int binSize, int nOrients, float clip... FILE: fdsst/fhog.h function wrError (line 50) | inline void wrError(const char *errormsg) { throw errormsg; } function wrFree (line 72) | inline void wrFree( void * ptr ) { FILE: fdsst/fhogbk/fhog.cpp function grad1 (line 37) | void grad1( float *I, float *Gx, float *Gy, int h, int w, int x ) { function grad2 (line 62) | void grad2( float *I, float *Gx, float *Gy, int h, int w, int d ) { function hoglog (line 70) | void hoglog(){ function gradMag (line 91) | void gradMag( float *I, float *M, float *O, int h, int w, int d, bool fu... function gradMagNorm (line 148) | void gradMagNorm( float *M, float *S, int h, int w, float norm ) { function gradQuantize (line 157) | void gradQuantize( float *O, float *M, int *O0, int *O1, float *M0, floa... function gradHist (line 193) | void gradHist( float *M, float *O, float *H, int h, int w, function hogChannels (line 312) | void hogChannels( float *H, const float *R, const float *N, function hog (line 339) | void hog( float *M, float *O, float *H, int h, int w, int binSize, function fhog (line 355) | bool fhog( float *M, float *O, float *H, int h, int w, int binSize, function mxArray (line 386) | mxArray* mxCreateMatrix3( int h, int w, int d, mxClassID id, bool c, voi... function checkArgs (line 398) | void checkArgs( int nl, mxArray *pl[], int nr, const mxArray *pr[], int ... function mGrad2 (line 411) | void mGrad2( int nl, mxArray *pl[], int nr, const mxArray *pr[] ) { function mGradMag (line 421) | void mGradMag( int nl, mxArray *pl[], int nr, const mxArray *pr[] ) { function mGradMagNorm (line 433) | void mGradMagNorm( int nl, mxArray *pl[], int nr, const mxArray *pr[] ) { function mGradHist (line 443) | void mGradHist( int nl, mxArray *pl[], int nr, const mxArray *pr[] ) { function mexFunction (line 470) | void mexFunction( int nl, mxArray *pl[], int nr, const mxArray *pr[] ) { function change_format (line 523) | void change_format(float *des,float *source,int height,int width,int cha... function fhog (line 570) | cv::Mat fhog(const cv::Mat& input, int binSize, int nOrients, float clip... FILE: fdsst/recttools.hpp type RectTools (line 44) | namespace RectTools function center (line 48) | inline cv::Vec center(const cv::Rect_ &rect) function t (line 54) | inline t x2(const cv::Rect_ &rect) function t (line 60) | inline t y2(const cv::Rect_ &rect) function resize (line 66) | inline void resize(cv::Rect_ &rect, float scalex, float scaley = 0) function limit (line 78) | inline void limit(cv::Rect_ &rect, cv::Rect_ limit) function limit (line 97) | inline void limit(cv::Rect_ &rect, t width, t height, t x = 0, t y ... function getBorder (line 103) | inline cv::Rect getBorder(const cv::Rect_ &original, cv::Rect_... function subwindow (line 114) | inline cv::Mat subwindow(const cv::Mat &in, const cv::Rect & window, i... function cutOutsize (line 130) | inline void cutOutsize(float &num, int limit) function extractImage (line 138) | inline cv::Mat extractImage(const cv::Mat &in, float cx, float cy, flo... function getGrayImage (line 165) | inline cv::Mat getGrayImage(cv::Mat img) FILE: fdsst/sse.hpp type sse (line 9) | namespace sse{ function RETf (line 16) | RETf SET( const float &x ) { return _mm_set1_ps(x); } function RETf (line 17) | RETf SET( float x, float y, float z, float w ) { return _mm_set_ps(x,y... function RETi (line 18) | RETi SET( const int &x ) { return _mm_set1_epi32(x); } function RETf (line 19) | RETf LD( const float &x ) { return _mm_load_ps(&x); } function RETf (line 20) | RETf LDu( const float &x ) { return _mm_loadu_ps(&x); } function RETf (line 21) | RETf STR( float &x, const __m128 y ) { _mm_store_ps(&x,y); return y; } function RETf (line 22) | RETf STR1( float &x, const __m128 y ) { _mm_store_ss(&x,y); return y; } function RETf (line 23) | RETf STRu( float &x, const __m128 y ) { _mm_storeu_ps(&x,y); return y; } function RETf (line 24) | RETf STR( float &x, const float y ) { return STR(x,SET(y)); } function RETi (line 27) | RETi ADD( const __m128i x, const __m128i y ) { return _mm_add_epi32(x,... function RETf (line 28) | RETf ADD( const __m128 x, const __m128 y ) { return _mm_add_ps(x,y); } function RETf (line 29) | RETf ADD( const __m128 x, const __m128 y, const __m128 z ) { function RETf (line 31) | RETf ADD( const __m128 a, const __m128 b, const __m128 c, const __m128... function RETf (line 33) | RETf SUB( const __m128 x, const __m128 y ) { return _mm_sub_ps(x,y); } function RETf (line 34) | RETf MUL( const __m128 x, const __m128 y ) { return _mm_mul_ps(x,y); } function RETf (line 35) | RETf MUL( const __m128 x, const float y ) { return MUL(x,SET(y)); } function RETf (line 36) | RETf MUL( const float x, const __m128 y ) { return MUL(SET(x),y); } function RETf (line 37) | RETf INC( __m128 &x, const __m128 y ) { return x = ADD(x,y); } function RETf (line 38) | RETf INC( float &x, const __m128 y ) { __m128 t=ADD(LD(x),y); return S... function RETf (line 39) | RETf DEC( __m128 &x, const __m128 y ) { return x = SUB(x,y); } function RETf (line 40) | RETf DEC( float &x, const __m128 y ) { __m128 t=SUB(LD(x),y); return S... function RETf (line 41) | RETf MIN( const __m128 x, const __m128 y ) { return _mm_min_ps(x,y); } function RETf (line 42) | RETf RCP( const __m128 x ) { return _mm_rcp_ps(x); } function RETf (line 43) | RETf RCPSQRT( const __m128 x ) { return _mm_rsqrt_ps(x); } function RETf (line 46) | RETf AND( const __m128 x, const __m128 y ) { return _mm_and_ps(x,y); } function RETi (line 47) | RETi AND( const __m128i x, const __m128i y ) { return _mm_and_si128(x,... function RETf (line 48) | RETf ANDNOT( const __m128 x, const __m128 y ) { return _mm_andnot_ps(x... function RETf (line 49) | RETf OR( const __m128 x, const __m128 y ) { return _mm_or_ps(x,y); } function RETf (line 50) | RETf XOR( const __m128 x, const __m128 y ) { return _mm_xor_ps(x,y); } function RETf (line 53) | RETf CMPGT( const __m128 x, const __m128 y ) { return _mm_cmpgt_ps(x,y... function RETf (line 54) | RETf CMPLT( const __m128 x, const __m128 y ) { return _mm_cmplt_ps(x,y... function RETi (line 55) | RETi CMPGT( const __m128i x, const __m128i y ) { return _mm_cmpgt_epi3... function RETi (line 56) | RETi CMPLT( const __m128i x, const __m128i y ) { return _mm_cmplt_epi3... function RETf (line 59) | RETf CVT( const __m128i x ) { return _mm_cvtepi32_ps(x); } function RETi (line 60) | RETi CVT( const __m128 x ) { return _mm_cvttps_epi32(x); } FILE: fdsst/tracker.h function class (line 23) | class Tracker