論文の一部分です.翻訳をおねがいします・・・
画像処理に関するの論文の一部分です。
よろしくお願いします><
1. Initialize a set of active color labels C and a maskMof unlabelled
pixels.
2. Find all unlabelled regions R in M that intersect strokes with
only one color label cr . For each such r ∈ R set labels in M
to cr and if there is no other region in M containing strokes
with label cr , remove cr from C.
3. If C is empty then stop.
4. Select an arbitrary color label c ∈ C.
5. Build a graph G from all unlabelled pixels inM.
6. Connect pixels seeded with color label c to terminal S, and pixels
seeded with colors C-{c} to terminal T .
7. Solve max-ow/min-cut problem on G with source S
and sink T .
8. At pixels where corresponding graph vertices were assigned to
terminal S, set label in maskMto c.
9. Remove color label c from C and go to (2).
お礼
SAYKAさん、いろいろ試してみましたら 16*16のサイズで自然に表示されるように なりました。 おっしゃるとおり選択肢があるのかもしれません。 ご親切な回答を頂戴しながら、私の手違いで お礼の時機を逸し、まことに失礼をいたしました。 申し訳ありません。これに懲りず、これからも どうぞよろしくご指導のほどお願い申しあげます。