Commit 7612e7af authored by Rahul Kavi's avatar Rahul Kavi Committed by Maksim Shabunin

fixed trailing white-space in sample program for logistic regression

parent 3a6466d2
......@@ -74,8 +74,6 @@ int main()
imshow("digit 0", img_disp1);
imshow("digit 1", img_disp2);
cout<<"initializing Logisitc Regression Parameters\n"<<endl;
CvLR_TrainParams params = CvLR_TrainParams();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment