Skip to content
Snippets Groups Projects
Commit da7c019a authored by Julien Malik's avatar Julien Malik
Browse files

STYLE: remove non ascii character

parent 1b39b475
No related branches found
No related tags found
No related merge requests found
...@@ -355,7 +355,7 @@ RegionImageToRectangularPathListFilter<TInputImage, TOutputPath> ...@@ -355,7 +355,7 @@ RegionImageToRectangularPathListFilter<TInputImage, TOutputPath>
std::cout << "A-eigenvector 1 = [" << ax1 << ", " << ay1 << "]; A-eigenvector 2 = [" << ax2 << ", " << ay2 << std::cout << "A-eigenvector 1 = [" << ax1 << ", " << ay1 << "]; A-eigenvector 2 = [" << ax2 << ", " << ay2 <<
"]" << std::endl; "]" << std::endl;
std::cout << "length = " << length << "; width = " << width << std::endl; std::cout << "length = " << length << "; width = " << width << std::endl;
std::cout << "main direction = " << alpha << "" << std::endl; std::cout << "main direction = " << alpha << " degree" << std::endl;
std::cout << "rectangular fit = " << (float) countWithin / n << std::endl; std::cout << "rectangular fit = " << (float) countWithin / n << std::endl;
} }
......
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