forked from clearw5/Auto.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api(images): images.copy(), Image(width, height)
api(canvas): canvas.toImage(), Canvas(width, height)
- Loading branch information
hyb1996
committed
May 28, 2018
1 parent
30dbe6e
commit 7cb7703
Showing
2 changed files
with
9 additions
and
4 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
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 |
---|---|---|
|
@@ -19,7 +19,6 @@ | |
/** | ||
* Created by Stardust on 2017/11/25. | ||
*/ | ||
|
||
public class ImageWrapper { | ||
|
||
private Mat mMat; | ||
|