Lines Matching refs:bottom
892 +# at the bottom of the documentation of classes and structs. If set to YES the
2455 + // Corners of the top-most and bottom-most frames respectively in the
2496 + if(y1 > yBottomCorners[0] || y2 > yBottomCorners[1]) // If either of the bottom corners…
2519 + fullRect.bottom = (int) ceil(global_rect.top);// max-y
2521 + Mheight = (unsigned short) (fullRect.bottom - fullRect.top + 1);
2576 + cropping_rect.bottom = yBottomMost;
2595 + mosaicHeight = cropping_rect.bottom - cropping_rect.top + 1;
2903 + for (j = cropping_rect.top; j <= cropping_rect.bottom; j++)
2911 + for (j = cropping_rect.top; j <= cropping_rect.bottom; j++)
2919 + for (j = cropping_rect.top; j <= cropping_rect.bottom; j++)
3028 + //Scan through each row and decrement bottom if the row contains any gray
3041 + cropping_rect.bottom = j;
3051 + for (j = cropping_rect.top; j < cropping_rect.bottom; j++)
3059 + if (j == cropping_rect.bottom) //no gray pixel in this column!
3069 + for (j = cropping_rect.top; j < cropping_rect.bottom; j++)
3077 + if (j == cropping_rect.bottom) //no gray pixel in this column!
3099 + int height = rect.bottom - rect.top + 1;
3101 + rect.bottom -= residue;
6260 + left = right = top = bottom = 0.0;
6270 + return bottom - top;
6276 + int left, right, top, bottom;
9381 +/*Compute the Harris corner strength of the chunk [left,top,right,bottom] of img and
9383 +right and bottom have to be at most width-4,height-4*/
9384 … db_HarrisStrengthChunk_f(float **s,const float * const *img,int left,int top,int right,int bottom,
9408 + for(i=top;i<=bottom;i++)
9423 +/*Compute the Harris corner strength of the chunk [left,top,left+123,bottom] of img and
9425 +right and bottom have to be at most width-4,height-4. The left of the region in s should
9427 …id db_HarrisStrengthChunk_u(float **s,const unsigned char * const *img,int left,int top,int bottom,
9450 + for(i=top;i<=bottom;i++)
10097 +stopping at bottom. The output is shifted two steps left and overwrites 128 elements for each row.
10100 …ne void db_MaxSuppressFilterChunk_5x5_Aligned16_f(float **sf,float **s,int left,int top,int bottom,
10132 + for(;i<=bottom;i++)
10153 + for(i=top;i<=bottom;i++) for(j=left;j<right;j++)
10171 +stopping at bottom. The output is shifted two steps left. The input s should exist for 2 pixels
10176 …id db_MaxSuppressFilter_5x5_Aligned16_f(float **sf,float **s,int left,int top,int right,int bottom,
10186 + db_MaxSuppressFilterChunk_5x5_Aligned16_f(sf,s,x,top,bottom,temp);
10190 +/*Extract corners from the chunk (left,top) to (right,bottom). Store in x_temp,y_temp and s_temp
10192 +inline int db_CornersFromChunk(float **strength,int left,int top,int right,int bottom,float thresh…
10198 + for(i=top;i<=bottom;i++) for(j=left;j<=right;j++)
10260 +/*Extract corners from the image part from (left,top) to (right,bottom).
10264 +void db_ExtractCornersSaturated(float **strength,int left,int top,int right,int bottom,
10287 + bottom--;
10292 + for(y=top;y<=bottom;y=next_y)
10296 + if(last_y>bottom) last_y=bottom;
21361 +# at the bottom of the documentation of classes and structs. If set to YES the