Skip to content

Simple Scripts for Image Processing compatible with GNU Octave.

Notifications You must be signed in to change notification settings

GabriOliv/octave-image-processing-general

Repository files navigation

Simple Scripts for Image Processing compatible with GNU Octave.


GNU Octave Language Status Language Status


Test Images:

File Name Source Title Owner
"001_img.jpg" VisualVenom Secret drinking spot Troy Frederick

How to Run:

  • Unzip the scripts
  • Open Octave
    • Select the folder inside "Folder Browser"
    • Call Scripts in "Command Window"

Example 01:

>> equali_img_save(imread('001_img.jpg'));

Example 02:

>> A = imread('001_img.jpg');
>> equali_img_save(A);