SYMBOL INDEX (142 symbols across 38 files) FILE: apps/exePhase1_2.cpp function main (line 47) | int main(int argc, char** argv) { FILE: apps/exePhase3.cpp type fuse_style (line 39) | enum fuse_style { function RemoveLastBlock (line 66) | void RemoveLastBlock(vector &input, int block_length) { function AddLastBlock (line 73) | void AddLastBlock(vector &input, int block_length) { function RemoveDummyVectors (line 79) | void RemoveDummyVectors(vector &input, int block_length) { function VectorsFusing (line 94) | vector VectorsFusing(vector &input, int block_length, int ... function feature_extraction_pipeline (line 163) | void feature_extraction_pipeline(int &argc, char** &argv) { function main (line 342) | int main(int argc, char** argv) { FILE: apps/exePhase4.cpp function evaluate (line 50) | void evaluate(vector truthLabels, vector resultLabels, int w) { function getArgmax (line 130) | int getArgmax(vector &v) { function feature_extraction_pipeline (line 143) | void feature_extraction_pipeline(int &argc, char** &argv) { function main (line 243) | int main(int argc, char** argv) { FILE: eclipse-project/ibrahim16-deep-act-rec-part/apps/exePhase1_2.cpp function main (line 47) | int main(int argc, char** argv) { FILE: eclipse-project/ibrahim16-deep-act-rec-part/apps/exePhase3.cpp type fuse_style (line 39) | enum fuse_style { function RemoveLastBlock (line 66) | void RemoveLastBlock(vector &input, int block_length) { function AddLastBlock (line 73) | void AddLastBlock(vector &input, int block_length) { function RemoveDummyVectors (line 79) | void RemoveDummyVectors(vector &input, int block_length) { function VectorsFusing (line 94) | vector VectorsFusing(vector &input, int block_length, int ... function feature_extraction_pipeline (line 163) | void feature_extraction_pipeline(int &argc, char** &argv) { function main (line 342) | int main(int argc, char** argv) { FILE: eclipse-project/ibrahim16-deep-act-rec-part/apps/exePhase4.cpp function evaluate (line 50) | void evaluate(vector truthLabels, vector resultLabels, int w) { function getArgmax (line 130) | int getArgmax(vector &v) { function feature_extraction_pipeline (line 143) | void feature_extraction_pipeline(int &argc, char** &argv) { function main (line 243) | int main(int argc, char** argv) { FILE: eclipse-project/ibrahim16-deep-act-rec-part/src/custom-abbreviation.h function namespace (line 13) | namespace MostCV FILE: eclipse-project/ibrahim16-deep-act-rec-part/src/custom-images-macros.h function namespace (line 11) | namespace MostCV { FILE: eclipse-project/ibrahim16-deep-act-rec-part/src/custom-macros.h function namespace (line 11) | namespace MostCV { FILE: eclipse-project/ibrahim16-deep-act-rec-part/src/dlib-tracker-wrapper.cpp type MostCV (line 14) | namespace MostCV { function Rect (line 21) | Rect DlibTrackerWrapper::UpdateTracker(Mat img) { FILE: eclipse-project/ibrahim16-deep-act-rec-part/src/dlib-tracker-wrapper.h function namespace (line 30) | namespace MostCV { FILE: eclipse-project/ibrahim16-deep-act-rec-part/src/images-utilities.cpp type MostCV (line 13) | namespace MostCV { function ShowImage (line 15) | void ShowImage(Mat image, int wait, bool bShow, string stringWindowNam... function RemoveImagePixels (line 23) | void RemoveImagePixels(Mat img, Mat mask, bool is_mask_remove_pixel_bl... function FixMask (line 40) | void FixMask(Mat mask, int threshold) { function Morphology (line 58) | void Morphology(Mat mask, bool do_open, bool do_close, int open_kernel... function AddButton (line 70) | bool AddButton(Mat controlsMat, string buttonName, vector &rects... function GetConnectedComponenets (line 99) | vector > GetConnectedComponenets(Mat img, int area_t... function Rect (line 142) | Rect GetInternalBlobRect(Mat mask) function GetCombinedContour (line 159) | vector GetCombinedContour(Mat mask) { function Rect (line 175) | Rect GetRect(Mat img) function CenterRect (line 180) | void CenterRect(Rect &target_rect, int width, int height) function CmpRectTopLeft (line 195) | bool CmpRectTopLeft(const Rect &a, const Rect &b) function SaveVideo (line 202) | void SaveVideo(vector images, string path, int fps) FILE: eclipse-project/ibrahim16-deep-act-rec-part/src/images-utilities.h function namespace (line 26) | namespace MostCV { FILE: eclipse-project/ibrahim16-deep-act-rec-part/src/leveldb-reader.h function namespace (line 51) | namespace MostCV { FILE: eclipse-project/ibrahim16-deep-act-rec-part/src/leveldb-writer.cpp type MostCV (line 18) | namespace MostCV { FILE: eclipse-project/ibrahim16-deep-act-rec-part/src/leveldb-writer.h function namespace (line 30) | namespace MostCV { FILE: eclipse-project/ibrahim16-deep-act-rec-part/src/rect-helper.cpp type MostCV (line 14) | namespace MostCV { function __CmpSortByConfidence (line 122) | bool __CmpSortByConfidence(const RectHelper &a, const RectHelper& b) function __CmpSortByTopLeftPoint (line 132) | bool __CmpSortByTopLeftPoint(const RectHelper &a, const RectHelper& b) FILE: eclipse-project/ibrahim16-deep-act-rec-part/src/rect-helper.h function namespace (line 33) | namespace MostCV { FILE: eclipse-project/ibrahim16-deep-act-rec-part/src/utilities.cpp type MostCV (line 28) | namespace MostCV { function dcmp (line 30) | int dcmp(double x, double y) { function BuildStringIdMap (line 34) | map BuildStringIdMap(set classes) { function BuildStringIdMap (line 50) | map BuildStringIdMap(vector classesVec) { function UpdateStringIdMap (line 57) | int UpdateStringIdMap(map &classId, string str) { function round (line 66) | double round(double d, int precision) { function fixDir (line 77) | void fixDir(string &dir) { function string (line 85) | string getFileName(string dir) { function fileExist (line 94) | bool fileExist(string szFilePath, bool print) { function string (line 106) | string trim(string str) { function string (line 127) | string toLower(string str) { function string (line 134) | string toUpper(string str) { function startsWith (line 141) | bool startsWith(string str, string pat) { function random (line 145) | int random(int range) { function string (line 156) | string toIntStr(string st, int add, bool append_zeros) { function string (line 166) | string removeExt(string name) { function IsPathExist (line 174) | bool IsPathExist(string path) { function CountFileLines (line 178) | int CountFileLines(string path) function GetPerm (line 196) | vector GetPerm(int length, int seed) function string (line 210) | string consumeStringParam(int &argc, char** &argv, string variable_nam... function consumeIntParam (line 214) | int consumeIntParam(int &argc, char** &argv, string variable_name) { function consumeDoubleParam (line 218) | double consumeDoubleParam(int &argc, char** &argv, string variable_nam... function GetDirs (line 222) | vector GetDirs(string szRoot) { function GetDirsNames (line 237) | vector GetDirsNames(string szRoot) { function GetFiles (line 252) | vector GetFiles(string szRoot, string endwith) { function GetFilesExt (line 270) | vector GetFilesExt(string szRoot, string endwith) { function GetFilesNames (line 287) | vector GetFilesNames(string szRoot, string endwith) { FILE: eclipse-project/ibrahim16-deep-act-rec-part/src/utilities.h function namespace (line 33) | namespace MostCV { FILE: eclipse-project/ibrahim16-deep-act-rec-part/src/volleyball-dataset-mgr.cpp type MostCV (line 20) | namespace MostCV { function string (line 148) | string VolleyballVideoData::GetFramePath(string frame_id, int shift) { function LP (line 186) | LP(w, temporal_window) FILE: eclipse-project/ibrahim16-deep-act-rec-part/src/volleyball-dataset-mgr.h function namespace (line 28) | namespace MostCV { FILE: src/custom-abbreviation.h function namespace (line 13) | namespace MostCV FILE: src/custom-images-macros.h function namespace (line 11) | namespace MostCV { FILE: src/custom-macros.h function namespace (line 11) | namespace MostCV { FILE: src/dlib-tracker-wrapper.cpp type MostCV (line 14) | namespace MostCV { function Rect (line 21) | Rect DlibTrackerWrapper::UpdateTracker(Mat img) { FILE: src/dlib-tracker-wrapper.h function namespace (line 30) | namespace MostCV { FILE: src/images-utilities.cpp type MostCV (line 13) | namespace MostCV { function ShowImage (line 15) | void ShowImage(Mat image, int wait, bool bShow, string stringWindowNam... function RemoveImagePixels (line 23) | void RemoveImagePixels(Mat img, Mat mask, bool is_mask_remove_pixel_bl... function FixMask (line 40) | void FixMask(Mat mask, int threshold) { function Morphology (line 58) | void Morphology(Mat mask, bool do_open, bool do_close, int open_kernel... function AddButton (line 70) | bool AddButton(Mat controlsMat, string buttonName, vector &rects... function GetConnectedComponenets (line 99) | vector > GetConnectedComponenets(Mat img, int area_t... function Rect (line 142) | Rect GetInternalBlobRect(Mat mask) function GetCombinedContour (line 159) | vector GetCombinedContour(Mat mask) { function Rect (line 175) | Rect GetRect(Mat img) function CenterRect (line 180) | void CenterRect(Rect &target_rect, int width, int height) function CmpRectTopLeft (line 195) | bool CmpRectTopLeft(const Rect &a, const Rect &b) function SaveVideo (line 202) | void SaveVideo(vector images, string path, int fps) FILE: src/images-utilities.h function namespace (line 26) | namespace MostCV { FILE: src/leveldb-reader.h function namespace (line 51) | namespace MostCV { FILE: src/leveldb-writer.cpp type MostCV (line 18) | namespace MostCV { FILE: src/leveldb-writer.h function namespace (line 30) | namespace MostCV { FILE: src/rect-helper.cpp type MostCV (line 14) | namespace MostCV { function __CmpSortByConfidence (line 122) | bool __CmpSortByConfidence(const RectHelper &a, const RectHelper& b) function __CmpSortByTopLeftPoint (line 132) | bool __CmpSortByTopLeftPoint(const RectHelper &a, const RectHelper& b) FILE: src/rect-helper.h function namespace (line 33) | namespace MostCV { FILE: src/utilities.cpp type MostCV (line 28) | namespace MostCV { function dcmp (line 30) | int dcmp(double x, double y) { function BuildStringIdMap (line 34) | map BuildStringIdMap(set classes) { function BuildStringIdMap (line 50) | map BuildStringIdMap(vector classesVec) { function UpdateStringIdMap (line 57) | int UpdateStringIdMap(map &classId, string str) { function round (line 66) | double round(double d, int precision) { function fixDir (line 77) | void fixDir(string &dir) { function string (line 85) | string getFileName(string dir) { function fileExist (line 94) | bool fileExist(string szFilePath, bool print) { function string (line 106) | string trim(string str) { function string (line 127) | string toLower(string str) { function string (line 134) | string toUpper(string str) { function startsWith (line 141) | bool startsWith(string str, string pat) { function random (line 145) | int random(int range) { function string (line 156) | string toIntStr(string st, int add, bool append_zeros) { function string (line 166) | string removeExt(string name) { function IsPathExist (line 174) | bool IsPathExist(string path) { function CountFileLines (line 178) | int CountFileLines(string path) function GetPerm (line 196) | vector GetPerm(int length, int seed) function string (line 210) | string consumeStringParam(int &argc, char** &argv, string variable_nam... function consumeIntParam (line 214) | int consumeIntParam(int &argc, char** &argv, string variable_name) { function consumeDoubleParam (line 218) | double consumeDoubleParam(int &argc, char** &argv, string variable_nam... function GetDirs (line 222) | vector GetDirs(string szRoot) { function GetDirsNames (line 237) | vector GetDirsNames(string szRoot) { function GetFiles (line 252) | vector GetFiles(string szRoot, string endwith) { function GetFilesExt (line 270) | vector GetFilesExt(string szRoot, string endwith) { function GetFilesNames (line 287) | vector GetFilesNames(string szRoot, string endwith) { FILE: src/utilities.h function namespace (line 33) | namespace MostCV { FILE: src/volleyball-dataset-mgr.cpp type MostCV (line 20) | namespace MostCV { function string (line 142) | string VolleyballVideoData::GetFramePath(string frame_id, int shift) { function LP (line 180) | LP(w, temporal_window) FILE: src/volleyball-dataset-mgr.h function namespace (line 28) | namespace MostCV {