Skip to content

Commit

Permalink
Refactoring and removing un wanted images.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samir55 committed Dec 13, 2017
1 parent dc0e4bf commit 0e47d7e
Show file tree
Hide file tree
Showing 18 changed files with 1 addition and 4 deletions.
Binary file removed img/0.png
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added img/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/AA.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/B.png
Binary file not shown.
Binary file added img/BB.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/C.jpg
Binary file not shown.
File renamed without changes
Binary file removed img/D.png
Binary file not shown.
Binary file removed img/E.JPG
Binary file not shown.
Binary file removed img/E2.jpg
Binary file not shown.
Binary file added img/RR.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions src/LineSegmentation.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#include "LineSegmentation.hpp"

map<valley_id, Valley *> all_valleys_ids; ///< A Map from valley id to it's pointer.


LineSegmentation::LineSegmentation(string path_of_image) {
this->image_path = path_of_image;

Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "LineSegmentation.hpp"

int main() {
string img_path = "../img/AA.jpg";
string img_path = "../img/RR.jpg";
LineSegmentation line_segmentation(img_path);
vector<cv::Mat> lines = line_segmentation.segment();
// ToDo @Samir55 Remove.
Expand Down

0 comments on commit 0e47d7e

Please sign in to comment.