Skip to content

Commit

Permalink
添加素材
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanmi-s committed Mar 11, 2019
1 parent bb5391d commit b680bb9
Show file tree
Hide file tree
Showing 54 changed files with 128 additions and 1,972 deletions.
Binary file added pic/1m.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pic/1p.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pic/1s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pic/1z.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pic/2m.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pic/2p.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pic/2s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pic/2z.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pic/3m.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pic/3p.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pic/3s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pic/3z.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pic/4m.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pic/4p.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pic/4s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pic/4z.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pic/5m.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pic/5p.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pic/5s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pic/5z.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pic/6m.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pic/6p.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pic/6s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pic/6z.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pic/7m.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pic/7p.png
Binary file added pic/7s.png
Binary file added pic/7z.png
Binary file added pic/8m.png
Binary file added pic/8p.png
Binary file added pic/8s.png
Binary file added pic/9m.png
Binary file added pic/9p.png
Binary file added pic/9s.png
Binary file added pic/hu.png
Binary file added pic/lizhi.png
Binary file added pic/over.png
Binary file added pic/s5m.png
Binary file added pic/s5p.png
Binary file added pic/s5s.png
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<dependency>
<groupId>opencv</groupId>
<artifactId>opencv</artifactId>
<version>3.4.1</version>
<scope>system</scope>
<systemPath>${basedir}/lib/opencv-341.jar</systemPath>
</dependency>
Expand Down
45 changes: 0 additions & 45 deletions src/main/java/com/mk/Image.java

This file was deleted.

8 changes: 2 additions & 6 deletions src/main/java/com/mk/Main.java
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
package com.mk;

import com.mk.util.Shoupai;

import java.util.ArrayList;
import com.mk.util.CaptureScreen;

public class Main {
public static void main(String [] args){
long now =System.currentTimeMillis();
Shoupai shoupai = new Shoupai("1468m24667889p1s1z");
System.out.println(shoupai.getRes());
System.out.println(System.currentTimeMillis() - now);
CaptureScreen.main(args);
}
}
76 changes: 0 additions & 76 deletions src/main/java/com/mk/Pai.java

This file was deleted.

Loading

0 comments on commit b680bb9

Please sign in to comment.