several small fixes; added overloaded variant of cv::drawChessboardCorners
This commit is contained in:
@@ -174,7 +174,7 @@ static void histPrepareImages( const Mat* images, int nimages, const int* channe
|
||||
uniranges.resize( dims*2 );
|
||||
for( i = 0; i < dims; i++ )
|
||||
{
|
||||
uniranges[i*2] = 1;
|
||||
uniranges[i*2] = histSize[i]/256.;
|
||||
uniranges[i*2+1] = 0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user