npr op• 資料種類:image2d × pairs → image2d
• 呼叫: import fullseye as fs; fs.ledger.mosaic_tiles_render(image, sites)(要直接呼叫實作,import printpath; printpath.mosaic_tiles_render(image, sites);從台帳取用則 opsprintpath.get("mosaic_tiles_render"))
用各 Voronoi 單元所轄像素的均值來填色。
> 以下的詳細說明為原文 —— 摘要與標題已翻譯。
★Why the mean and not something prettier: for a fixed partition the mean
is the `L2`-optimal constant — no other value lowers the squared error
inside the cell. The tile colour is therefore a solution, not a taste, and any
alternative can be *shown* to be worse by evaluating the same sum.
Returns an `image2d`: the mosaic.
Raises `ValueError`: sites not (N, 2) with N >= 1; sites outside the
image; a non-finite or oversized image.
Limits: cells are convex polygons, so this does not imitate the irregular
tesserae of real mosaic and never runs a single tile along an edge the way a
mosaicist would.
• 範例資料目錄(下載 URL / 授權) —— 2-D 用 skimage.data(BSD/公有領域)加合成圖,3-D 給出真實資料源(Stanford/PDS 等)的下載 URL。
• 運算子來歷與參考文獻 —— 該運算子族所依據的研究/方法出處。
• 演算法的正典(作者・年份)與用途見上面的族使用指南。
• poc_beats_fringes_and_screens — py -3.11 examples/poc_beats_fringes_and_screens.py
image2d 作為輸入)stipple_points_from_image · stipple_energy · stroke_tone_error · halftone_screen · engrave_lines · hatch_field · mosaic_tiles_sites · print_layer_defect_map
npr)halftone_screen · halftone_moire_period · engrave_lines · hatch_field · mosaic_tiles_sites
*Provenance: printpath.py — PRINTPATH 運算子登記表。本條目由 tools/opdocs.py md 自動產生(請勿手動編輯)。*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.