├── README.md ├── bag_of_hogs.m ├── bag_of_sifts.m ├── classifying_entire_dataset.m ├── detection.m ├── evaluation.m ├── hog_descriptor.m ├── offsets.mat ├── sift_descriptor.m ├── svm_classify.m ├── test_features_hog.m ├── test_features_sift.m ├── testing_image_features.mat ├── tracking.m ├── training_hog|sift_svm.m ├── training_image_features.mat ├── vocabulary.mat ├── weights.mat └── window_traversal.m /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HobbySingh/Vision-Based-Fixed-Wing-Landing/HEAD/README.md -------------------------------------------------------------------------------- /bag_of_hogs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HobbySingh/Vision-Based-Fixed-Wing-Landing/HEAD/bag_of_hogs.m -------------------------------------------------------------------------------- /bag_of_sifts.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HobbySingh/Vision-Based-Fixed-Wing-Landing/HEAD/bag_of_sifts.m -------------------------------------------------------------------------------- /classifying_entire_dataset.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HobbySingh/Vision-Based-Fixed-Wing-Landing/HEAD/classifying_entire_dataset.m -------------------------------------------------------------------------------- /detection.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HobbySingh/Vision-Based-Fixed-Wing-Landing/HEAD/detection.m -------------------------------------------------------------------------------- /evaluation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HobbySingh/Vision-Based-Fixed-Wing-Landing/HEAD/evaluation.m -------------------------------------------------------------------------------- /hog_descriptor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HobbySingh/Vision-Based-Fixed-Wing-Landing/HEAD/hog_descriptor.m -------------------------------------------------------------------------------- /offsets.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HobbySingh/Vision-Based-Fixed-Wing-Landing/HEAD/offsets.mat -------------------------------------------------------------------------------- /sift_descriptor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HobbySingh/Vision-Based-Fixed-Wing-Landing/HEAD/sift_descriptor.m -------------------------------------------------------------------------------- /svm_classify.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HobbySingh/Vision-Based-Fixed-Wing-Landing/HEAD/svm_classify.m -------------------------------------------------------------------------------- /test_features_hog.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HobbySingh/Vision-Based-Fixed-Wing-Landing/HEAD/test_features_hog.m -------------------------------------------------------------------------------- /test_features_sift.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HobbySingh/Vision-Based-Fixed-Wing-Landing/HEAD/test_features_sift.m -------------------------------------------------------------------------------- /testing_image_features.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HobbySingh/Vision-Based-Fixed-Wing-Landing/HEAD/testing_image_features.mat -------------------------------------------------------------------------------- /tracking.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HobbySingh/Vision-Based-Fixed-Wing-Landing/HEAD/tracking.m -------------------------------------------------------------------------------- /training_hog|sift_svm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HobbySingh/Vision-Based-Fixed-Wing-Landing/HEAD/training_hog|sift_svm.m -------------------------------------------------------------------------------- /training_image_features.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HobbySingh/Vision-Based-Fixed-Wing-Landing/HEAD/training_image_features.mat -------------------------------------------------------------------------------- /vocabulary.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HobbySingh/Vision-Based-Fixed-Wing-Landing/HEAD/vocabulary.mat -------------------------------------------------------------------------------- /weights.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HobbySingh/Vision-Based-Fixed-Wing-Landing/HEAD/weights.mat -------------------------------------------------------------------------------- /window_traversal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HobbySingh/Vision-Based-Fixed-Wing-Landing/HEAD/window_traversal.m --------------------------------------------------------------------------------