mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
removed many extra whitespaces; fixed 1 warning
This commit is contained in:
@@ -750,7 +750,7 @@ public:
|
||||
void setTrainTestSplit(int count, bool shuffle)
|
||||
{
|
||||
int i, nsamples = getNSamples();
|
||||
CV_Assert( 0 <= count < nsamples );
|
||||
CV_Assert( 0 <= count && count < nsamples );
|
||||
|
||||
trainSampleIdx.release();
|
||||
testSampleIdx.release();
|
||||
|
||||
Reference in New Issue
Block a user