Skip to content
/ gore Public

gore - Image processing (hope so!)

License

Notifications You must be signed in to change notification settings

hihebark/gore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoDoc GoReportCard license

gore

Gore is a project to implement various image processing like HOG (Histogram of Oriented Gradients) and saliency and others. In the first place it was just to detect face and use only hog algorithm but i did find an interset about image processing (how a computer see an image it's a blowing mind).

For more thechnique i dide use those documentation:

Result so far
  • Using HOG implementation.

Usage
$ ./gore -h

  ┏ ┳ ┓
  ┣ o ┫
  ┗ ┻ ┛
  Gore - 0.0.1
Usage of ./gore:
  -model string
        Model to use hog, sal, ...
  -p string
        Path to the image.
Example
$ ./gore -p data/face.jpg
  ┏ ┳ ┓
  ┣ o ┫
  ┗ ┻ ┛
  Gore - 0.0.1
+ Grascaling image ...
+ There is 422 cells
- Processing with 413 cell
+ Saving hog-face.gore.jpeg


Made with by hihebark

Releases

No releases published

Packages

No packages published

Languages