Corrected spelling mistakes

This commit is contained in:
Marina Noskova
2016-02-15 14:35:36 +03:00
parent 5496dedd6a
commit ff54952769
4 changed files with 15 additions and 16 deletions

View File

@@ -6,8 +6,6 @@
using namespace cv;
using namespace cv::ml;
#define WIDTH 841
#define HEIGHT 594
struct Data
{
@@ -17,6 +15,8 @@ struct Data
Data()
{
const int WIDTH = 841;
const int HEIGHT = 594;
img = Mat::zeros(HEIGHT, WIDTH, CV_8UC3);
imshow("Train svmsgd", img);
}