Skip to content
Snippets Groups Projects
Unverified Commit c8bbf1e9 authored by Kerautret Bertrand's avatar Kerautret Bertrand :thinking:
Browse files

re on merge

parent 3f02806b
No related branches found
No related tags found
No related merge requests found
...@@ -93,14 +93,9 @@ int main (int argc, char *argv[]) ...@@ -93,14 +93,9 @@ int main (int argc, char *argv[])
} }
} }
fin.close(); fin.close();
cout << "siez i:"<< pts.size() << endl;
} }
fout << "# Line detection generated from " << argv[0] << "with format : X1 Y1 X2 Y2 on each line" << std::endl; fout << "# Line detection generated from " << argv[0] << "with format : X1 Y1 X2 Y2 on each line" << std::endl;
<<<<<<< HEAD
=======
>>>>>>> 98e75cffc2ac74f66288076537880443741a9cc8
// Blurred segment detection // Blurred segment detection
vector<BlurredSegment *> bss; vector<BlurredSegment *> bss;
BSDetector detector; BSDetector detector;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment