Home | History | Annotate | Download | only in MagickCore

Lines Matching full:lines_image

1849     *lines_image = NULL;
2091 lines_image=RenderHoughLines(image_info,image->columns,image->rows,exception);
2093 if ((lines_image != (Image *) NULL) &&
2101 AppendImageToList(&lines_image,accumulator_image);
2109 return(GetFirstImageInList(lines_image));