Socket
Socket
Sign inDemoInstall

com.github.chen0040:java-data-image

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.github.chen0040:java-data-image

Java implementation of some common api of image manipulation in the form of data frame


Version published
Maintainers
1
Source

java-data-image

Package provides java implementation of some common api of image manipulation in the form of data frame

Build Status Coverage Status

Install

Add the following dependency to your POM file:

<dependency>
  <groupId>com.github.chen0040</groupId>
  <artifactId>java-data-image</artifactId>
  <version>1.0.2</version>
</dependency>

Usage

The sample code below shows how to convert an image to a data frame (Please refers to this link on how to use a data frame):

BufferedImage img= ImageIO.read(new FileInputStream("1.jpg"));

DataFrame batch = ImageDataFrameFactory.dataFrame(img);

System.out.println(batch.head(10));

FAQs

Package last updated on 01 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc