-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 1. 更新版本到v3.0 * 1. 去掉无用的说明
- Loading branch information
Showing
94 changed files
with
528 additions
and
12,986 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+3.23 KB
(120%)
AiyaEffectsDemo.xcworkspace/xcuserdata/wangyang.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+10.1 MB
AiyaEffectsDemo/AiyaEffectsSDK/AiyaCameraSDK.bundle/landmarkModel.bin
Binary file not shown.
File renamed without changes
Binary file not shown.
Binary file modified
BIN
+57.3 MB
(320%)
AiyaEffectsDemo/AiyaEffectsSDK/AiyaCameraSDK.framework/AiyaCameraSDK
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
...ffectsDemo/AiyaEffectsSDK/AiyaCameraSDK.framework/Headers/AiyaGPUImageOutputFrameFilter.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
// | ||
// AiyaGPUImageOutputFrameFilter.h | ||
// AiyaCameraSDK | ||
// | ||
// Created by 汪洋 on 2017/5/15. | ||
// Copyright © 2017年 深圳哎吖科技. All rights reserved. | ||
// | ||
|
||
#import "AYGPUImageFilter.h" | ||
#import "AYGPUImageView.h" | ||
|
||
@interface AiyaGPUImageOutputFrameFilter : NSObject<AYGPUImageInput> | ||
|
||
/** | ||
输出的图像的大小 | ||
*/ | ||
@property (nonatomic, assign) CGSize outputFrameSize; | ||
|
||
/** | ||
图像填充方式 | ||
*/ | ||
@property (nonatomic, assign) AYGPUImageFillModeType fillMode; | ||
|
||
/** | ||
图像处理完成的回调block | ||
*/ | ||
@property (nonatomic, copy) void(^frameProcessingCompletionBlock)(AYGPUImageFramebuffer*, CMTime); | ||
|
||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-18 Bytes
(98%)
AiyaEffectsDemo/AiyaEffectsSDK/AiyaCameraSDK.framework/Info.plist
Binary file not shown.
128 changes: 0 additions & 128 deletions
128
AiyaEffectsDemo/AiyaEffectsSDK/AiyaCameraSDKResource/Face Detector.cfg
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.