Skip to content

jagoosw/ImageBase.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageBase

Build Status Coverage

This is a twin package to ImageCore with functions that are used among many of the packages in JuliaImages. The main purpose of this package is to reduce unnecessary compilation overhead from external dependencies.

This package reexports ImageCore so can be a direct replacement of it.

This package can be seen as an experimental package inside JuliaImages:

  1. functions here might be moved to a seperate package if they get better supports (with more dependency), and
  2. is very conservative to external dependencies outside JuliaImages unless there is a real need, in which case, it may just fit the first case.

Functions provided by this package:

  • restrict for two-fold image downsample. (Originally from ImageTransformations.jl)
  • finite difference operator fdiff/fdiff! (Originally from Images.jl)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 100.0%