Home
last modified time | relevance | path

Searched refs:accumulator_height (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
Dfeature.c1880 accumulator_height, in HoughLineImage() local
1896 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()