Skip to content

Instantly share code, notes, and snippets.

View jbgruenwald's full-sized avatar

Jens Grünwald jbgruenwald

View GitHub Profile
@berak
berak / east_dnn.java
Last active October 4, 2023 04:56
east text detection, java flavour (@Zappyford, corrected)
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import org.opencv.core.Core;
import org.opencv.core.*;
import org.opencv.core.MatOfFloat;
import org.opencv.core.MatOfByte;
import org.opencv.core.Scalar;