Giter Club home page Giter Club logo

ekan5h / image-processing-matlab Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 21 KB

Implementation of some functions like resize, rotate, histogram equalisation, adaptive histogram equalisation, histogram matching, bit plane slicing and tie point reconstruction from the image processing toolbox in Matlab.

License: GNU General Public License v3.0

MATLAB 100.00%
image-processing matlab digital-image-processing histogram-equalization adaptive-histogram bit-plane-slicing histogram-matching

image-processing-matlab's Introduction

Image-Processing-Matlab

Implementation of some functions like resize, rotate, histogram equalisation, adaptive histogram equalisation, histogram matching, bit plane slicing and tie point reconstruction from the image processing toolbox in Matlab.

  • adaHist(img, ksize, clip): Returns adaptive histogram equalised img with grid size, ksize and contrast clipped at clip.

  • bitPlanes(img, planes): Returns img reconstructed from planes in the planes list.

  • histEqualise(img): Returns equalised img image.

  • histMatch(img, match): Returns img after matching its histogram with match histogram.

  • resizeBL(img, target): Returns resized img with size target using bilinear interpolation.

  • resizeNN(img, target): Returns resized img with size target using nearest neighbor interpolation.

  • rotate(img, angle): Returns img rotated by angle.

  • tiePoints(img, points, points_original, size): Returns affine transformed image of size size by using two sets of four tie points, points in img and points_original.

image-processing-matlab's People

Contributors

ekan5h avatar

Watchers

 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.