SDLGraphics.Filter
Description:
Content:
Functions:
- public int absolute_difference (uchar[] src1, uchar[] src2, uchar[] dst, int length)
- public int add (uchar[] src1, uchar[] src2, uchar[] dst, int length)
- public int add_uchar (uchar[] src1, uchar[] dst, int length, uchar addend)
- public int add_uint (uchar[] src1, uchar[] dst, int length, uint addend)
- public int and (uchar[] src1, uchar[] src2, uchar[] dst, int length)
- public int binarize (uchar[] src1, uchar[] dst, int length, uchar threshold)
- public int clip (uchar[] src1, uchar[] dst, int length, uchar min, uchar max)
- public int convolve_3x3_divide (uchar[] src1, uchar[] dst, int rows, int columns, int16[] kernel, uchar divisor)
- public int convolve_3x3_shift (uchar[] src1, uchar[] dst, int rows, int columns, int16[] kernel, uchar shiftcount)
- public int convolve_5x5_divide (uchar[] src1, uchar[] dst, int rows, int columns, int16[] kernel, uchar divisor)
- public int convolve_5x5_shift (uchar[] src1, uchar[] dst, int rows, int columns, int16[] kernel, uchar shiftcount)
- public int convolve_7x7_divide (uchar[] src1, uchar[] dst, int rows, int columns, int16[] kernel, uchar divisor)
- public int convolve_7x7_shift (uchar[] src1, uchar[] dst, int rows, int columns, int16[] kernel, uchar shiftcount)
- public int convolve_9x9_divide (uchar[] src1, uchar[] dst, int rows, int columns, int16[] kernel, uchar divisor)
- public int convolve_9x9_shift (uchar[] src1, uchar[] dst, int rows, int columns, int16[] kernel, uchar shiftcount)
- public void disable_mmx ()
- public int divide (uchar[] src1, uchar[] src2, uchar[] dst, int length)
- public void enable_mmx ()
- public int halve_add_uchar (uchar[] src1, uchar[] dst, int length, uchar addend)
- public int have_mmx ()
- public int mean (uchar[] src1, uchar[] src2, uchar[] dst, int length)
- public int multiply (uchar[] src1, uchar[] src2, uchar[] dst, int length)
- public int multiply_half (uchar[] src1, uchar[] src2, uchar[] dst, int length)
- public int multiply_normalized (uchar[] src1, uchar[] src2, uchar[] dst, int length)
- public int multiply_quarter (uchar[] src1, uchar[] src2, uchar[] dst, int length)
- public int multiply_uchar (uchar[] src1, uchar[] dst, int length, uchar multiplicand)
- public int negate (uchar[] src1, uchar[] dst, int length)
- public int normalize_linear (uchar[] src1, uchar[] dst, int length, int cmin, int cmax, int nmin, int nmax)
- public int or (uchar[] src1, uchar[] src2, uchar[] dst, int length)
- public int shift_left_uchar (uchar[] src1, uchar[] dst, int length, uchar shiftcount)
- public int shift_left_uint (uchar[] src1, uchar[] dst, int length, uint shiftcount)
- public int shift_right_multiply_uchar (uchar[] src1, uchar[] dst, int length, uchar shiftcount, uchar multiplicand)
- public int shift_right_uchar (uchar[] src1, uchar[] dst, int length, uchar shiftcount)
- public int shift_right_uint (uchar[] src1, uchar[] dst, int length, uint shiftcount)
- public int sobel (uchar[] src1, uchar[] dst, int rows, int columns)
- public int sobel_shift (uchar[] src1, uchar[] dst, int rows, int columns, uchar shiftcount)
- public int subtract (uchar[] src1, uchar[] src2, uchar[] dst, int length)
- public int subtract_uchar (uchar[] src1, uchar[] dst, int length, uchar subtrahend)
- public int subtract_uint (uchar[] src1, uchar[] dst, int length, uint subtrahend)