mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 22:00:25 +08:00
Merge pull request #3880 from vpisarev:fix_emd
This commit is contained in:
commit
1381564a84
@ -1152,6 +1152,7 @@ float cv::EMD( InputArray _signature1, InputArray _signature2,
|
||||
{
|
||||
_flow.create(signature1.rows, signature2.rows, CV_32F);
|
||||
flow = _flow.getMat();
|
||||
flow = Scalar::all(0);
|
||||
_cflow = flow;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user