dev_close_window ()
dev_update_window ('off')
* ****
* step: acquire image
* ****
read_image (image, 'crystal')
get_image_size (image, width, height)
dev_open_window_fit_image (image, 0, 0, width, height, windowid)
set_display_font (windowid, 12, 'mono', 'true', 'false')
dev_set_draw ('margin')
dev_set_line_width (2)
dev_display (image)
disp_continue_message (windowid, 'black', 'true')
stop ()
* ****
* step: segment image
* ****
* -> using a local threshold
*均值濾波
mean_image (image, imagemean, 21, 21)
*本地閾值對影象分割
dyn_threshold (image, imagemean, regiondynthresh, 8, 'dark')
* -> extract connected components
*分割連通域
connection (regiondynthresh, connectedregions)
dev_display (connectedregions)
disp_continue_message (windowid, 'black', 'true')
stop ()
* ****
* step: process regions
* ****
*求區域最大邊界,如果乙個大區域包含了乙個小區域,得到大區域的邊界
shape_trans (connectedregions, convexregions, 'convex')
*面積篩選區域
select_shape (convexregions, largeregions, 'area', 'and', 600, 2000)
*用灰度值的熵選擇區域(暫時不理解)
select_gray (largeregions, image, crystals, 'entropy', 'and', 1, 5.6)
dev_display (image)
dev_display (crystals)
六邊形平面
現在有乙個n n的六邊形網格平面 這種平面類似蜂窩形狀 下圖是n 1,2,3,4條件下的具體形狀,根據它們可以依次類推n 5,6,現在你需要對n n網格中一些格仔進行上色,在給定的輸入中這些格仔被標記上字元 x 而不用上色的網格被標記為 上色時需要注意,如果兩個被上色的格仔有公共邊,那麼這兩個格仔需...
2701 六邊形點陣
題目描述 description 輸入六邊形的邊長n,請你畫出這個六邊形點陣。輸入描述 input description 僅一行,乙個整數n 輸出描述 output description 六邊形點陣 有兩條邊水平 樣例輸入 sample input 6 樣例輸出 sample output 資料...
未知 六邊形 題解
接上題,反正是一起做的那麼故事情節也接上吧嘻嘻嘻 正好,帶我去一趟天線崖。你確定?你都說了都要暴雨了,前幾天的暴雨 是啊,你還抱怨整天悶在家裡啥事也沒幹呢,結果就剩下我在刷題而你整天再睡覺。因為山脈的阻隔,所以他們只能乘坐小船到達那裡。而給他們租小船的人,開出了很高的價錢,但是。你們幫我解決乙個問題...