Sign inSign up

sergios/image_processing

By sergios

Updated over 8 years ago

Small Java Webapp with image processing capabilities

Image
1

721

sergios/image_processing repository overview

1. Introduction

Java Webapp using OpenCV and Graphics2D to manipulate images

2. How To Run ?

Install docker locally if not already done.

pull image:

    docker pull sergios/image_processing

run image:

    docker run -it --rm -p 8080:8080 sergios/image_processing

Point your browser to:

    http://localhost:8080/image-processing
3. Content
  • This image is based on tomcat:8-jre8
  • Face Detection using OpenCV
  • Path Detection using Graphics2D

Tag summary

Content type

Image

Digest

Size

303.5 MB

Last updated

over 8 years ago

docker pull sergios/image_processing