#import <ImageProcessing.h>
◆ boxblur:Height:Stride:Source:Dest:()
+ (void) boxblur: |
|
(int) |
width |
Height: |
|
(int) |
height |
Stride: |
|
(int) |
stride |
Source: |
|
(unsigned char *) |
src |
Dest: |
|
(unsigned char *) |
dst |
|
|
| |
◆ edgeDection1:Height:Stride:Source:Dest:()
+ (void) edgeDection1: |
|
(int) |
width |
Height: |
|
(int) |
height |
Stride: |
|
(int) |
stride |
Source: |
|
(unsigned char *) |
src |
Dest: |
|
(unsigned char *) |
dst |
|
|
| |
◆ edgeDection2:Height:Stride:Source:Dest:()
+ (void) edgeDection2: |
|
(int) |
width |
Height: |
|
(int) |
height |
Stride: |
|
(int) |
stride |
Source: |
|
(unsigned char *) |
src |
Dest: |
|
(unsigned char *) |
dst |
|
|
| |
◆ edgeDection3:Height:Stride:Source:Dest:()
+ (void) edgeDection3: |
|
(int) |
width |
Height: |
|
(int) |
height |
Stride: |
|
(int) |
stride |
Source: |
|
(unsigned char *) |
src |
Dest: |
|
(unsigned char *) |
dst |
|
|
| |
◆ gaussian_3x3:Height:Stride:Source:Dest:()
+ (void) gaussian_3x3: |
|
(int) |
width |
Height: |
|
(int) |
height |
Stride: |
|
(int) |
stride |
Source: |
|
(unsigned char *) |
src |
Dest: |
|
(unsigned char *) |
dst |
|
|
| |
◆ halfImage:Height:Stride:DestStride:Source:Dest:()
+ (void) halfImage: |
|
(int) |
width |
Height: |
|
(int) |
height |
Stride: |
|
(int) |
stride |
DestStride: |
|
(int) |
destStride |
Source: |
|
(unsigned char *) |
src |
Dest: |
|
(unsigned char *) |
dst |
|
|
| |
◆ ImgUtil_ConvertBGRA888ToY8:Width:Height:dest:()
+ (void) ImgUtil_ConvertBGRA888ToY8: |
|
(unsigned char *) |
pyaImg_Data_BGRA8888 |
Width: |
|
(int) |
piWidth |
Height: |
|
(int) |
piHeight |
dest: |
|
(unsigned char *) |
pyaImg_Data_Y8 |
|
|
| |
◆ ImgUtil_ConvertY8ToBGRA:Width:Height:dest:()
+ (void) ImgUtil_ConvertY8ToBGRA: |
|
(unsigned char *) |
pyaImg_Data_Y8 |
Width: |
|
(int) |
piWidth |
Height: |
|
(int) |
piHeight |
dest: |
|
(unsigned char *) |
pyaImg_Data_BGRA8888 |
|
|
| |
◆ neon_gaussian_3x3:Height:Stride:Source:Dest:()
+ (void) neon_gaussian_3x3: |
|
(int) |
width |
Height: |
|
(int) |
height |
Stride: |
|
(int) |
stride |
Source: |
|
(unsigned char *) |
src |
Dest: |
|
(unsigned char *) |
dst |
|
|
| |
◆ neon_halfImage:Height:Stride:DestStride:Source:Dest:()
+ (void) neon_halfImage: |
|
(int) |
width |
Height: |
|
(int) |
height |
Stride: |
|
(int) |
stride |
DestStride: |
|
(int) |
destStride |
Source: |
|
(unsigned char *) |
src |
Dest: |
|
(unsigned char *) |
dst |
|
|
| |
◆ neon_sharpen:Height:Stride:Source:Dest:()
+ (void) neon_sharpen: |
|
(int) |
width |
Height: |
|
(int) |
height |
Stride: |
|
(int) |
stride |
Source: |
|
(unsigned char *) |
src |
Dest: |
|
(unsigned char *) |
dst |
|
|
| |
◆ sharpen:Height:Stride:Source:Dest:()
+ (void) sharpen: |
|
(int) |
width |
Height: |
|
(int) |
height |
Stride: |
|
(int) |
stride |
Source: |
|
(unsigned char *) |
src |
Dest: |
|
(unsigned char *) |
dst |
|
|
| |
◆ timeCheck:()
+ (void) timeCheck: |
|
(void(^)(void)) |
block |
|
◆ vImage_gaussian_3x3:Height:Stride:Source:Dest:()
+ (void) vImage_gaussian_3x3: |
|
(int) |
width |
Height: |
|
(int) |
height |
Stride: |
|
(int) |
stride |
Source: |
|
(unsigned char *) |
src |
Dest: |
|
(unsigned char *) |
dst |
|
|
| |
◆ vImage_halfImage:Height:Stride:DestStride:Source:Dest:()
+ (void) vImage_halfImage: |
|
(int) |
width |
Height: |
|
(int) |
height |
Stride: |
|
(int) |
stride |
DestStride: |
|
(int) |
destStride |
Source: |
|
(unsigned char *) |
src |
Dest: |
|
(unsigned char *) |
dst |
|
|
| |
◆ vImage_sharpen:Height:Stride:Source:Dest:()
+ (void) vImage_sharpen: |
|
(int) |
width |
Height: |
|
(int) |
height |
Stride: |
|
(int) |
stride |
Source: |
|
(unsigned char *) |
src |
Dest: |
|
(unsigned char *) |
dst |
|
|
| |
The documentation for this class was generated from the following file: