Abstract

This paper presents an image-based artistic rendering algorithm for the automatic Pointillism style. At first, ellipse dot locations are randomly generated based on a source image; then dot orientations are precalculated with help of a direction map; a saliency map of the source image decides long and short radius of the ellipse dot. At last, the rendering runs layer-by-layer from large size dots to small size dots so as to reserve the detailed parts of the image. Although only ellipse dot shape is adopted, the final Pointillism style performs well because of variable characteristics of the dot.

1. Introduction

With rapid development of computer graphics, it diversifies itself gradually into two opposite branches, photorealistic rendering and nonphotorealistic rendering (NPR) in the last two decades. In contrast to the traditional computer graphics, which focuses on photorealism, NPR is inspired by artistic styles such as painting, drawing, technical illustration, and animated cartoons. In one word, NPR focuses on presenting a new world scene in an artistic view. NPR has been applied to movies and video games in the form of cartoon, data visualization, and so forth.

Unlike the photorealistic rendering which is engaged mainly by computer graphics scientists, NPR attracts many researchers who love arts and science as a cross-disciplinary research domain. The further NPR developed, the closely the art and science are integrated. One of the most important branch of NPR is “image-based artistic rendering (IBAR),” which deals with the two-dimensional content in photographs and video with artistic stylization techniques [1]. The aim of IBAR is to transfer aesthetic feeling and effective information to people instead of simply describing every details of an image. It is like an artistic filter which turns a natural image into an artistic work. Too many details in the natural image often conceive the most important things. A simplified image makes people grasp the primary information as much as possible. Similarly, IBAR strengthens the effective part of the image in a painting style instead of overlooking its details.

According to [1], IBAR is roughly classified into stroke based rendering (SBR), region-based techniques, example-based rendering, image processing, and filtering techniques. (For convenience, stroke, point, brush, and dot will not be discriminated with each other in the following parts of this paper. Different papers used different terminology for their conveniences.) As the most prevalent form of IBAR [1], SBR algorithm renders a 2D image with atomic primitives to simulate a particular style in a local or global manner. The primitives involved in SBR are virtual painting brush [2, 3], tiles [4], points (stippling, Halftoning, and hatching) [513], and even images [1417]. Some also simulated water-color style [18], pencil and ink style [19, 20], line drawing [21, 22], and Pointillism [2327].

As basic primitive, dots are adopted in Pointillism, stippling, and so forth and could be extended in various ways. In stippling, it is important for dots to be placed in a denser or sparser ways to express dark or bright tones with only black dots. When simulating Pointillism, the dots colors are usually restricted to about ten colors and similar strokes to mimic the style. Classic painters like Georges Seurat and Paul Signac or contemporary artists like Yayoi Kusama adopted dots as main elements to transfer their artistic ideas.

In fact, dots here can be strong expressive elements with different size, color, shape, texture, and arrangement. It has evolved into a new form in comparison to the classic Pointillism and stippling. In this paper, not like the traditional Pointillism with juxtaposed dots and limited colors and stippling with black dots, we focus on natural images (with characteristics of more colors and intensities) Pointillism with multilayer dots overlapping with each other and where colors are based on the source image itself. We transfer a natural image to Pointillism-like style. The connotation of the term “Pointillism” here progresses further from the classic painting style.

The rest of this paper is organized as follows. Section 2 reviews some works related to this study. Section 3 gives the proposed method and Section 4, the rendering results and discussion. Section 5 concludes the paper and works in the future.

The main contributions of this paper include the following:(a)a single dot shape with variable characteristics to render a Pointillism style image,(b)saliency map-guided dots to enhance the main body of the source image,(c)dot orientation with help of a direction map to follow object edges in the source image,(d)randomly generated dots positions to increase the variance of the final Pointillism,(e)layer-by-layer strategy to keep the detailed information of the source image,(f)an equalized saliency map to adjust the long-short-axis ratios to further enhance the painting effect.Figure 1 shows the main points of the proposed method.

In recent years, it has developed, step by step, from mimicking simple painting techniques to painting style in NPR.

Pointillism, being a technique of painting with small, distinct dots of pure color applied in patterns to form an image, is derived from neoimpressionism, which was developed by Georges Seurat and Paul Signac in 1886. Some classic works, like “A Sunday Afternoon on the Island of La Grande Jatte,” “Bathing at Asnieres” by Georges Seurat, “The Windmills at Overschie” by Paul Signac, and so forth, were created. The practice of Pointillism is in sharp contrast to the traditional methods of blending pigments on a palette. Pointillism is analogous to the four-color CMYK printing process used by some color printers and large presses that place dots of Cyan (blue), Magenta (red), Yellow, and Key (black).

To simulate Seurat’s painting style, C.-K. Yang and H.-L. Yang, and so forth, went through all accessible Seurat’s paintings and extracted some important features, such as the 22 primitive colors, color juxtaposition, point sizes, and, in particular, the effects of complementary colors and halos [23]. They diffused points with poisson disks and kept different dot sizes and dot distances in background layer and second layer in an empirical manner. Every parameter in this paper was set faithfully according to Seurat’s Pointillism, from dot color to dot size and dot shape. This imitation increases the similarity to Pointillism style to some extent while losing novelty of the proposed method. And the adjustment of the four parameters is inconvenient for users. Further, there is not high level understanding of an input image. This increases the difficulty of automating the simulating process. Comparing to [2], Wu et al. also proposed their method for Seurat’s Pointillism style. They obtained a statistical color model through analyzing the color distributions of Seurat’s paintings. Then, the model was combined with a modified multiclass blue noise sampling [12] to stylize an input image with characteristics of color composition in Seurat’s paintings [28]. They made a quantitative comparison and a subjective user study to verify that their results are closer to Seurat’s painting style than the results of previous approaches [28]. However, the learning process was too time-expensive besides segmentation, sampling, and drawing processes of several hundred to thousand seconds. Hertzmann, and so forth, painted an image with a series of spline brush strokes. Brush strokes are chosen to match colors in a source image. A painting is built up in a series of layers, starting with a rough sketch drawn with a large brush. The sketch is painted over with progressively smaller brushes, but only in areas where the sketch differs from the blurred source image. Thus, visual emphasis in the painting corresponds roughly to the spatial energy present in the source image [2].

Paper [7] emulated a coarse to fine painting process customary to styles like impressionism by extending the concept of layers [2]. Instead of orienting each brush stroke largely based on the local gradient estimates as suggested by [2, 24], they oriented the brush strokes along the strongest gradients. Each brush stroke’s color is determined by averaging the color of the pixels underneath it in the source frame [7]. Shiraishi, and so forth [29], introduced a painterly style which generated rectangular brush strokes approximating the local regions of the source image with suitable locations, orientations, and sizes. The resulting image is composited with smaller strokes at the details while its flat regions are painted with larger ones.

Sugita and Takahashi [25], presented a pointillistic Halftoning method for color Halftoning on random dots by utilizing a spatial data structure of boundary sampling algorithm. In addition, they implemented complementary color contrast and halo effect according to actual Seurat’s painting steps [25]. But too many parameter settings prevent the method from automated implementation.

In this paper, the Pointillism style is expanded to a more general manner which includes dots of different sizes, colors, shapes, and arrangement order. With these effective expressive elements and very simple parameter settings, we can deploy a different painting style extended from Pointillism.

3. Proposed Method

The proposed algorithm is based on basic image feature: image color. For a canvas image and source image , is rendered with ellipse dot which sources from source image : is the total number of dots.

For an ellipse dot , it is decided by , the location of the dot, , the two axis radiuses of the ellipse dot, , the three color components of the dot, and , orientation of the dot. and I are of the same size .

When considering Pointillism style, there are several effective factors affecting the appearances of a painting, including size, shape, texture, and color for any one dot and arrangement order for a group of dots.

3.1. Shape, Size, Color, and Location

For a classic Pointillism, the shape, size, color and location of dots are very important factors affecting the final appearance of the painting. When simulating a Pointillism style in a digital manner, these elements should not be neglected.

3.1.1. Shape of Dots

To simulate a classic Seurat’s Pointillism, strokes were usually derived from a single stroke pattern [25, 29] or several stroke patterns [23]. Others, like curved spline brush stroke [2], a transparent circle [30], an ellipse with user-defined transverse and conjugate diameters [28], and an antialiased line with a circular brush [2, 7, 24], are all simplified digital components of the Pointillism style.

Considering the balance between painting style variance and dot control, an ellipse dot shape is selected in this paper because of its simplicity and two controllable, orthogonal axes: long axisand short axis. An ellipse dot’s shape is decided by its long axis and short axis. A small long-short-axis ratio leads to a circular ellipse and vice versa a large ratio makes a narrow ellipse. Based on the color and gradient values of the source image, the ellipse dots with different axis lengths are placed in different locations of the canvas image. These shape variances and placement strategy strengthen the edges of the source image. The long-short-axis ratio depends on an equalized saliency map. The saliency map is an explicit two-dimensional map that expresses the saliency or conspicuity of objects in the visual environment [31]. For a simulated Pointillism style, there should be always something to be enhanced or strengthened in the source image. Objects inside a source image can be described in a saliency map. The saliency information affects the ellipse shape and size so as to enhance the saliency part. See Section 3.3 for more discussions.

3.1.2. Size of Dots

The dot size in this paper not only is adaptable to source image color but also is affected by gradient value of the source image. This means that the proposed method simulates the Pointillism style instead of faithfully following it. In those areas with slow-changed colors and gradients, large dots are rendered and areas with fast-changed colors and gradients small dots are rendered. In this paper, the ellipse dot size is defined as the long axis radius and short axis radius which depends on two saliency-related maps, and :

The short axis length is empirically dependent on and : The and are normalized to range . They are comprised of color and gradient information and decide the long axis radius (dot size) and the short axis radius, respectively. See Section 3.3 for more discussions. shows how much an ellipse is stretched or reduced. It is empirically set as 0.95. That means if a value of an ellipse location is 1, the relationship between short radius and long radius of the ellipse is . ranges in .

3.1.3. Color of Dots

The dot color is set by the average color of the dot area : where is the pixel number of the zone the dot covers in the source image. For a RGB color image, . In the canvas image, a dot is rendered with an average color of the source image area covered by the dot. According to (2) and (3), the more salient the area is, the smaller the dot size is. This means that those salient areas are substituted with small dots and the detailed areas are kept deliberately. And to some extent, this method also keeps some characteristics of the Pointillism style.

3.1.4. Location of Dots

For each dot location , and are randomly selected along the columns and rows of the source image and every dot falls on the canvas image plane. For the image contents are not taken into account, a dot location is selected without any guidance.

3.1.5. Total Dot Number

According to the proposed algorithm, the total dot number is . The larger the is, the denser the dots are. So, the dot number affects the ultimate Pointillism effect to some extent. The is set empirically according to the size of the source image. To diminish the hole-effect of the canvas image in case of small , may be predefined as a blurred source image or an average color image of the source image.

3.2. Orientation and Edge Enhancement with Direction Map

Besides the dot size, color, location, and shape, the dot orientation also plays an important role in the last appearance of the painting style. The dot orientation here is defined as the orientation of the long axis. Generally, a group of ellipse dots with similar orientation along their long axis enhance an edge of a source image. The edges in a source image provide important information to readers. On enhancing edges, [2, 24] oriented each brush stroke largely based on the estimated local gradient. Paper [7] oriented the brush strokes along the strongest gradients however. Paper [29] introduced a painterly style which is composite with smaller strokes at the details while its flat regions are painted with larger ones to enhance the edges (details).

In this paper, a direction map is constructed to decide the orientation of every ellipse dot. The dot always places its long axis along the orientation of the direction map of the source image.

According to Kang et al. [21, 32], for a given image in this paper, the vector field of edge tangent flow, that is, a direction map , is used as a guiding map of the ellipse orientations.

The direction map is defined as an iterative process: where denotes the kernel of radius at pixel , and is the vector normalizing term. The tangent vector is assumed to be -periodic. For the spatial weight function , we use a box filter of radius :

The magnitude weight function is defined to be a monotonically increasing function: This ensures the preservation of the dominant edge directions.

The direction weight function is defined to promote smoothing among similar orientations: where denotes the normalized tangent vector at . This weight function increases as the two vectors align closely.

For tight alignment of vectors, we temporarily reverse the direction of using the sign function , in case that is bigger than :

The initial flow map, denoted as , is obtained by taking perpendicular vectors (in the counterclockwise sense) from the initial gradient map of the input image I. is then normalized before use. The initial gradient map is computed by employing a Sobel operator. The input image may be optionally Gaussian-blurred before gradient computation. Figure 2(b) shows direction map with 2 iterations. The map preserves edge directions well around important features while keeping them smooth elsewhere. For any dot position and a direction map , the orientation of the dot is . We note from the maps that the edges of the source images are kept and enhanced. Some “weak” flows are adjusted to follow the strong flows.

3.3. Arrangement: Layer-by-Layer according to Saliency Map

With the attributes of the dot shape, size, color, location, and orientation, a Pointillism style image is ready to be rendered. To keep the detailed areas uncovered, a layer-by-layer-strategy is adopted. According to the dot size, small size dots are painted after the large size dots. That is to say, larger dots are always below smaller dots. For the smaller dots always show the detailed information in salient regions and large dots cover nonsalient regions; this layer-by-layer-strategy makes the detailed parts stand out of the source image. Also, readers pay more attention to those salient areas than to those nonsalient areas. So, a saliency map here can be constructed to decide dot size. Usually, the salient areas are those areas where there exist color contrasts, intensity changes, or edges. These salient areas provide finer details and important contents which attract the readers’ attention more than the other areas do.

A saliency map is a salient metric of an image. A high salient value attracts readers’ attention more than a small salient value does. The saliency map helps the proposed rendering Pointillism to enhance the salient parts. To deal with a source image where no a priori knowledge available, Itti et al. introduced their bottom-up visual attention model [31] inspired by the behavior and the neuronal architecture of the early primate visual system. In their method, multiscale image feature maps of color, intensity, and orientation are extracted, and local spatial contrast is estimated for each feature at each location, providing a separate conspicuity map for each feature. These maps are combined to a single topographical saliency map that guides the attention focus in a bottom-up manner. In this paper, a modified saliency map by [33] is applied to the source image. The map is comprised of intensity, color, and edge information of five pyramid images of the source image.

At first, intensity image is obtained through , , and components of the source image. is calculated as . Those pixels with intensity less than 10% of its maximum over the entire image have zero , , and values, because hue variations are not perceivable at very low luminance (and hence not salient). , , , and are formed in this way: ; ; ; if , else . Five groups of Gaussian pyramid level , , , , and are generated from , , , , and , respectively, where is Gaussian pyramid level index, . Then, according to a contrast-based saliency map [34], the center-neighborhood distances of , , , , and , which include the luminant and chromatic saliency information, are calculated within a window by Euclidean distance. As for orientations, a different approach of four line detection masks R0, R45, R90, and R135 [35] is proposed to filter the intensity image to simplify the calculation of Itti-Koch’s Gabor filters. Each level of intensity image is filtered by four direction masks; contrast saliency maps are calculated and combined to be an orientation saliency map . At last, all saliency maps are resized to the original image size (level 0) and combined together to be a saliency map. To enhance the high salient region and restrain the low salient region, the saliency map is square power transformed:

Experiments prove the proposed method to be efficient and effective in several aspects. At first, the luminance, chrominance, and orientation factors are taken into account to find the salient region; secondly, the simplified orientation calculation does not decrease the oriental salience; thirdly, the power transformation makes the salient region more significant without changing the smooth tone of the saliency map. Figure 2(c) shows the saliency maps of source images. Every salient area, like color differences, gradient changes, and intensity variances, gives support to the saliency map. In this paper, a coarse to fine strategy is proposed that the dots are rendered from large dots to small dots. Further, the dot size (long axis length) is decided by the saliency map in an inverse proportional manner as (2) shows. here is derived from the normalized saliency map : The value of a dot position is mean value of a block zone with block size in the normalized saliency map . For the dot size is relative to the saliency of the source image, smaller dots mean larger salient values of the source image and are thus on the top of larger dots which are relative to the smaller salient values. Figure 3 shows the dot-placement-strategy from large dots in the nonsalient areas to small dots in salient areas, one by one, layer-by-layer.

3.4. Equalized Standard Deviation Saliency Map to Decide the Short Axis of an Ellipse

Once we have decided the long axis length of the ellipse dot, the short axis length and orientation are the last two things to be taken into account. To enhance the edges of the painting image, the long axis of the ellipse has to follow its orientation (Section 3.2). At the same time, the short axis should also be variable based on the saliency map. As we have discussed before, the ellipse dots help to enhance the edges of the source image. Compared to an ellipse with small long-short-axis ratio (near to 1), the ellipse with large ratio (larger than 1) stretches itself to a long ellipse to follow the edges. This shape deformation achieves a further enhancement as the orientation does. The shape deformation depends on saliency variance with block zone within block size . A high variance value means there exsited a sharp edge while a low variance value means slow-changed edges. So the standard deviation map is defined as:

The value of a dot position is a standard deviation value of zone in the normalized saliency map. As we can see from the histogram of the block zones deviation within saliency map (Figure 4(b)), the deviation values do not distribute in a balanced way. Thus the high and low deviation values are not distributed evenly. This makes these dots to be either stretched too much or not stretched. That is to say, these unbalanced deviation values lead to stretched dots or circular dots and there are not “midlevel” dots. Nearly all dots tend to be too circular to describe edges in most areas in our experiments because of too many low deviation values (Figure 4(d)).

Apparently, the unbalanced deviation map has to be balanced. In this paper, it is equalized with a LOGSIG function, that is, to make the distribution contour fit a LOGSIG function:

The target function is

The bin is empirically set and up-rounded to be an integer number: is the total dot number.

As (13) shows, the new value of a dot position is an equalized standard deviation value of zone in the normalized saliency map. Figure 4(a) shows its equalized histogram of Figure 4(b), which are histograms of . This equalization generates which decides short-axis-length of the ellipse dot. The Pointillism (Figure 4(c)) with equalized is rendered with ellipses with different long-short-axis ratios, while the long-short-axis ratios of ellipses in the Pointillism (Figure 4(d)) with unequalized are nearly similar to each other. Apparently, the equalization to the works. The equalized makes the dots’ short axis radii distribute so flatly that dots with different long-short-axis ratios render the Pointillism more clearly compared to the unequalized version.

Besides several main parameters discussed above, some other parameters are set empirically in Table 1.

With these settings, the proposed method is implemented with MATLAB. We will show the aforementioned and several other natural source images and their Pointillism in the next section.

4. Results and Discussion

4.1. Pointillism Style

Pointillism results of source images from Figure 1(a) are shown in Figure 1(d). Figure 2(d) shows the results of the aforementioned source images of Figure 2(a). Figures 5, 6, and 7 show several other natural images like portraits, flowers, and birds and their Pointillism with different dot-size settings.

Several factors, including dot size, saliency map, and direction map, should be taken into account when considering the whole generative process.

Dot size: a rough observation could disclose that the dot size, especially minimal dot size, is a primary setting affecting the style. The smaller the minimal dot size is, the clearer the Pointillism image is. That is of course because a smaller size dot zone contains average color information in a small zone while a larger dot zone contains average color information in a large zone. If the minimal dot size shrinks to one pixel, the target image becomes the source image itself. So, it should be noted that there is a balance between the minimal dot size and the Pointillism style. As we have declared in Section 3.1.2, the long axis radius is defined as dot size. At the same time, the short axis radius also plays important roles in generating the style. Distributions of short and long radii of dots size corresponding to different dot number (in Figure 9) are shown in Figure 10. On one hand, the flat distribution of the short radius benefits from the equalized . On the other hand, the unbalanced long radius distribution keep the target image covered as much as possible if the number of dots is fixed (further discussion in later part).

Direction map: further, a close research shows that the detailed parts in the source image are kept deliberately with help of the direction map. For example, the hairs in Figure 2(d) seemed to be rendered in a random direction. Comparison of its source image in Figure 2(a) shows that every hair on the eagle’s head has its own direction. The detailed random hairs in the Pointillism in fact originate from the source image; that is, the direction information is kept in the generated Pointillism. Comparisons between source images of Figures 6(a1) and 6(b1) and target images of Figures 6(a3) and 6(b3) also give similar conclusion. Fluffs on the flower and fine feather in bird’s neck keep the detailed information while generating Pointillism.

Several target images without the help of direction map are shown in Figure 7. It shows two different conditions: at first, Figures 7(a) and 7(c) give Pointillism whose dot size is decided by a saliency map; secondly, Figures 7(b) and 7(d) show Pointillism whose dot size is decided by an equalized standard deviation map of the saliency map. All other settings are the same as those in Figures 2(d) and 6(a3). With the saliency map deciding the dot size, the generated target images show Pointillism style with many similar size dots (for Figures 7(a) and 7(c)) or non-similar-size dots (for Figures 7(b) and 7(d)). Those non-similar-size dots come from an equalized standard deviation map of the saliency map while the similar-size dots from the saliency map itself. Compared to those target images in Figures 2(d) and 6(a3), these target images without the guidance of direction map could not keep clear edges. For example in Figure 7(a), the head of the eagle shows ghost edges because of the similar-size dots around the head and every dot does not rotate itself to enhance the edge of the head without the direction map. In Figure 7(b) however, the edge of the eagle head is clearer than that in Figure 7(a) because of the equalized standard deviation map. All dots have a flat distribution. So the edge of the head is rendered with smaller dots which keep the detailed head edges compared to Figure 7(a). A further observation around the edge of the eagle head and its eye in Figure 7(b) indicates that there are many holes around these edges compared to Figure 2(d).

Saliency map: a saliency map is comprised of several factors like gradients, color differences, and edge information. So, it is reasonable for a saliency map to decide the dot size of a source image.

Several target images without the help of direction map and saliency map are shown in Figure 8. It shows two different conditions: at first, Figures 8(a) and 8(c) give Pointillism whose dot size is decided by an edge map (source image filtered by vertical and horizontal Sobel operators); secondly, Figures 8(b) and 8(d) show Pointillism whose dot size is decided by an equalized standard deviation map of the edge map. All other settings are the same as those in Figures 2(d) and 6(a3). Compared to target images in Figures 2(d), 1(d), and 6(a3), they are not acceptable at all considering the prominent dots, holes, and blurred edges. Even if compared to target images in Figure 7, those target images also give even poor results. For example in Figure 8(a), only edge-map-guided dot size makes the target image show a rough look of the source image, while in Figure 8(b), an equalized standard deviation map of the edge map makes the target image look well with a flat-dot-size distribution. But the holes and ghost edges around the target image could not be ignored.

Number of dots: each dot occupies its own zone and overlapped with each other if there are enough dots. We compare different dot number settings in Figure 9. The maximal dot size and minimal dot size are set to 51 and 5. Intuitively, enough dots cover the whole target image. In Figure 9, we can see that it is enough for only 5000 dots to cover most part of the target image. The coverage increases rapidly from 500 dots to 5000 dots. Increasing dot number from 10000 to 40000 does not give a considerable coverage increase, however. There are minor holes in the target image even with 40000 dots. In the proposed method, this problem is avoided by taking a blurred source image as the canvas image (see Section 3.1.5).

4.2. Comparisons

As we had mentioned in the former part, we expand the Pointillism style to a more general manner. That is to say, the proposed method has something in common with a typical Pointillism. For example, similar dot shape is adopted as rendering element and dot color is taken from the averaged source image color. The proposed method “borrows” ideas from the process of simulating Pointillism and tries to expand to a new field. The aim of the proposed method is to expand the Pointillism instead of simulating the style. Figure 11 demonstrates the comparisons of the proposed method and Wu’s method [28]. We adopt similar dot size as shown in Wu’s results. However, these two results have different aim and show different style. Wu’s style is more close to Seurat’s Pointillism in dot size and placement strategy, while ours consisted of different dot size and shape and layer-by-layer placement strategy. It is not easy for the proposed method to be judged or compared with other simulated results.

4.3. Computational Complexity

Computational complexity is a key characteristic in assessing a method. The computational complexity of the proposed method mainly depends on calculations of the direction map, the saliency map, and the dot placement process, which respond to , , and . The proposed method runs on MATLAB platform without optimization under Microsoft Window-XP Professional 2002 operating system and Intel Duo CPU P8700@ 2.53 GHz, 2.89 GB Memory. A typical running time of the above three processes is 3270 seconds, 63 seconds, and 212 seconds for image of Figure 5(a1) with 40000 dots. The running time for image with 12000 dots is 137 seconds, 15 seconds, and 44 seconds, respectively. In general, the image size , , and block radius are primary factors affecting the computation time.

5. Conclusion and Future Work

Generally, the proposed method gives a plausible Pointillism of natural images like portraits, flowers, and birds and so forth. This kind of Pointillism is not as same as the classic pointillism in that all dots in the proposed method are rendered in a random way and overlapped with each other layer-by-layer, from large dots to small dots so as to keep the details of the source image. The proposed method not only reserves the classic Pointillism style, but also increases the variances of the style with different settings in a digital way by simply controlling the ellipse parameters including the dot size (long axis length), long-short-axis ratios, and direction of the ellipse. All these settings are adjusted according to the direction map and saliency map of the source image. Further, the equalized standard deviation saliency map smoothens the dot size distribution, which describes the Pointillism in a vivid way. In most cases, the parameters are preset and the whole process is automated.

Portraits, flowers, and birds are all rendered carefully dots by dots, one after another. The detailed parts of the Pointillism are clear enough and at the same time keep the Pointillism style.

Currently, there is not an objective method to evaluate the aesthetics of an art work. It is even difficult to determine whether it is an art work or meaningless scribbles in an objective way. Further, everyone has his/her own point of views because of different culture backgrounds and personal experiences, and so forth. In the future, we will focus on evaluation method of digital art works like Pointillism.

Conflict of Interests

The author declares that there is no conflict of interests regarding the publication of this paper.

Acknowledgments

The research is supported by Shanghai Dianji University Leading Academic Discipline Project (Grant no. 10XKF01). Source images are courtesy of CubaGallery (Figure 5(a1)), LaurentMallea (Figure 5(b1)), and digisnapper (Figures 6(a1) and 6(b1)) in https://www.flickr.com/ and all other anonymous contributors. The author also thanks the anonymous reviewers for their careful and valuable comments and suggestions.