Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   Related Pages  

C3CImage Class Reference

#include <C3CImage.hpp>

Collaboration diagram for C3CImage:

Collaboration graph
[legend]
List of all members.

Detailed Description

3 band complex image

Author:
Bernard De Cuyper
Version:
0.05
Date:
10/10/2003
 
Purpose:        Color image manipulation.
                

@ Copyrights: Bernard De Cuyper & Eddy Fraiha 2003, Eggs & Pictures. MIT/Open BSD copyright model.


Public Methods

 C3CImage (int w, int h, double value=0)
 C3CImage (int w, int h, double c1, double c2, double c3)
 C3CImage (int w, int h, const RComplex &value)
 C3CImage (AnImage *source)
 C3CImage (AnImage *source, int achannel)
 C3CImage (AnImage *source, bool normalized)
 C3CImage (C3CImage &im)
 ~C3CImage ()
C3CImage * copy ()
int getChannels ()
CImagegetChannel (int i)
void setChannel (int i, CImage *image)
RComplexgetData (int i)
void set (C3CImage &im)
bool isNormalized ()
int getWidth ()
int getHeight ()
int numberOfChannels ()
RComplex get (int ch, int x, int y)
void set (int ch, int x, int y, double value)
void set (int ch, int x, int y, const RComplex &value)
void operator *= (double value)
void operator/= (double value)
void operator+= (double value)
void operator-= (double value)
void operator *= (const RComplex &value)
void operator/= (const RComplex &value)
void operator+= (const RComplex &value)
void operator-= (const RComplex &value)
void operator+= (C3CImage &image)
void operator-= (C3CImage &image)
void mult (double rsat)
void inverse (double biais=0.0000001)
void root ()
void sqr ()
RComplex laplacian (int ch, int x, int y)
RComplex isometricLaplacian (int ch, int x, int y)
RComplex dfX_0 (int ch, int x, int y)
RComplex dfY_0 (int ch, int x, int y)
RComplex dfX_0_2 (int ch, int x, int y)
RComplex dfY_0_2 (int ch, int x, int y)
RComplex dfX_p1 (int ch, int x, int y)
RComplex dfY_p1 (int ch, int x, int y)
RComplex dfX_m1 (int ch, int x, int y)
RComplex dfY_m1 (int ch, int x, int y)
RComplex dfX2 (int ch, int x, int y)
RComplex dfY2 (int ch, int x, int y)
RComplex dfXY (int ch, int x, int y)
RComplex dfX2_2 (int ch, int x, int y)
RComplex dfY2_2 (int ch, int x, int y)
RComplex dfXY_2 (int ch, int x, int y)

Private Attributes

bool normalisation
int width
int height
CImagechannel [3]
double PI


The documentation for this class was generated from the following files:
SourceForge.net Logo
Restoreinpaint sourceforge project `C++/Java Image Processing, Restoration, Inpainting Project'.

Bernard De Cuyper: Open Project Leader: Concept, design and development.
Bernard De Cuyper & Eddy Fraiha 2002, 2003. Bernard De Cuyper 2004. Open and free, for friendly usage only.
Modifications on Belgium ground of this piece of artistic work, by governement institutions or companies, must be notified to Bernard De Cuyper.
bern_bdc@hotmail.com