Skip to content

Instantly share code, notes, and snippets.

View tejaswigk's full-sized avatar

Tejaswi Kumar Goudru tejaswigk

  • InMoment Inc
  • Dallas, TX
View GitHub Profile
@takashi
takashi / CaptureImage.java
Last active May 9, 2020 03:27
opencv face detection w/ JavaCV
import javax.swing.JFrame;
import java.io.File;
import java.io.IOException;
import org.bytedeco.javacpp.opencv_objdetect;
import org.bytedeco.javacv.Blobs;
import org.bytedeco.javacv.CanvasFrame;
import org.bytedeco.javacv.OpenCVFrameConverter;