mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 05:29:54 +08:00
Merge pull request #5866 from Dikay900:patch-2
This commit is contained in:
commit
a4aeba37fb
@ -170,6 +170,7 @@ public:
|
||||
if( _outputs.fixedType() )
|
||||
ptype = _outputs.type();
|
||||
_outputs.create(samples.rows, nclusters, ptype);
|
||||
probs = _outputs.getMat();
|
||||
}
|
||||
else
|
||||
nsamples = std::min(nsamples, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user