Skip to content

omdxp/img2vector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

img2vector

A tool written in C++ and OpenCV to vectorize a set of images and save to file. Currently saves pixel values in normalized form - x / 255. Program converts all images to grayscale first before producing the vector.

Manual Installation

$ cmake .
$ make

Installing as a snap

$ snapcraft
$ sudo snap install img2vector_0.1_*.snap --dangerous --devmode # we're not signed

Syntax

$ img2vector [input-dir] [output-file]

# Example
$ img2vector ~/Pictures/data data.csv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors