Skip to content

Commit

Permalink
finish
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdru committed Sep 1, 2017
1 parent f55c7d6 commit c933f3d
Show file tree
Hide file tree
Showing 802 changed files with 3 additions and 1,548 deletions.
4 changes: 3 additions & 1 deletion .gitignore
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ __pycache__/
*.py[cod]
*.pyc
*$py.class

**/*.DS_Store
roadLaneFinding/.DS_Store
# Distribution / packaging
env/

.vscode/
roadLaneFinding/test_result/
*.npy
hist?.png
qt_temp.*
Expand Down
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified __init__.py
100644 → 100755
Empty file.
Empty file modified controllers/__init__.py
100644 → 100755
Empty file.
Empty file modified controllers/binarizeController.py
100644 → 100755
Empty file.
Empty file modified controllers/colorCorrectorController.py
100644 → 100755
Empty file.
Empty file modified controllers/filtersController.py
100644 → 100755
Empty file.
Empty file modified controllers/mainController.py
100644 → 100755
Empty file.
Empty file modified controllers/morphologyController.py
100644 → 100755
Empty file.
Empty file modified controllers/noiseGeneratorController.py
100644 → 100755
Empty file.
Empty file modified controllers/segmentationController.py
100644 → 100755
Empty file.
Empty file modified imageBinarize/__init__.py
100644 → 100755
Empty file.
Empty file modified imageBinarize/globalThresholding.py
100644 → 100755
Empty file.
Empty file modified imageBinarize/localThresholding.py
100644 → 100755
Empty file.
Empty file modified imageFilters/adaptiveFilter.py
100644 → 100755
Empty file.
Empty file modified imageFilters/apertureService.py
100644 → 100755
Empty file.
Empty file modified imageFilters/filters.py
100644 → 100755
Empty file.
Empty file modified imageMorphology/__init__.py
100644 → 100755
Empty file.
Empty file modified imageMorphology/edgeDetection.py
100644 → 100755
Empty file.
Empty file modified imageMorphology/morphology.py
100644 → 100755
Empty file.
Empty file modified imageProcessor/__init__.py
100644 → 100755
Empty file.
Empty file modified imageProcessor/colorCorrector.py
100644 → 100755
Empty file.
Empty file modified imageProcessor/colorHistogram.py
100644 → 100755
Empty file.
Empty file modified imageProcessor/colorModel.py
100644 → 100755
Empty file.
Empty file modified imageProcessor/histogramService.py
100644 → 100755
Empty file.
Empty file modified imageProcessor/imageComparison.py
100644 → 100755
Empty file.
Empty file modified imageProcessor/imageService.py
100644 → 100755
Empty file.
Empty file modified imageProcessor/noiseGenerator.py
100644 → 100755
Empty file.
Empty file modified imageSegmentation/__init__.py
100644 → 100755
Empty file.
Empty file modified imageSegmentation/egbis.py
100644 → 100755
Empty file.
Empty file modified imageSegmentation/gabor.py
100644 → 100755
Empty file.
Empty file modified imageSegmentation/gaborSegment.py
100644 → 100755
Empty file.
Empty file modified imageSegmentation/graphSegmentation/README.md
100644 → 100755
Empty file.
Empty file modified imageSegmentation/graphSegmentation/__init__.py
100644 → 100755
Empty file.
Empty file modified imageSegmentation/graphSegmentation/graph.py
100644 → 100755
Empty file.
Empty file modified imageSegmentation/graphSegmentation/run.txt
100644 → 100755
Empty file.
Empty file modified imageSegmentation/graphSegmentation/smooth_filter.py
100644 → 100755
Empty file.
Empty file modified imageSegmentation/kMeans.py
100644 → 100755
Empty file.
Empty file modified imageSegmentation/roadTracking.py
100644 → 100755
Empty file.
Empty file modified imageSegmentation/scikit.py
100644 → 100755
Empty file.
Empty file modified imageSegmentation/segmentation.py
100644 → 100755
Empty file.
Empty file modified imageSegmentation/sphc.py
100644 → 100755
Empty file.
Empty file modified images/burger.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/clearHist.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/hist.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/icon.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/myLoading.gif
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/myLoading.kra
100644 → 100755
Empty file.
Empty file modified images/slider.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/timer.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified main.py
100644 → 100755
Empty file.
Empty file modified qml/JS/main.js
100644 → 100755
Empty file.
Empty file modified qml/components/ChannelBalanceSlider.qml
100644 → 100755
Empty file.
Empty file modified qml/components/ColorModelBalance.qml
100644 → 100755
Empty file.
Empty file modified qml/components/ColorModelSelector.qml
100644 → 100755
Empty file.
Empty file modified qml/components/HueSlider.qml
100644 → 100755
Empty file.
Empty file modified qml/components/MorphologySettings.qml
100644 → 100755
Empty file.
Empty file modified qml/dialogs/GetImagePixelDialog.qml
100644 → 100755
Empty file.
Empty file modified qml/dialogs/MaskDialog.qml
100644 → 100755
Empty file.
Empty file modified qml/drawers/BinarizeDrawer.qml
100644 → 100755
Empty file.
Empty file modified qml/drawers/ColorCorrectorDrawer.qml
100644 → 100755
Empty file.
Empty file modified qml/drawers/FeatureListDrawer.qml
100644 → 100755
Empty file.
Empty file modified qml/drawers/FiltersDrawer.qml
100644 → 100755
Empty file.
Empty file modified qml/drawers/HistDrawer.qml
100644 → 100755
Empty file.
Empty file modified qml/drawers/MetricsDrawer.qml
100644 → 100755
Empty file.
Empty file modified qml/drawers/MorphologyDrawer.qml
100644 → 100755
Empty file.
Empty file modified qml/drawers/NoiseGeneratorDrawer.qml
100644 → 100755
Empty file.
Empty file modified qml/drawers/SegmentationDrawer.qml
100644 → 100755
Empty file.
Empty file modified qml/main.qml
100644 → 100755
Empty file.
Empty file modified qml/views/AppMenu.qml
100644 → 100755
Empty file.
Empty file modified qml/views/Binarize.qml
100644 → 100755
Empty file.
Empty file modified qml/views/ColorCorrector.qml
100644 → 100755
Empty file.
Empty file modified qml/views/Filters.qml
100644 → 100755
Empty file.
Empty file modified qml/views/Metrics.qml
100644 → 100755
Empty file.
Empty file modified qml/views/Morphology.qml
100644 → 100755
Empty file.
Empty file modified qml/views/NoiseGenerator.qml
100644 → 100755
Empty file.
Empty file modified qml/views/Segmentation.qml
100644 → 100755
Empty file.
Empty file modified requirements.txt
100644 → 100755
Empty file.
Empty file modified roadLaneDetection/__init__.py
100644 → 100755
Empty file.
Empty file modified roadLaneDetection/cannedEdgeDetection.py
100644 → 100755
Empty file.
Empty file modified roadLaneDetection/colorSelection.py
100644 → 100755
Empty file.
Empty file modified roadLaneDetection/detectRoadLane.py
100644 → 100755
Empty file.
Empty file modified roadLaneDetection/houghTransform.py
100644 → 100755
Empty file.
Empty file modified roadLaneDetection/imageUtil.py
100644 → 100755
Empty file.
Binary file removed roadLaneDetection/imgs/.DS_Store
Binary file not shown.
Binary file removed roadLaneDetection/imgs/exit-ramp.jpg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed roadLaneDetection/imgs/lane.jpg
Binary file not shown.
Empty file modified roadLaneDetection/regionOfInterest.py
100644 → 100755
Empty file.
Binary file removed roadLaneFinding (copy)/.DS_Store
Binary file not shown.
116 changes: 0 additions & 116 deletions roadLaneFinding (copy)/README.md

This file was deleted.

Empty file removed roadLaneFinding (copy)/__init__.py
Empty file.
Binary file removed roadLaneFinding (copy)/calibration.p
Binary file not shown.
58 changes: 0 additions & 58 deletions roadLaneFinding (copy)/calibration.py

This file was deleted.

Binary file removed roadLaneFinding (copy)/camera_cal/.DS_Store
Binary file not shown.
Empty file.
Binary file removed roadLaneFinding (copy)/camera_cal/calibration1.jpg
Binary file not shown.
Binary file removed roadLaneFinding (copy)/camera_cal/calibration10.jpg
Binary file not shown.
Binary file removed roadLaneFinding (copy)/camera_cal/calibration11.jpg
Binary file not shown.
Binary file removed roadLaneFinding (copy)/camera_cal/calibration12.jpg
Binary file not shown.
Binary file removed roadLaneFinding (copy)/camera_cal/calibration13.jpg
Diff not rendered.
Binary file removed roadLaneFinding (copy)/camera_cal/calibration14.jpg
Diff not rendered.
Binary file removed roadLaneFinding (copy)/camera_cal/calibration15.jpg
Diff not rendered.
Binary file removed roadLaneFinding (copy)/camera_cal/calibration16.jpg
Diff not rendered.
Binary file removed roadLaneFinding (copy)/camera_cal/calibration17.jpg
Diff not rendered.
Diff not rendered.
Binary file removed roadLaneFinding (copy)/camera_cal/calibration19.jpg
Diff not rendered.
Binary file removed roadLaneFinding (copy)/camera_cal/calibration2.jpg
Diff not rendered.
Binary file removed roadLaneFinding (copy)/camera_cal/calibration20.jpg
Diff not rendered.
Binary file removed roadLaneFinding (copy)/camera_cal/calibration3.jpg
Diff not rendered.
Binary file removed roadLaneFinding (copy)/camera_cal/calibration4.jpg
Diff not rendered.
Binary file removed roadLaneFinding (copy)/camera_cal/calibration5.jpg
Diff not rendered.
Binary file removed roadLaneFinding (copy)/camera_cal/calibration6.jpg
Diff not rendered.
Binary file removed roadLaneFinding (copy)/camera_cal/calibration7.jpg
Diff not rendered.
Binary file removed roadLaneFinding (copy)/camera_cal/calibration8.jpg
Diff not rendered.
Binary file removed roadLaneFinding (copy)/camera_cal/calibration9.jpg
Diff not rendered.
Loading

0 comments on commit c933f3d

Please sign in to comment.