|
Allink
v0.1
|
Public Member Functions | |
| void | EffectFilter () |
| Applies a filter to pixel. | |
| void | EffectMotion () |
| Shifting of pixels. | |
| void | EffectMC () |
| Applies a random disposition of blocks. | |
| void | EffectCoarseGrain (int Grana) |
| Defocus the images in blocks. | |
| void | EffectIncrease () |
| Increase the resolution. | |
| void | Run () |
| Create an animation. | |
| void | Initialize () |
| void | Histo () |
| void | NablaPhi () |
| void | BlackWhite () |
| void | DReshape (int weight, int height) |
| void | DrEkeyboard (unsigned char key) |
| void | PrintIntensity () |
| int | Contrast () |
| int | Binary (int Mode) |
| int | Noise (unsigned char *Picture, unsigned char *OutPicture, int width, int height) |
| int | SwapBlocks (unsigned char *Picture, unsigned char *OutPicture, int width, int height, PERMUTE *Perm, int NGridw, int NGridh, int *Sequence1, int NPartition) |
| int | ShiftBlocks (unsigned char *Picture, unsigned char *OutPicture, int width, int height, int *Sequence, int NGridw, int NGridh, int *Sequence1, int NPartition) |
| int | Discretize (unsigned char *Picture, unsigned char *OutPicture, int ImWidth, int ImHeight, int WWidth, int WHeight, int Blockw, int Blokh) |
| int | Edges (unsigned char *Picture, unsigned char *OutPicture, int width, int height) |
| int | IncreaseResolution (unsigned char *Picture, unsigned char *OutPicture, int ImWidth, int ImHeight, int Times) |
| int | BuffSize () |
Public Attributes | |
| int | NChar |
| Matematica * | Mat |
| unsigned char | Median [4] |
| unsigned char | Quart1 [4] |
| unsigned char | Quart3 [4] |
| double ** | Hist |
| double ** | Phi |
| int ** | Patch |
Definition at line 35 of file DrEffect.h.
| void Initialize | ( | ) |
The numbers refers to Stephens Mora Tka'cik Bialek Thermodynamics of natural images
Definition at line 3 of file DrDefinition.cpp.
References Matematica::Transform().
1.7.6.1