mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 21:20:18 +08:00
fixed trailing white-space in sample program for logistic regression
This commit is contained in:
parent
3a6466d2e1
commit
7612e7af05
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user