Update arborescence 2
This commit is contained in:
22
src/ocr/Copie.java
Normal file
22
src/ocr/Copie.java
Normal file
@@ -0,0 +1,22 @@
|
||||
package ocr;
|
||||
|
||||
import java.awt.image.BufferedImage;
|
||||
|
||||
public class Copie {
|
||||
|
||||
ImagesCopie base;
|
||||
|
||||
public Copie(BufferedImage img) {
|
||||
this.base = new ImagesCopie(img);
|
||||
}
|
||||
|
||||
public ImagesCopie getBase() {
|
||||
return base;
|
||||
}
|
||||
|
||||
public void setBase(ImagesCopie base) {
|
||||
this.base = base;
|
||||
}
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user