Lines Matching refs:source_matrixs
216 static void RadonProjection(const Image *image,MatrixInfo *source_matrixs, in RadonProjection() argument
232 p=source_matrixs; in RadonProjection()
333 *source_matrixs; in RadonTransform() local
353 source_matrixs=AcquireMatrixInfo(width,image->rows,sizeof(unsigned short), in RadonTransform()
357 if ((source_matrixs == (MatrixInfo *) NULL) || in RadonTransform()
362 if (source_matrixs != (MatrixInfo *) NULL) in RadonTransform()
363 source_matrixs=DestroyMatrixInfo(source_matrixs); in RadonTransform()
366 if (NullMatrix(source_matrixs) == MagickFalse) in RadonTransform()
369 source_matrixs=DestroyMatrixInfo(source_matrixs); in RadonTransform()
423 (void) SetMatrixElement(source_matrixs,--i,y,&value); in RadonTransform()
433 (void) SetMatrixElement(source_matrixs,--i,y,&value); in RadonTransform()
436 RadonProjection(image,source_matrixs,destination_matrixs,-1,projection); in RadonTransform()
437 (void) NullMatrix(source_matrixs); in RadonTransform()
480 (void) SetMatrixElement(source_matrixs,i++,y,&value); in RadonTransform()
490 (void) SetMatrixElement(source_matrixs,i++,y,&value); in RadonTransform()
493 RadonProjection(image,source_matrixs,destination_matrixs,1,projection); in RadonTransform()
496 source_matrixs=DestroyMatrixInfo(source_matrixs); in RadonTransform()