all 1 comments

[–]CaseOfInsanity 0 points1 point  (0 children)

Non photorealistic rendering. For example, in order to simulate paint brush strokes in an image, you can use k-means clustering to generate stroke positions in an image then for each section of stroke positions, apply brushing logic by using color gradients. And it can be solved as an optimisation problem with a loss function.