#include <FloydSteinberg.h>
Inheritance diagram for halftoner::FloydSteinberg:
FloydSteinberg
contains the code to halftone an image with the algorithm developed by the Floyd-Steinberg pair.
Definition at line 37 of file FloydSteinberg.h.
|
Constructor.
Definition at line 35 of file FloydSteinberg.cxx. |
|
Destructor.
Definition at line 45 of file FloydSteinberg.cxx. |
|
Perform the algorithm for one pixel and transfering the error on the left.
Implements halftoner::ErrorDiffusionHalftoner. Definition at line 94 of file FloydSteinberg.cxx. |
|
Perform the algorithm for one pixel and transfering the error on the right.
Implements halftoner::ErrorDiffusionHalftoner. Definition at line 55 of file FloydSteinberg.cxx. |