mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
Merge branch 'master' into documentation
This commit is contained in:
commit
c4c055f7a7
9 changed files with 101 additions and 121 deletions
|
@ -377,7 +377,7 @@ compute_smoothness(const IplImage *pFourierImage, const double lowFreqRatio, con
|
|||
int low, high;
|
||||
IplImage *filteredFourierImage;
|
||||
int totalIntensity;
|
||||
double sum, den, totalArea;
|
||||
double den, totalArea;
|
||||
CvScalar scalar;
|
||||
|
||||
if (!(pFourierImage->nChannels == 1 && pFourierImage->depth == 64) ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue