Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dmatrix.h33 *MatrixToImage(const MatrixInfo *,ExceptionInfo *);
Dmatrix.c872 MagickExport Image *MatrixToImage(const MatrixInfo *matrix_info, in MatrixToImage() function
Dmethods.h686 #define MatrixToImage PrependMagickMethod(MatrixToImage) macro
Dfeature.c2100 accumulator_image=MatrixToImage(accumulator,exception); in HoughLineImage()