Searched refs:accumulator_height (Results 1 – 1 of 1) sorted by relevance
1880 accumulator_height, in HoughLineImage() local1896 accumulator_height=(size_t) (2.0*hough_height); in HoughLineImage()1897 accumulator=AcquireMatrixInfo(accumulator_width,accumulator_height, in HoughLineImage()1999 for (y=0; y < (ssize_t) accumulator_height; y++) in HoughLineImage()2054 line.y1=((double) (y-(accumulator_height/2.0))-((line.x1- in HoughLineImage()2058 line.y2=((double) (y-(accumulator_height/2.0))-((line.x2- in HoughLineImage()2068 line.x1=((double) (y-(accumulator_height/2.0))-((line.y1- in HoughLineImage()2072 line.x2=((double) (y-(accumulator_height/2.0))-((line.y2- in HoughLineImage()