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

Demo: fix compile

parent 0ae5acdf
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ int main (int argc, char *argv[]) ...@@ -45,7 +45,7 @@ int main (int argc, char *argv[])
ofstream fout; ofstream fout;
fout.open (output_filename.c_str(), std::fstream::out); fout.open (output_filename.c_str(), std::fstream::out);
ofstream foutAllPts; ofstream foutAllPts;
foutAllPts.open("segmentsPoints.dat",std::fstream::out) foutAllPts.open("segmentsPoints.dat",std::fstream::out);
// Gradient map extraction (uses qt) // Gradient map extraction (uses qt)
QImage image; QImage image;
......
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