untitled

Size: px
Start display at page:

Download "untitled"

Transcription

1 16 Edge emphasis filter of images that uses Histogram

2 RGB 9,, i

3 Abstract Edge emphasis filter of images that uses Histogram Noriaki Okamoto Theedgeemphasisfilter is usually used to recognize images of a face, printed wiring board, and general scenes. In many cases, it feature of the edge is emphasized by the filter which uses an operator. However, the filters sometimes can t accurately emphasize the edges of the images. In this paper, we have been proposed a filter which emphasizes theedgebyanoperatormadewiththeimage shistogram. Moreover,wehavebeen verified another filter which made with a histogram of a non-rgb color model image. Finally, we have been used the common filter to assess the validity of the proposed filters by experimenting with nine testers. key words Histogram, Raprashian, Edge emphasis filter ii

4 Roberts Prewitt Sobel iii

5 ( ) Filter A 42 B 45 C 46 iv

6 1.1 ( ) ( ) ( ) Roberts ( ) ( ) Roberts ( ) ( ) Roberts Prewitt ( ) ( ) Prewitt ( ) ( ) Prewitt Sobel ( ) ( ) Sobel ( ) ( ) Sobel ( ) v

7 4.17 ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) (2 ) ( ) ( ) ( ) ( ) ( ) ( ) Filter ( ) ( ) Filter HSV Filter YUV Filter8 ( ) ( ) RGB HSV YUV Filter vi

8 Filter Filter Filter Filter Filter8(HSV H) Earth.png Balloon.png Mandrill.png A.1 Aerial.eps A.2 Airplane.eps A.3 Balloon.eps A.4 couple.eps A.5 Earth.eps A.6 Girl.eps A.7 Lenna.eps vii

9 A.8 Mandrill.eps A.9 milkdrop.eps A.10 Parrots.eps A.11 Pepper.eps A.12 Sailboat.eps B.1 kanban.eps( ) B.2 kanban g.eps( ) B.3 copen.eps B.4 test 01.eps C.1 c 01.eps C.2 c 01n.eps C.3 c 02.eps C.4 c 02n.eps viii

10 imgarray.java imgarray.java ex fil.java ix

11 1 8 2 ( ) Prewitt Sobel Prewitt Sobel P P(i,j) Q(i,j) P P(i,j) 3 3 OP(i-1,j-1) OP(i+1,j+1) Q(i,j) 1.1 ( ) ( ) ( ) 1

12 Q (i,j) = 1X ³ 1X j= 1 i= 1 (OP (i,j) P (i,j) ) (1.1) Q(i,j) (i,j) 24bitRGB 2

13

14 4

15 3 3.1 SIDBA Standard Image Data-BAse 3.1 Balloon.png CCD

16 HSV YUV HSV YUV YUV

17 HSV YUV

18 HSV YUV

19 JPEG JPEG RAW JPEG TIFF JPEG JPEG BMP 24bit PNG PNG GIF JPEG PNG 9

20

21 CPU AMD AthlonXP RAM PC MB 2 OS Windows2000Professional( ) Sun Microsystems Java 2 SDK,SE v1.4.2 EDITOR v CPU RAM OS Intel Pentium4 3.2GHz PC3200 DDR 1GB WindowsXP Professional( ) imgarray.java 11

22 3.3 RGB RGB RGB 24bit HSV YUV RGB ex fil.java main imgarray java ex fil -Filter8(RGB) test.jpg png test ex fil.class test.jpg Filter8 test Filter8.png GUI GUI ex fil.java imgarray.java 3.3 filename String pix int[] ( ) width int height int 3.4 imgarray.java 12

23 3.3 imgarray void String filename imgarray void int x,y, String filename imgarray void N/A getfilename String N/A setfilename void String FileName getw int N/A setw void int neww geth int N/A seth void int newh getr/g/b int int x,y RGB / / setr/g/b void int x,y,z RGB / / getrgb int int x,y 24bit RGB setrgb void int x,y,z 24bit RGB getyuv int int x,y,yuv YUV (yuv:0=y,1=u,2=v, =Y) gethsv int int x,y,hsv HSV (hsv:0=h,1=s,2=v, =H) outputimg void String outfilename PNG outputimg void String outfilename, int Fo outputimg void String outfilename, String Fo copyarray imgarray N/A 3.5 imgarray.java Filter5 C Filter7 Filter5 Filter8 Filter8 Filter8 Filter Filter8 Filter

24 3.3 main void String[] args F choose cmykw imgarray imgarray inarr,int C F nega imgarray imgarray inarr F gray avg imgarray imgarray inarr (RGB ) F gray rgb imgarray imgarray inarr, int C (RGB ) F gray big imgarray imgarray inarr (RGB ) F gray mini imgarray imgarray inarr (RGB ) F mirror h imgarray imgarray inarr ( ) F mirror v imgarray imgarray inarr ( ) E p diff x imgarray imgarray inarr 1 (X ) E p diff y imgarray imgarray inarr 1 (Y ) E p diff xy imgarray imgarray inarr 1 E s diff imgarray imgarray inarr E prewitt imgarray imgarray inarr Prewitt E sobel imgarray imgarray inarr Sobel E gradient imgarray imgarray inarr E roberts imgarray imgarray inarr Roberts E 4kin imgarray imgarray inarr 4 E 8kin imgarray imgarray inarr 8 E Kirsch imgarray imgarray inarr Kirsch op process imgarray imgarray inarr, int[] op 1, int[] op 2 3X3 op process spot int imgarray inarr, int[] op 1, int[] op 2, 3X3 intx,inty,intc histgram imgarray imgarray inarr (RGB ) histgram rgb imgarray imgarray inarr, int C (RGB ) data rgb imgarray imgarray inarr, String FN RGB CSV yuv imgarray imgarray inarr, String YUV YUV filter 5 imgarray imgarray inarr, int V Filter5 filter 6 imgarray imgarray inarr Filter6 filter 7 imgarray imgarray inarr Filter7 hist paint 1 imgarray imgarray inarr HSV H imgarray imgarray inarr HSV HSV S imgarray imgarray inarr HSV HSV V imgarray imgarray inarr HSV HSV RGB imgarray imgarray inarr HSV RGB SuperHistgram imgarray imgarray inarr color model imgarray imgarray inarr, String CM color model hist imgarray imgarray inarr, String CM color model hist draw imgarray imgarray inarr, String CM Filter8 imgarray imgarray inarr, String CM Filter8 Filter9 imgarray imgarray inarr, String CM Filter9 FilterA imgarray imgarray inarr, String CM FilterA FilterB imgarray imgarray inarr, String CM FilterB FilterC imgarray imgarray inarr, String CM FilterC 3.6 ex fil.java Filter

25

26 4 4.1 RGB 24bit CG Sobel Prewitt Roberts Filter CPU AMD AthlonXP RAM PC MB 2 OS Windows2000Professional( ) Sun Microsystems Java 2 SDK,SE v CPU RAM OS Intel PentiumM 1.7GHz PC2700 SODIM 512MB WindowsXP Home( ) MS-Office2003 Excel2003 VBA

27 FinePix S ( 314 ) 1/2.7 CCD HR/ xd- 16MB 512MB DCF Exif Ver.2.2 JPEG /DPOF CCD- RAW / / / (pixcel) 10 f=5.7mm 57mm(35mm :37mm 370mm ) F F2.8 F3.2 F2.8 F8 10 1/3 [ ] 90cm /[ ] 2.0m, [ ] 10cm 2.0m/[ ] 90cm 2.0m AUTO ISO ISO TTL64 / / / AE/ AE/ -2.0EV +2.0EV 1/3EV 2 1/2000 AF TTL AF AF / ( / / / / / )

28 Roberts Roberts (x,y) (x,y+1) Roberts 4.1 Roberts 4.2 ( ) 4.3 ( ) Roberts 4.4 ( ) 4.5 ( ) Roberts 18

29 Prewitt Prewitt Prewitt 4.7 ( ) 4.8 ( ) Prewitt 4.9 ( ) 4.10 ( ) Prewitt 19

30 Sobel Sobel Prewitt 2 Prewitt 4.11 Sobel 4.12 ( ) 4.13 ( ) Sobel 4.14 ( ) 4.15 ( ) Sobel 20

31 ( ) 4.17 ( ) ( ) 4.19 ( ) 4 21

32 ( ) 4.21 ( ) ( ) 4.23 ( ) 8 22

33 ( ) 4.26 ( ) ( ) 4.28 ( ) 1 23

34 ( ) (2 ) 4.29 (2 ) 4.30 ( ) 4.31 ( ) ( ) 4.33 ( ) 2 24

35 4.4 Filter8 4.4 Filter ( ) 4.35 ( ) Filter ( ) 4.37 ( ) Filter8 25

36 Java Filter public static imgarray Filter8(imgArray inarr, String CM) { System.out.println("* EDGE:Filter8(" + CM + ") [" + inarr.getfilename() + "]..."); int[][][] temparr = new int[3][inarr.getw()][inarr.geth()]; imgarray outarr = new imgarray(inarr.getw(),inarr.geth(),"filter8(" + CM + ")"); int[] hist = new int[360]; int max = 255; int big = 0; int f = 1000; if (CM.equals("RGBR")) { max = 255; } else if (CM.equals("RGBG")) { max = 255; } else if (CM.equals("RGBB")) { max = 255; } else if (CM.equals("HSVH")) { max = 359; } else if (CM.equals("HSVS")) { max = 100; } else if (CM.equals("HSVV")) { max = 100; } else if (CM.equals("YUVY")) { max = 255; } else if (CM.equals("YUVU")) { max = 255; } else if (CM.equals("YUVV")) { max = 255; } else { max = 255; } // for (int y=0; y<inarr.geth(); y++) { for (int x=0; x<inarr.getw(); x++) { int P; int R, G, B; if (CM.equals("RGBR")) { P = inarr.getr(x,y); } else if (CM.equals("RGBG")) { P = inarr.getg(x,y); } else if (CM.equals("RGBB")) { P = inarr.getb(x,y); } else if (CM.equals("HSVH")) { P = inarr.gethsv(x,y,0); if (P >= 360) { P = (P % 360); } else if (P < 0 ) { P = P + 360; } } else if (CM.equals("HSVS")) { P = inarr.gethsv(x,y,1); } else if (CM.equals("HSVV")) { P = inarr.gethsv(x,y,2); } else if (CM.equals("YUVY")) { P = inarr.getyuv(x,y,0); } else if (CM.equals("YUVU")) { P = inarr.getyuv(x,y,1); } else if (CM.equals("YUVV")) { P = inarr.getyuv(x,y,2); } else { P = 0; } 26

37 4.5 hist[p]++; if (hist[p] > big) { big = hist[p]; } } } // for (int y=0; y<inarr.geth(); y++) { for (int x=0; x<inarr.getw(); x++) { int P; int R, G, B; if (CM.equals("RGBR")) { P = inarr.getr(x,y); } else if (CM.equals("RGBG")) { P = inarr.getg(x,y); } else if (CM.equals("RGBB")) { P = inarr.getb(x,y); } else if (CM.equals("HSVH")) { P = inarr.gethsv(x,y,0); if (P >= 360) { P = (P % 360); } else if (P < 0 ) { P = P + 360; } } else if (CM.equals("HSVS")) { P = inarr.gethsv(x,y,1); } else if (CM.equals("HSVV")) { P = inarr.gethsv(x,y,2); } else if (CM.equals("YUVY")) { P = inarr.getyuv(x,y,0); } else if (CM.equals("YUVU")) { P = inarr.getyuv(x,y,1); } else if (CM.equals("YUVV")) { P = inarr.getyuv(x,y,2); } else { P = 0; } R = G = B = P; if (CM.equals("HSVH")) { int H, S, V; H = (P % 360); S = 100; V = 100; R = (int)((math.cos(math.max(0,math.toradians((double)(h + 0)))) * )); G = (int)((math.cos(math.max(0,math.toradians((double)(h + 240)))) * )); B = (int)((math.cos(math.max(0,math.toradians((double)(h + 120)))) * )); R = Math.min(255,Math.max(0,R)); G = Math.min(255,Math.max(0,G)); B = Math.min(255,Math.max(0,B)); } temparr[0][x][y] = hist[r] * f / big; temparr[1][x][y] = hist[g] * f / big; temparr[2][x][y] = hist[b] * f / big; } } for (int y=1; y<inarr.geth()-1; y++) { for (int x=1; x<inarr.getw()-1; x++) { int R, G, B; R = Math.max( Math.min( ( (inarr.getr(x+1,y ) * temparr[0][x+1][y ] ) + (inarr.getr(x-1,y ) * temparr[0][x-1][y ] ) + (inarr.getr(x,y+1) * temparr[0][x ][y+1] ) 27

38 4.5 + (inarr.getr(x,y-1) * temparr[0][x ][y-1] ) - (inarr.getr(x,y ) * temparr[0][x ][y ] * 4) ) / f,255),0); G = Math.max( Math.min( ( (inarr.getg(x+1,y ) * temparr[1][x+1][y ] ) + (inarr.getg(x-1,y ) * temparr[1][x-1][y ] ) + (inarr.getg(x,y+1) * temparr[1][x ][y+1] ) + (inarr.getg(x,y-1) * temparr[1][x ][y-1] ) - (inarr.getg(x,y ) * temparr[1][x ][y ] * 4) ) / f,255),0); B = Math.max( Math.min( ( (inarr.getb(x+1,y ) * temparr[2][x+1][y ] ) + (inarr.getb(x-1,y ) * temparr[2][x-1][y ] ) + (inarr.getb(x,y+1) * temparr[2][x ][y+1] ) + (inarr.getb(x,y-1) * temparr[2][x ][y-1] ) - (inarr.getb(x,y ) * temparr[2][x ][y ] * 4) ) / f,255),0); outarr.setr(x,y,r); outarr.setg(x,y,g); outarr.setb(x,y,b); } } } System.out.println(" return outarr; done."); 28

39

40 HSV Filter YUV Filter8 ( ) ( ) RBG 24bit RGB RGB RGB 3 3 HSV YUV HSV YUV HSV HSV YUV RGB 2 RGB Filter8 30

41 RGB HSV YUV Filter Filter8 HSV HSV HSV H S V Filter YUV Filter8 YUV Y U V 4.41 RGB HSV YUV HSV YUV U V 31

42 (2 ) Filter Filter8 32

43 Filter Filter Sobel Prewitt Filter Balloon.png Mandrill.png Filter8 Balloon.png 4.57 Filter8 Mandrill.png

44

45 Filter8(HSV H) Earth.png Filter8 Filter8 HSV H 4.56 H 35

46 Balloon.png 4.58 Mandrill.png 36

47 Baloon.png 2 Filter Balloonn.png Filter8 test 01.jpg Filter8 2 Filter8 37

48 Filter Filter8 5.1 HSV H S V YUV U V Y 38

49 Filter

50 CAST CAST

51 [1] :,Ohmsha, p.56-62,2002. [2] :,, p.76-82,2001. [3] 41

52 A A.1 Aerial.eps A.2 Airplane.eps A.3 Balloon.eps A.4 couple.eps 42

53 A.5 Earth.eps A.6 Girl.eps A.7 Lenna.eps A.8 Mandrill.eps 43

54 A.9 milkdrop.eps A.10 Parrots.eps A.11 Pepper.eps A.12 Sailboat.eps 44

55 B B.1 B.2 kanban.eps( ) kanban g.eps( ) B.3 copen.eps B.4 test 01.eps 45

56 C C.1 c 01.eps C.2 c 01n.eps C.3 c 02.eps C.4 c 02n.eps 46

SC-85X2取説

SC-85X2取説 I II III IV V VI .................. VII VIII IX X 1-1 1-2 1-3 1-4 ( ) 1-5 1-6 2-1 2-2 3-1 3-2 3-3 8 3-4 3-5 3-6 3-7 ) ) - - 3-8 3-9 4-1 4-2 4-3 4-4 4-5 4-6 5-1 5-2 5-3 5-4 5-5 5-6 5-7 5-8 5-9 5-10 5-11

More information

<4D6963726F736F667420506F776572506F696E74202D208376838C835B83938365815B835683878393312E707074205B8CDD8AB78382815B83685D>

<4D6963726F736F667420506F776572506F696E74202D208376838C835B83938365815B835683878393312E707074205B8CDD8AB78382815B83685D> i i vi ii iii iv v vi vii viii ix 2 3 4 5 6 7 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60

More information

III

III III 1 1 2 1 2 3 1 3 4 1 3 1 4 1 3 2 4 1 3 3 6 1 4 6 1 4 1 6 1 4 2 8 1 4 3 9 1 5 10 1 5 1 10 1 5 2 12 1 5 3 12 1 5 4 13 1 6 15 2 1 18 2 1 1 18 2 1 2 19 2 2 20 2 3 22 2 3 1 22 2 3 2 24 2 4 25 2 4 1 25 2

More information

iii iv v vi vii viii ix 1 1-1 1-2 1-3 2 2-1 3 3-1 3-2 3-3 3-4 4 4-1 4-2 5 5-1 5-2 5-3 5-4 5-5 5-6 5-7 6 6-1 6-2 6-3 6-4 6-5 6 6-1 6-2 6-3 6-4 6-5 7 7-1 7-2 7-3 7-4 7-5 7-6 7-7 7-8 7-9 7-10 7-11 8 8-1

More information

これわかWord2010_第1部_100710.indd

これわかWord2010_第1部_100710.indd i 1 1 2 3 6 6 7 8 10 10 11 12 12 12 13 2 15 15 16 17 17 18 19 20 20 21 ii CONTENTS 25 26 26 28 28 29 30 30 31 32 35 35 35 36 37 40 42 44 44 45 46 49 50 50 51 iii 52 52 52 53 55 56 56 57 58 58 60 60 iv

More information

パワポカバー入稿用.indd

パワポカバー入稿用.indd i 1 1 2 2 3 3 4 4 4 5 7 8 8 9 9 10 11 13 14 15 16 17 19 ii CONTENTS 2 21 21 22 25 26 32 37 38 39 39 41 41 43 43 43 44 45 46 47 47 49 52 54 56 56 iii 57 59 62 64 64 66 67 68 71 72 72 73 74 74 77 79 81 84

More information

これでわかるAccess2010

これでわかるAccess2010 i 1 1 1 2 2 2 3 4 4 5 6 7 7 9 10 11 12 13 14 15 17 ii CONTENTS 2 19 19 20 23 24 25 25 26 29 29 31 31 33 35 36 36 39 39 41 44 45 46 48 iii 50 50 52 54 55 57 57 59 61 63 64 66 66 67 70 70 73 74 74 77 77

More information

卒業論文2.dvi

卒業論文2.dvi 15 GUI A study on the system to transfer a GUI sub-picture to the enlarging viewer for operational support 1040270 2004 2 27 GUI PC PC GUI Graphical User Interface PC GUI GUI PC GUI PC PC GUI i Abstract

More information

untitled

untitled i ii iii iv v 43 43 vi 43 vii T+1 T+2 1 viii 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 a) ( ) b) ( ) 51

More information

2

2 1 2 3 4 5 6 7 8 9 10 I II III 11 IV 12 V 13 VI VII 14 VIII. 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 _ 33 _ 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 VII 51 52 53 54 55 56 57 58 59

More information

平成18年版 男女共同参画白書

平成18年版 男女共同参画白書 i ii iii iv v vi vii viii ix 3 4 5 6 7 8 9 Column 10 11 12 13 14 15 Column 16 17 18 19 20 21 22 23 24 25 26 Column 27 28 29 30 Column 31 32 33 34 35 36 Column 37 Column 38 39 40 Column 41 42 43 44 45

More information

エクセルカバー入稿用.indd

エクセルカバー入稿用.indd i 1 1 2 3 5 5 6 7 7 8 9 9 10 11 11 11 12 2 13 13 14 15 15 16 17 17 ii CONTENTS 18 18 21 22 22 24 25 26 27 27 28 29 30 31 32 36 37 40 40 42 43 44 44 46 47 48 iii 48 50 51 52 54 55 59 61 62 64 65 66 67 68

More information

01_.g.r..

01_.g.r.. I II III IV V VI VII VIII IX X XI I II III IV V I I I II II II I I YS-1 I YS-2 I YS-3 I YS-4 I YS-5 I YS-6 I YS-7 II II YS-1 II YS-2 II YS-3 II YS-4 II YS-5 II YS-6 II YS-7 III III YS-1 III YS-2

More information

,,,,., C Java,,.,,.,., ,,.,, i

,,,,., C Java,,.,,.,., ,,.,, i 24 Development of the programming s learning tool for children be derived from maze 1130353 2013 3 1 ,,,,., C Java,,.,,.,., 1 6 1 2.,,.,, i Abstract Development of the programming s learning tool for children

More information

ii iii iv CON T E N T S iii iv v Chapter1 Chapter2 Chapter 1 002 1.1 004 1.2 004 1.2.1 007 1.2.2 009 1.3 009 1.3.1 010 1.3.2 012 1.4 012 1.4.1 014 1.4.2 015 1.5 Chapter3 Chapter4 Chapter5 Chapter6 Chapter7

More information

(Visual Secret Sharing Scheme) VSSS VSSS 3 i

(Visual Secret Sharing Scheme) VSSS VSSS 3 i 13 A Visual Secret Sharing Scheme for Continuous Color Images 10066 14 8 (Visual Secret Sharing Scheme) VSSS VSSS 3 i Abstract A Visual Secret Sharing Scheme for Continuous Color Images Tomoe Ogawa The

More information

活用ガイド (ソフトウェア編)

活用ガイド (ソフトウェア編) (Windows 95 ) ii iii iv NEC Corporation 1999 v P A R T 1 vi P A R T 2 vii P A R T 3 P A R T 4 viii P A R T 5 ix x P A R T 1 2 3 1 1 2 4 1 2 3 4 5 1 1 2 3 4 6 5 6 7 7 1 1 2 8 1 9 1 1 2 3 4 5 6 1 2 3 4

More information

3 5 18 3 5000 1 2 7 8 120 1 9 1954 29 18 12 30 700 4km 1.5 100 50 6 13 5 99 93 34 17 2 2002 04 14 16 6000 12 57 60 1986 55 3 3 3 500 350 4 5 250 18 19 1590 1591 250 100 500 20 800 20 55 3 3 3 18 19 1590

More information

困ったときのQ&A

困ったときのQ&A ii iii iv NEC Corporation 1997 v P A R T 1 vi vii P A R T 2 viii P A R T 3 ix x xi 1P A R T 2 1 3 4 1 5 6 1 7 8 1 9 1 2 3 4 10 1 11 12 1 13 14 1 1 2 15 16 1 2 1 1 2 3 4 5 17 18 1 2 3 1 19 20 1 21 22 1

More information

i ii iii iv v vi vii ( ー ー ) ( ) ( ) ( ) ( ) ー ( ) ( ) ー ー ( ) ( ) ( ) ( ) ( ) 13 202 24122783 3622316 (1) (2) (3) (4) 2483 (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (11) 11 11 2483 13

More information

四校_目次~巻頭言.indd

四校_目次~巻頭言.indd 107 25 1 2016 3 Key Words : A 114 67 58.84 Mann-Whitney 6 1. 2. 3. 4. 5. 6. I. 21 4 B 23 11 1 9 8 7 23456 108 25 1 2016 3 78 9 II. III. IV. 1. 24 4 A 114 2. 24 5 6 3. 4. 5. 3 42 5 16 6 22 5 4 4 4 3 6.

More information

画像研修

画像研修 20 7 ... 2 1.1... 2 1.1.1... 2 1.1.2... 2 1.1.3... 3 1.1.4... 3 1.1.5... 3 1.1.6... 3 1.1.7... 3 1.2... 4 1.3... 4 1.3.1... 4... 5 2.1... 5 2.2... 6 2.3Word... 7 2.3.1Word... 7 2.3.2... 8 2.3.3... 8 2.3.4...

More information

21 e-learning Development of Real-time Learner Detection System for e-learning

21 e-learning Development of Real-time Learner Detection System for e-learning 21 e-learning Development of Real-time Learner Detection System for e-learning 1100349 2010 3 1 e-learning WBT (Web Based training) e-learning LMS (Learning Management System) LMS WBT e-learning e-learning

More information

活用ガイド (ソフトウェア編)

活用ガイド (ソフトウェア編) (Windows 98 ) ii iii iv v NEC Corporation 1999 vi P A R T 1 P A R T 2 vii P A R T 3 viii P A R T 4 ix P A R T 5 x P A R T 1 2 3 1 1 2 4 1 2 3 4 5 1 1 2 3 4 5 6 6 7 7 1 1 2 8 1 9 1 1 2 3 4 5 6 1 2 3 10

More information

i

i i ii iii iv v vi vii viii ix x xi ( ) 854.3 700.9 10 200 3,126.9 162.3 100.6 18.3 26.5 5.6/s ( ) ( ) 1949 8 12 () () ア イ ウ ) ) () () () () BC () () (

More information

Sobel Canny i

Sobel Canny i 21 Edge Feature for Monochrome Image Retrieval 1100311 2010 3 1 3 3 2 2 7 200 Sobel Canny i Abstract Edge Feature for Monochrome Image Retrieval Naoto Suzue Content based image retrieval (CBIR) has been

More information

1

1 1 2... 3... 6 2... 13... 16... 18... 23... 24... 27 /... 28... 32 Fn... 36... 37... 37... 37... 38... 41 ViewNX... 46... 48 D... 48 C... 49 A... 52 B... 60 N... 63 O... 64 S AF/C AF S AF C AF 053 M 3 K

More information

G700 Camera User Guide

G700 Camera User Guide Web http://www.ricoh.co.jp/dc/regist/ E RING CUBE RING CUBE 8F 9F http://ringcube.jp/ 5-7-2 8F/ 9F 9F 11:00 20:00 03-3289-1521 B VCCI-B 2010 RICOH CO.,LTD. Microsoft Windows Windows Vista Windows 7 TM

More information

28 TCG SURF Card recognition using SURF in TCG play video

28 TCG SURF Card recognition using SURF in TCG play video 28 TCG SURF Card recognition using SURF in TCG play video 1170374 2017 3 2 TCG SURF TCG TCG OCG SURF Bof 20 20 30 10 1 SURF Bag of features i Abstract Card recognition using SURF in TCG play video Haruka

More information

活用ガイド (ソフトウェア編)

活用ガイド (ソフトウェア編) ii iii iv NEC Corporation 1998 v vi PA RT 1 vii PA RT 2 viii PA RT 3 PA RT 4 ix P A R T 1 2 3 1 4 5 1 1 2 1 2 3 4 6 1 2 3 4 5 7 1 6 7 8 1 9 1 10 1 2 3 4 5 6 7 8 9 10 11 11 1 12 12 1 13 1 1 14 2 3 4 5 1

More information

17 Proposal of an Algorithm of Image Extraction and Research on Improvement of a Man-machine Interface of Food Intake Measuring System

17 Proposal of an Algorithm of Image Extraction and Research on Improvement of a Man-machine Interface of Food Intake Measuring System 1. (1) ( MMI ) 2. 3. MMI Personal Computer(PC) MMI PC 1 1 2 (%) (%) 100.0 95.2 100.0 80.1 2 % 31.3% 2 PC (3 ) (2) MMI 2 ( ),,,, 49,,p531-532,2005 ( ),,,,,2005,p66-p67,2005 17 Proposal of an Algorithm of

More information

パソコン機能ガイド

パソコン機能ガイド PART12 ii iii iv v 1 2 3 4 5 vi vii viii ix P A R T 1 x P A R T 2 xi P A R T 3 xii xiii P A R T 1 2 3 1 4 5 1 6 1 1 2 7 1 2 8 1 9 10 1 11 12 1 13 1 2 3 4 14 1 15 1 2 3 16 4 1 1 2 3 17 18 1 19 20 1 1

More information

パソコン機能ガイド

パソコン機能ガイド PART2 iii ii iv v 1 2 3 4 5 vi vii viii ix P A R T 1 x P A R T 2 xi P A R T 3 xii xiii P A R T 1 2 1 3 4 1 5 6 1 2 1 1 2 7 8 9 1 10 1 11 12 1 13 1 2 3 14 4 1 1 2 3 15 16 1 17 1 18 1 1 2 19 20 1 21 1 22

More information

『戦時経済体制の構想と展開』

『戦時経済体制の構想と展開』 1 15 15 17 29 36 45 47 48 53 53 54 58 60 70 88 95 95 98 102 107 116 v 121 121 123 124 129 132 142 160 163 163 168 174 183 193 198 205 205 208 212 218 232 237 237 240 247 251 vi 256 268 273 289 293 311

More information

ron.dvi

ron.dvi 12 Effect of occlusion and perception of shadow in depth perception caused by moving shadow. 1010361 2001 2 5 (Occlusion), i Abstract Effect of occlusion and perception of shadow in depth perception caused

More information

VB-C50i/VB-C50iR 使用説明書

VB-C50i/VB-C50iR 使用説明書 a ii iii iv a v vi vii viii d a a d ix a a d b a a a b x a a g a g a e a a xi a a a xii a a xiii xiv 1-2 1-3 d 1-4 1-5 1-6 1-7 1-8 1-9 1-10 1-11 1-12 2-2 2-3 a 2-4 a 2-5 a 2-6 2-7 2-8 2-9 2-10 2-11 2-12

More information

, m 1 1 m m b

, m 1 1 m m b 4-155-700-06(1) Q&AOS http://support.d-imaging.sony.co.jp/www/s-frame/ index.html http://support.d-imaging.sony.co.jp/www/printer/ index.html http://www.sony.co.jp/mstaiou/ DPP-F700 WEB http://www.sony.co.jp/dpp-regi/

More information

P2P P2P peer peer P2P peer P2P peer P2P i

P2P P2P peer peer P2P peer P2P peer P2P i 26 P2P Proposed a system for the purpose of idle resource utilization of the computer using the P2P 1150373 2015 2 27 P2P P2P peer peer P2P peer P2P peer P2P i Abstract Proposed a system for the purpose

More information

カメラユーザーガイド

カメラユーザーガイド 108-8011 2-16-6 050-555-90005 9 00 20 00 10 00 17 00 1 11 3 050IP 043-211-9630 050-555-99077 9 00 18 00 http://canon.jp/cdc http://canon.jp/support CANON image GATEWAY http://www.imagegateway.net CDI-J378-010

More information

AF... 4 AF

AF... 4 AF Professional AF... 4 AF...5... 8...9...10...12...13...16...18...21...22...23...25...25...28...29...30...31 2 35mm...34...35...38...38...41...43...46...46...47...48...49...50...51 RAW...52 RAW...52 RAW...53

More information

, IT.,.,..,.. i

, IT.,.,..,.. i 25 To construct the system that promote a interactive method as a knowledge acquisition 1140317 2014 2 28 , IT.,.,..,.. i Abstract To construct the system that promote a interactive method as a knowledge

More information

1... 1 2... 1 1... 1 2... 2 3... 2 4... 4 5... 4 6... 4 7... 22 8... 22 3... 22 1... 22 2... 23 3... 23 4... 24 5... 24 6... 25 7... 31 8... 32 9... 3

1... 1 2... 1 1... 1 2... 2 3... 2 4... 4 5... 4 6... 4 7... 22 8... 22 3... 22 1... 22 2... 23 3... 23 4... 24 5... 24 6... 25 7... 31 8... 32 9... 3 3 2620149 3 6 3 2 198812 21/ 198812 21 1 3 4 5 JISJIS X 0208 : 1997 JIS 4 JIS X 0213:2004 http://www.pref.hiroshima.lg.jp/site/monjokan/ 1... 1 2... 1 1... 1 2... 2 3... 2 4... 4 5... 4 6... 4 7... 22

More information

SOM SOM(Self-Organizing Maps) SOM SOM SOM SOM SOM SOM i

SOM SOM(Self-Organizing Maps) SOM SOM SOM SOM SOM SOM i 20 SOM Development of Syllabus Vsualization System using Spherical Self-Organizing Maps 1090366 2009 3 5 SOM SOM(Self-Organizing Maps) SOM SOM SOM SOM SOM SOM i Abstract Development of Syllabus Vsualization

More information

カメラユーザーガイド

カメラユーザーガイド NB-4L CB-2LV IFC-400PCU AV AVC-DC400 DIGITAL CAMERA Solution Disk PDF CD-ROM CD-ROM Readme ZoomBrowser EX / ImageBrowser WS-DC7 PDFAdobe Reader 2 99.99 0.01 3 4 24 56 58 I F V w P p.56 p.56 U p.57 p.56

More information

COOLPIX A300 PDF / Adobe Acrobat Reader Adobe ibooks ios ViewNX-i / SnapBridge / / SnapBridge A12 COOLPIX A300 M

COOLPIX A300 PDF / Adobe Acrobat Reader Adobe ibooks ios ViewNX-i / SnapBridge / / SnapBridge A12   COOLPIX A300 M ii 1 2 7 SnapBridge 12 18 22 vi Jp COOLPIX A300 PDF / Adobe Acrobat Reader Adobe ibooks ios ViewNX-i / SnapBridge / / SnapBridge A12 http://downloadcenter.nikonimglib.com COOLPIX A300 Model Name: N1517

More information

23 Study on Generation of Sudoku Problems with Fewer Clues

23 Study on Generation of Sudoku Problems with Fewer Clues 23 Study on Generation of Sudoku Problems with Fewer Clues 1120254 2012 3 1 9 9 21 18 i Abstract Study on Generation of Sudoku Problems with Fewer Clues Norimasa NASU Sudoku is puzzle a kind of pencil

More information

Web Web ID Web 16 Web Web i

Web Web ID Web 16 Web Web i 24 Web Proposal of Web Application Password Operations Management System 1130343 2013 3 1 Web Web ID Web 16 Web Web i Abstract Proposal of Web Application Password Operations Management System Tatsuro

More information

(VKIR) VKIR VKIR DCT (R) (G) (B) Ward DCT i

(VKIR) VKIR VKIR DCT (R) (G) (B) Ward DCT i 24 Region-Based Image Retrieval using Color Histogram Feature 1130340 2013 3 1 (VKIR) VKIR VKIR DCT (R) (G) (B) 64 64 Ward 20 1 20 1 20. 5 10 2 DCT i Abstract Region-Based Image Retrieval using Color Histogram

More information

MYWORDⅤ Pro 操作マニュアル

MYWORDⅤ Pro 操作マニュアル This software is a human word proccessor for the blind,the lowvision and general people. new AOK system MYWORD MYWORD Windows XP Windows DOS/V NEC PC-9821 DOS/V NEC PC-9821 DOS/V Esc ESC Tab TAB Ctrl CTRL

More information

COOLPIX S01 Aiii vii A 0

COOLPIX S01 Aiii vii A 0 S01 Jp COOLPIX S01 Aiii vii A 0 ... i... iii... viii... 1... 5... 6... 7 8... 8... 8... 10... 12... 15... 16... 17... 19... 19... 20... 22... 23... 24... 25 AF... 27... 28 29... 29 1... 29... 30... 31...

More information

indd

indd Windows Vista 2 Service pack 1 SP1 Windows Vista Windows Xp Windows Vista Windows Vista CPU Windows OS Windows Xp Windows Vista Windows 7 15 20 Windows Vista Windows Vista Windows Xp Windows Vista Windows

More information

Web Basic Web SAS-2 Web SAS-2 i

Web Basic Web SAS-2 Web SAS-2 i 19 Development of moving image delivery system for elementary school 1080337 2008 3 10 Web Basic Web SAS-2 Web SAS-2 i Abstract Development of moving image delivery system for elementary school Ayuko INOUE

More information

長崎県地域防災計画

長崎県地域防災計画 i ii iii iv v vi vii viii ix - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 - 玢 - 10 - - 11 - - 12 - - 13 - - 14 - - 15 - - 16 - - 17 - - 18 - - 19 - - 20 - - 21 - - 22 - - 23 - - 24 - - 25 - -

More information

Virtual Window System Virtual Window System Virtual Window System Virtual Window System Virtual Window System Virtual Window System Social Networking

Virtual Window System Virtual Window System Virtual Window System Virtual Window System Virtual Window System Virtual Window System Social Networking 23 An attribute expression of the virtual window system communicators 1120265 2012 3 1 Virtual Window System Virtual Window System Virtual Window System Virtual Window System Virtual Window System Virtual

More information

untitled

untitled Standard / Option / Professional WinROOF WinROOF Ver5.0 3 1 / TIFF BMP JPEG FRN( ) OLS(LEXT ) 2 2 3 Z1 3D Viewer 4 2 2 [] (8bit 16bit (16bit 8bit 5 1 1 [ ] 6 Excel 2 1 FFT 7 [] 8 Shift ( ) Ctrl ( ) 9 10

More information

カメラユーザーガイド

カメラユーザーガイド NB-5L CB-2LX IFC-400PCU AV AVC-DC400 DIGITAL CAMERA Solution Disk WS-DC9 PDF CD-ROM Readme ZoomBrowser EX / ImageBrowser PDFAdobe Reader 2 99.99 0.01 3 4 24 56 58 61 I F w P p.58 p.58 J p.58 U p.59 V p.58

More information

Z340_ManualCover_JP.ai

Z340_ManualCover_JP.ai Instant Digital Camera with ZINK Zero Ink Printing Technology Z340 2 2 4 4 5 5 5 5 6 7 8 9 10 10 10 SD/SDHC 11 Polaroid ZINK Paper 11 / 12 12 12 LCD 13 LCD 13 LCD 17 18 18 19 19 19 20 26 31 37 39 39 39

More information

Web Web Web Web i

Web Web Web Web i 28 Research of password manager using pattern lock and user certificate 1170369 2017 2 28 Web Web Web Web i Abstract Research of password manager using pattern lock and user certificate Takuya Mimoto In

More information

7,, i

7,, i 23 Research of the authentication method on the two dimensional code 1145111 2012 2 13 7,, i Abstract Research of the authentication method on the two dimensional code Karita Koichiro Recently, the two

More information

PM-A850 スキャナ操作ガイド(Windows編)

PM-A850 スキャナ操作ガイド(Windows編) PM-A850 PM-A850 Windows... 5... 8... 8... 9 35mm... 11 35mm... 14 EPSON Scan...17 EPSON Scan... 17 TWAIN... 18... 21... 23... 23... 23... 25... 27 EPSON Scan... 27 TWAIN... 28... 30... 32... 32... 33...

More information

™…

™… i 1 1 1 2 3 5 5 6 7 9 10 11 13 13 14 15 15 16 17 18 20 20 20 21 22 ii CONTENTS 23 24 26 27 2 31 31 32 32 33 34 37 37 38 39 39 40 42 42 43 44 45 48 50 51 51 iii 54 57 58 60 60 62 64 64 67 69 70 iv 70 71

More information

L30

L30 L30 i ii COOLPIX L30 Avii xiv COOLPIX L30 3 2 USB UC-E16 2 1 A6 A12 A1 PDF http://nikonimglib.com/manual/ Adobe Reader Adobe ReaderAdobe iii iv B C A/F SD/SDHC/SDXCSD F 1 https://reg.nikon-image.com/

More information

,,.,,., II,,,.,,.,.,,,.,,,.,, II i

,,.,,., II,,,.,,.,.,,,.,,,.,, II i 12 Load Dispersion Methods in Thin Client Systems 1010405 2001 2 5 ,,.,,., II,,,.,,.,.,,,.,,,.,, II i Abstract Load Dispersion Methods in Thin Client Systems Noritaka TAKEUCHI Server Based Computing by

More information

1... 1 1... 1 2... 1 3... 1 4... 4 5... 7 6... 7 7... 12 8... 12 9... 13 10... 13 11... 13 12... 14 2... 14 1... 14 2... 16 3... 18 4... 19 5... 19 6.

1... 1 1... 1 2... 1 3... 1 4... 4 5... 7 6... 7 7... 12 8... 12 9... 13 10... 13 11... 13 12... 14 2... 14 1... 14 2... 16 3... 18 4... 19 5... 19 6. 3 2620149 1 3 8 3 2 198809 1/1 198809 1 1 3 4 5 JISJIS X 0208 : 1997 JIS 4 JIS X 0213:2004 http://www.pref.hiroshima.lg.jp/site/monjokan/ 1... 1 1... 1 2... 1 3... 1 4... 4 5... 7 6... 7 7... 12 8... 12

More information

i

i 14 i ii iii iv v vi 14 13 86 13 12 28 14 16 14 15 31 (1) 13 12 28 20 (2) (3) 2 (4) (5) 14 14 50 48 3 11 11 22 14 15 10 14 20 21 20 (1) 14 (2) 14 4 (3) (4) (5) 12 12 (6) 14 15 5 6 7 8 9 10 7

More information

GPGPU

GPGPU GPGPU 2013 1008 2015 1 23 Abstract In recent years, with the advance of microscope technology, the alive cells have been able to observe. On the other hand, from the standpoint of image processing, the

More information

VG-145 / VG-140 / VG-130 / VG-120 取扱説明書

VG-145 / VG-140 / VG-130 / VG-120 取扱説明書 VG-145/VG-140/D-715 VG-130/D-710 VG-120/D-705 VG-145/VG-140/D-715 VG-130/D-710 VG-120/D-705 VG-145/VG-140/D-715 CD-ROM VG-145 CD-ROM VG-140 1 LI-70B USB-AC F-2AC USB AV OLYMPUS Setup CD-ROM : 2 p. 16 3

More information

Web Web Web Web Web, i

Web Web Web Web Web, i 22 Web Research of a Web search support system based on individual sensitivity 1135117 2011 2 14 Web Web Web Web Web, i Abstract Research of a Web search support system based on individual sensitivity

More information

i

i i KEY WORDS CASE CHECK POINT EXERCISE Column ii 4 6 9 11 1 5 7 8 2 3 10 12 MESSAGE iii 1 1 23 4 2 56 3 2 5 8 11 CASE 12 1 2 3 181920 20 4 2223 232425 5 6 14 16 18 22 25 27 29 CASE 30 1 31 3233 2 31 34

More information

活用ガイド (ハードウェア編)

活用ガイド (ハードウェア編) (Windows 98) 808-877675-122-A ii iii iv NEC Corporation 1999 v vi PART 1 vii viii PART 2 PART 3 ix x xi xii P A R T 1 2 1 3 4 1 5 6 1 7 8 1 9 10 11 1 12 1 1 2 3 13 1 2 3 14 4 5 1 15 1 1 16 1 17 18 1 19

More information

untitled

untitled I...1 II...2...2 III...3...3...7 IV...15...15...20 V...23...23...24...25 VI...31...31...32...33...40...47 VII...62...62...67 VIII...70 1 2 3 4 m 3 m 3 m 3 m 3 m 3 m 3 5 6 () 17 18 7 () 17 () 17 8 9 ()

More information

カメラユーザーガイド

カメラユーザーガイド NB-9L CB-2LB IFC-400PCU WS-DC10 DIGITAL CAMERA Solution Disk CD-ROM Readme PDF p.17 PDF Adobe Reader 2 99.99% p.xx xx 3 4 26 I V w P p.62 p.63 p.63 p.64 p.80 p.63 p.63 O p.63 t p.64 p.65 p.65 p.66 p.67

More information

1 Table 1: Identification by color of voxel Voxel Mode of expression Nothing Other 1 Orange 2 Blue 3 Yellow 4 SSL Humanoid SSL-Vision 3 3 [, 21] 8 325

1 Table 1: Identification by color of voxel Voxel Mode of expression Nothing Other 1 Orange 2 Blue 3 Yellow 4 SSL Humanoid SSL-Vision 3 3 [, 21] 8 325 社団法人人工知能学会 Japanese Society for Artificial Intelligence 人工知能学会研究会資料 JSAI Technical Report SIG-Challenge-B3 (5/5) RoboCup SSL Humanoid A Proposal and its Application of Color Voxel Server for RoboCup SSL

More information

i ii iii iv v vi vii viii ix x - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 - - 10 - - 11 - - 12 - - 13 - - 14 - - 15 - - 16 - - 17 - - 18 - - 19 - - 20 - - 21 - - 22 - - 23 - - 24 - - 25 - -

More information

ii SnapBridge vi

ii SnapBridge vi ii 1 2 8 SnapBridge 13 19 24 vi COOLPIX B500 PDF / Adobe Acrobat Reader Adobe ibooks ios ViewNX-i / SnapBridge / / SnapBridgeA13 http://downloadcenter.nikonimglib.com COOLPIX B500 Model Name: N1516 ii

More information

kut-paper-template.dvi

kut-paper-template.dvi 26 Discrimination of abnormal breath sound by using the features of breath sound 1150313 ,,,,,,,,,,,,, i Abstract Discrimination of abnormal breath sound by using the features of breath sound SATO Ryo

More information

fiš„v5.dvi

fiš„v5.dvi (2001) 49 2 293 303 VRML 1 2 3 2001 4 12 2001 10 16 Web Java VRML (Virtual Reality Modeling Language) VRML Web VRML VRML VRML VRML Web VRML VRML, 3D 1. WWW (World Wide Web) WWW Mittag (2000) Web CGI Java

More information

,,.,.,,.,.,.,.,,.,..,,,, i

,,.,.,,.,.,.,.,,.,..,,,, i 22 A person recognition using color information 1110372 2011 2 13 ,,.,.,,.,.,.,.,,.,..,,,, i Abstract A person recognition using color information Tatsumo HOJI Recently, for the purpose of collection of

More information

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 () - 1 - - 2 - - 3 - - 4 - - 5 - 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57

More information

, (GPS: Global Positioning Systemg),.,, (LBS: Local Based Services).. GPS,.,. RFID LAN,.,.,.,,,.,..,.,.,,, i

, (GPS: Global Positioning Systemg),.,, (LBS: Local Based Services).. GPS,.,. RFID LAN,.,.,.,,,.,..,.,.,,, i 25 Estimation scheme of indoor positioning using difference of times which chirp signals arrive 114348 214 3 6 , (GPS: Global Positioning Systemg),.,, (LBS: Local Based Services).. GPS,.,. RFID LAN,.,.,.,,,.,..,.,.,,,

More information

25 Removal of the fricative sounds that occur in the electronic stethoscope

25 Removal of the fricative sounds that occur in the electronic stethoscope 25 Removal of the fricative sounds that occur in the electronic stethoscope 1140311 2014 3 7 ,.,.,.,.,.,.,.,,.,.,.,.,,. i Abstract Removal of the fricative sounds that occur in the electronic stethoscope

More information

RaVioli SIMD

RaVioli SIMD RaVioli SIMD 17 17115074 i RaVioli SIMD PC PC PC PC CPU RaVioli RaVioli CPU RaVioli CPU SIMD RaVioli RaVioli SIMD RaVioli SIMD RaVioli SIMD 1 1 2 RaVioli 2 2.1 RaVioli.......................................

More information

Input image Initialize variables Loop for period of oscillation Update height map Make shade image Change property of image Output image Change time L

Input image Initialize variables Loop for period of oscillation Update height map Make shade image Change property of image Output image Change time L 1,a) 1,b) 1/f β Generation Method of Animation from Pictures with Natural Flicker Abstract: Some methods to create animation automatically from one picture have been proposed. There is a method that gives

More information

untitled

untitled http://www.kodamacorp.co.jp 3 TopSolid 7 1 2016/11/29 I: D E B D TopSolid7 TopSolid7.ppt KODAMA Corporation Ltd. 2 I. TopSolid 7...4 II. TopSolid 710...5 III. Easy to use, easy to learn...6 IV.... 7 V.

More information