Merge pull request #6254 from berak:patch-2
This commit is contained in:
commit
695a430007
@ -167,7 +167,7 @@ void addPointRetrainAndRedraw(Data &data, int x, int y, int response)
|
|||||||
currentSample.at<float>(0,0) = (float)x;
|
currentSample.at<float>(0,0) = (float)x;
|
||||||
currentSample.at<float>(0,1) = (float)y;
|
currentSample.at<float>(0,1) = (float)y;
|
||||||
data.samples.push_back(currentSample);
|
data.samples.push_back(currentSample);
|
||||||
data.responses.push_back(response);
|
data.responses.push_back(static_cast<float>(response));
|
||||||
|
|
||||||
Mat weights(1, 2, CV_32FC1);
|
Mat weights(1, 2, CV_32FC1);
|
||||||
float shift = 0;
|
float shift = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user