Searched refs:coins (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/doc/py_tutorials/py_imgproc/py_watershed/ |
D | py_watershed.markdown | 39 Consider the coins image below, the coins are touching each other. Even if you threshold it, it will 44 We start with finding an approximate estimate of the coins. For that, we can use the Otsu's 51 img = cv2.imread('coins.png') 62 are background. Only region we are not sure is the boundary region of coins. 64 So we need to extract the area which we are sure they are coins. Erosion removes the boundary 68 they are not coins. For that, we dilate the result. Dilation increases object boundary to 74 The remaining regions are those which we don't have any idea, whether it is coins or background. 75 Watershed algorithm should find it. These areas are normally around the boundaries of coins where 76 foreground and background meet (Or even two different coins meet). We call it border. It can be 94 See the result. In the thresholded image, we get some regions of coins which we are sure of coins [all …]
|
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.cpp | 680 static void init_coins(Coin* coins, size_t num) in init_coins() argument 683 for(i = 0; i < num; i++) coin_init(&coins[i]); in init_coins() 686 static void cleanup_coins(Coin* coins, size_t num) in cleanup_coins() argument 689 for(i = 0; i < num; i++) coin_cleanup(&coins[i]); in cleanup_coins() 698 static unsigned append_symbol_coins(Coin* coins, const unsigned* frequencies, unsigned numcodes, si… in append_symbol_coins() argument 706 coins[j].weight = frequencies[i] / (float)sum; in append_symbol_coins() 707 uivector_push_back(&coins[j].symbols, i); in append_symbol_coins() 720 Coin* coins; /*the coins of the currently calculated row*/ in lodepng_huffman_code_lengths() local 765 coins = (Coin*)lodepng_malloc(sizeof(Coin) * coinmem); in lodepng_huffman_code_lengths() 767 if(!coins || !prev_row) in lodepng_huffman_code_lengths() [all …]
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_template_matching/ |
D | py_template_matching.markdown | 109 a screenshot of the famous game **Mario** and we will find the coins in it.
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/ |
D | Transliterator_Kanji_English.txt | 4091 繦>'[string of copper coins]'; 5149 貫>'[string of 1000 coins]';
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 1651 纙 < string\-on\-which\-coins\-are\-strung; 3882 贯 < a\-string\-of\-1000\-coins; 4000 繦 < string\-of\-copper\-coins; 19395 镪 < coins; 37027 纙 > string\-on\-which\-coins\-are\-strung; 38654 贯 > a\-string\-of\-1000\-coins; 38714 貫 > a\-string\-of\-1000\-coins; 38737 繦 > string\-of\-copper\-coins; 38738 繈 > string\-of\-copper\-coins; 51791 镪 > coins; [all …]
|