Giter Club home page Giter Club logo

bilevelimagingparameterlearning.jl's Introduction

BilevelImagingParameterLearning.jl

Operators and Norms involved in the formulation of variational imaging problems. It is an extension of the StructuredOptimization julia module, designed to support bilevel programming problems

Installation

To install the package, hit ] from the Julia command line to enter the package manager, then

pkg> add BilevelImagingParameterLearning

Description

These are a set of norms used for imaging models, in particular:

  1. Scalar Total Variation (TV)
  2. Scale-Dependent Total Variation (SD-TV)
  3. Piecewise-Constant Total Variation (PC-TV)
  4. Generalized Total Variation (TGV)

These are a set of operators used for imaging models, in particular:

  1. SecondOrderVariation
  2. FFT

Usage

With using BilevelImagingParameterLearning the package exports the eval and eval! methods to evaluate an argument, conj and conj! methods to evaluate the conjugated mapping of several inputs.

For example, you can create the L1-norm as follows.

julia> f = NormL1(3.5)
description : weighted L1 norm
type        : Array{Complex}  Real
expression  : x  λ||x||_1
parameters  : λ = 3.5

Functions created this way are, of course, callable.

julia> x = randn(10) # some random point
julia> f(x)
32.40700818735099

References

  1. De Los Reyes, Villacis, "Bilevel Scale Dependent ROF Parameter Learning", XXX

bilevelimagingparameterlearning.jl's People

Contributors

dvillacis avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.