IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
blmisc_image.m
Go to the documentation of this file.
1 %> @brief Image operations base class
2 classdef blmisc_image < blmisc
3  methods
4  function o = blmisc_image(o)
5  o.classtitle = 'Image map';
6  end;
7  end;
8 end
9 
Image operations base class.
Definition: blmisc_image.m:2
Miscellaneous block.
Definition: blmisc.m:4