GabriOliv / octave-image-processing-general

Simple Scripts for Image Processing compatible with GNU Octave.

Repository from Github https://github.comGabriOliv/octave-image-processing-generalRepository from Github https://github.comGabriOliv/octave-image-processing-general

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);

About

Simple Scripts for Image Processing compatible with GNU Octave.


Languages

Language:MATLAB 100.0%