|
@@ -150,7 +150,7 @@ double RelativeYPosition::getVal ( const Features &feats, const int &x, const in
|
|
{
|
|
{
|
|
int xsize, ysize;
|
|
int xsize, ysize;
|
|
getXY ( feats, xsize, ysize );
|
|
getXY ( feats, xsize, ysize );
|
|
- return ( double ) x / ( double ) xsize;
|
|
|
|
|
|
+ return ( double ) y / ( double ) ysize;
|
|
}
|
|
}
|
|
|
|
|
|
double IntegralOps::getVal ( const Features &feats, const int &x, const int &y )
|
|
double IntegralOps::getVal ( const Features &feats, const int &x, const int &y )
|