Direct binary
approach is a heuristic optimization method and is proven to be very powerful
to obtain optimized binary patterns. The approach achieves the least minimum square
error between the perceived halftone and original image, though swap and toggle operation. The swap operation consists of
switching the current pixel with eight of its neighborhood pixels. Toggle
operation is about switching the values between 0 to 1 or vice versa (as
shown in Fig. below)
With each iteration, the perceived error
starts to reduce and in finally a superior halftone quality is achieved. The method
is computationally very expensive and difficult to implement in hardware.
The code for Efficient DBS is provided in the link: (MATLAB Code)
Comments
Post a Comment