DeltaViewer

Size: px
Start display at page:

Download "1 1. 3 1.1 DeltaViewer 1.2 1.3 1.4 2. 5 3. 5 3.1 3.2 3.3 3.4 3.5 3.6 4. 14 4.1 4.2 4.3 5. 21 6. 22"

Transcription

1 2001 DeltaViewer

2 DeltaViewer

3 DeltaViewer Open GL [1],[2],[3] DeltaViewer Leica ([URL1]) VoxelView([URL2]) VoxelView VoxelView VoxelView DeltaViewer Macintosh VoxelView DeltaViewer 1

4 2

5 DeltaViewer 1 Bio-Rad Olympus Zeiss Leica Nikon TIFF BMP (Windows Bitmap) JPG GIF PSD (Adobe Photoshop) PCT (Macintosh QuickDraw) ([URL3],[URL4],[URL5],[URL6]) TIFF ([URL7],[5]) DeltaViewer TIFF TIFF RGB Full-color Palettecolor TIFF [A] 3

6 1.2. DeltaViewer abcd001.tif abcd 001.TIF abcd001.tif, abcd002.tif,abcd003.tif, DeltaViewer DeltaViewer 1.3. DeltaViewer File Open TIFF(RGB) SectionView Open TIFF(Red) Open TIFF(Green)Open TIFF(Blue) SectionView DeltaViewer TCS NT TIFF 4

7 RGB Full-color IFD Palette-color RGB Full-color IFD

8 Grayscale DeltaViewer 3.4 v0 v v v0v1 t0t1 v v t t v s = (t t0) / (t1 t0); v = (1.0 s) * v0 + s * v1; 6

9 3.3. DeltaViewer r, g, b, t r, g, b t t=+1 t=-1 t=+1 t=-1 t=0 DeltaViewer DeltaViewer 3.5 7

10 (a) 3.3(b) 3.3 (a) 3.3 (b) 3.4. DeltaViewer ([4]) r,g,b t r i, g i, b i, t i i = 1,,n,, r,g,b 8

11 t V = V( R, G, B) = a( R r) + b( G g) + c( B b) + d (1) (1) Wrgb,,( R, G, B) = exp ( 2 2 ( R r) ( G g) ( B b) α β γ E a,b,c n E = Wrgb,, ( ri, gi, bi ) ( V( ri, gi, bi) ti ) 2 i= 1 δe δe δe δe = = = (2) δa δb δc δd (1),(2) Srr Srg Srb Sr a S S S S b rg gg gb g Srb Sgb Sbb S b c = Sr Sg Sb S1 d 2 Srr = Wr, g, b( ri, gi, bi)( ri - r), n i=1 Srt S gt S bt S S = W ( r, g, b)( r - r)( g - g), n rr r, g, b i i i i i i= 1 S = W ( r, g, b)( r - r)( b - b), n rr r, g, b i i i i i i= 1 2 S = W ( r, g, b)( g - g), n rr r, g, b i i i i i= 1 S = W ( r, g, b)( g - g)( b - b), n rr r, g, b i i i i i i= 1 2 S = W ( r, g, b)( b - b), n rr r, g, b i i i i i= 1 S = W ( r, g, b)(r - r), n rr r, g, b i i i i i= 1 S = W ( r, g, b)(g - g), n rr r, g, b i i i i i= 1 t 2 ) 9

12 n S = W ( r, g, b)(b - b), rr r, g, b i i i i i= 1 S = W ( r, g, b), n rr r, g, b i i i i= 1 S = W ( r, g, b)( r - r) t, n rr r, g, b i i i i= 1 S = W ( r, g, b)( g - g) t, n rr r, g, b i i i i= 1 S = W ( r, g, b)( b - b) t, n rr r, g, b i i i i= 1 S = W ( r, g, b) t, n rr r, g, b i i i i= 1 t = d = i d1*s + d2 *S + d3*s + d4*s d1*s + d2 *S + d3*s + d4*s i i i rt gt bt t r g b 1 Srg Srb Sr Srr Srb Sr d1 = det Sgg Sgb S g d2 = det S S S rg gb g Sgb Sbb Sb S S S i i i rb bb b Srr Srg Sr d3 = det Srg Sgg S g Srb Sgb Sb S S S d4 =det S S S S S S rr rg rb rg gg gb rb gb bb v0r[0], G[0], B[0], T[0] v1r[1], G[1], B[1], T[1] v r01 = R[1] R[0]; g01 = G[1] G[0]; 10

13 b01 = B[1] B[0]; vr,g,b num = r01 * (r R[0]) + g01 * (g G[0]) + b01 * (b B[0]); den = r01 * r01 + g01 * g01 + b01 * b01; v t t = num / den; v v0 v1 t v v0 v1 v2 t 3.5. DeltaViewer 3.5(a) 3.5(b) 3.5 (a) 3.5 (b) 11

14 3.5 (a) (b) DeltaViewer (b) 4.1 DeltaViewer DeltaViewer mwidth mheight mnumdiv wmax wmax = mwidth; if (mheight > wmax) wmax = mheight; wmax div_size div_size = wmax / mnumdiv; div_size mnumdivwmnumdivh mnumdivw = lround(mwidth / div_size); mnumdivh = lround(mheight / div_size); mdivsizew mdivsizeh mdivsizew = mwidth / mnumdivw; mdivsizeh = mheight / mnumdivh; wmax div_size DivW DivH SizeW SizeH SizeW SizeH 12

15 3.6. DeltaViewer alpha alpha=1 ii jj imin = lround(ii 2.0 * alpha); imax = lround(ii * alpha); jmin = lround(jj 2.0 * alpha); jmax = lround(jj * alpha); iijj r2 r2 = ((double)i ii) 2 + ((double)j jj) 2 ; w w = exp(- r2 / (alpha * alpha)); c ij rgbij c = w * rgb(i,j); iminiimaxjminjjmax w c ww += w; cc += c; color color = cc / ww; 13

16 (a) 3 (v0, v1, v2, v2 )(v0, v1, v1, v2 )(v0, v0, v1, v2 ) (b) 6 4 v2 v0 v0 v1 v2 v3 v2 v0 v1 v4 v5 (a) (b) *

17 (a) 4.12 (b) v v (a) DeltaViewer 15

18 (a) 4.13 (b) (a) v0 v v v0v1 t0t1 v v t v t 0 t0 t1 v t t 0.01 t v 16

19 t0 t1 v0 v1 v v t t > 0.01 v1 = v; t1 = t; t < v0 = v; t0 = t; t 0.01 v t 0.01 v0 v t (a) (b) 512* (a) 4.22 (b) 17

20 4.3. DeltaViewer t t 0.01 k a k+1 k+1 b k k+1 a k 18

21 k a ij di dj 4.3 (i-1,j) (i,j) (0,j) (i-0.5*di,j-0.5*dj) (0,j-1) (i-1,j-1) (i,j-1) (0,1) (0,0) (i-1,0) (i,0) 4.3 i = 0j = 0 00 i i0 i-10 i0 t t 0.01 i j 0j 0j-1 0j t t 0.01 i ij i-0.5*dij-0.5*dj 19

22 i-1j ij ij-1 ij i-1j-1 i-0.5*dij-0.5*dj ij-1 i-0.5*dij-0.5*dj i-1j i-0.5*dij-0.5*dj ij i-0.5*dij-0.5*dj t t 0.01 i j K+1 b 2 512* (1/60 / ) alpha = 1.0 alpha = 3.0 alpha = %80%

23 5. OpenGL Cull Face DisplayList Cull Face Display List OpenGL Display List 3Display List (1/60 / ) 1.7MB 13.1MB Display List Display List Display List % 21

24 6. [1]OpenGL Architecture Review Board OpenGL 2001 [2]OpenGL Architecture Review Board OpenGL 1999 [3] OpenGL3D 2000 [4]M, WadaA practical interpolation algorithm for small sample data [5]T, HoganThe programmer s APPLE MAC sourcebookmicrosoft Press1989 URL: [URL1] Leica MICROSYSTEMS [URL2] [URL3] Bio-Rad Laboratories Inc. [URL4] [URL5] [URL6] [URL7] TIFF

25 TIFF TIFF IFDImage File Directory IFD TIFF Part Size Field Header 2 bytes Byte Order 2 bytes Version 4 bytes Pointer to first Image File Directory IFD Directory Entry Directory Entry IFD IFD Part Size Field IFD 2 bytes Number of directory entries 12 bytes First directory entries 12 bytes each Additional directory entries 4 bytes Point to next directory Directory Entry Directory Entry Tag Tag Tag Directory Entry Directory Entry Directory Entry

26 Directory Entry Directory Entry Size Item 2 bytes Tag 2 bytes Type 4 bytes Length 4 bytes Pointer to value RGB Full-color Palette-color RGB Full-color R0,G0,B0,R1,G1,B1, R2,G2,B2,,Rn,Gn,Bn Palette-color RGB Full-color R0,R1,R2,,Rn,G0,G1,G2,,Gn,B0,B1,B2,,Bn 0,1,2,,n i i TIFF DeltaViewer RGB Full-color Palette-color Bilevel Grayscale Bilevel Grayscale

27 DeltaViewer (version1.3.1) DeltaViewer OpenGL STEP1 DeltaViewer TIFF RGB RGB abcd001.tif abcd 001.TIF abcd001.tif, abcd002.tif,abcd003.tif, SectionView OpenTIFF(color) color Red, Green, Blue, RGB RGB RGB OpenTIFF(Red) OpenTIFF(Green) OpenTIFF(Blue) OpenTIFF(RGB)

28 View Section SectionView SectionView

29 STEP 2 Option Option Shift SectionView SmoothnessDivision Orientation Smoothness alpha = 1 Division 10 alpha alpha Division Orientation SectionView

30 Flip Left/Right Flip Top/Bottom Flip Front/Rear STEP3 SectionView STEP1 SectionView 3DView Window 3DView

31 STEP 4 3DView 3DView 3DView 3DView SaveAs 3DView 3DView Open 3DView 3DView Color Control RGB Color Control Color Control

32 DeltaViewer (version1.3.1)menu List SectionView : Open TIFF(color) color Red,Green,Blue,RGB SectionView Red Green,Blue RGB Smoothness alpha 3.6. alpha = 1 Division 10 Orientation SectionView Flip Left/Right Flip Top/Bottom Flip Front/Rear Open 3DView Window SectionView

33 3DView : Open SaveAs 3DView Color Control 3DView RGB

Q E Q T a k Q Q Q T Q =

Q E Q T a k Q Q Q T Q = i 415 q q q q Q E Q T a k Q Q Q T Q = 10 30 j 19 25 22 E 23 R 9 i i V 25 60 1 20 1 18 59R1416R30 3018 1211931 30025R 10T1T 425R 11 50 101233 162 633315 22E1011 10T q 26T10T 12 3030 12 12 24 100 1E20 62

More information

Adobe Bridge Bridge Bridge Bridge P10 Bridge Finder 2

Adobe Bridge Bridge Bridge Bridge P10 Bridge Finder 2 Adobe InDesign InDesign PDF Flash Web CD DVD Adobe Campus Day Adobe Campus Day Adobe Campus Day 1 Adobe Bridge Bridge Bridge Bridge P10 Bridge Finder 2 InDesign InDesign... Web............ 3 POINT InDesign

More information

Q&A目次.PDF

Q&A目次.PDF LSM5Pascal Q A Q1 Timeseries Q2 Timeseries Q3 Q4 Q5 1 Q6 Image Browser Q7 Q8 Q9 Acquire Time Series Manual Time 1 Unit sec 1 7 Cycle Delay n n 1 Time Interval n n 1 Options Settings TimeSeries Page 40

More information

一般演題(ポスター)

一般演題(ポスター) 6 5 13 : 00 14 : 00 A μ 13 : 00 14 : 00 A β β β 13 : 00 14 : 00 A 13 : 00 14 : 00 A 13 : 00 14 : 00 A β 13 : 00 14 : 00 A β 13 : 00 14 : 00 A 13 : 00 14 : 00 A β 13 : 00 14 : 00 A 13 : 00 14 : 00 A

More information

31 33

31 33 17 3 31 33 36 38 42 45 47 50 52 54 57 60 74 80 82 88 89 92 98 101 104 106 94 1 252 37 1 2 2 1 252 38 1 15 3 16 6 24 17 2 10 252 29 15 21 20 15 4 15 467,555 14 11 25 15 1 6 15 5 ( ) 41 2 634 640 1 5 252

More information

0226_ぱどMD表1-ol前

0226_ぱどMD表1-ol前 No. MEDIA DATA 0 B O O K 00-090-0 0 000900 000 00 00 00 0000 0900 000900 AREA MAP 0,000 0,000 0,000 0,000 00,000 0,000 0,000 0,000 0,000 0,000 0,000 0,000 0,000 0,000 0,000 0,000 0,000 0,000 00,000 0,000

More information

Garment Creator

Garment Creator Garment Creator ... 5... 5... 5 PDF... 5... 6... 7... 9... 9... 9... 9... 9... 11 T... 12 T... 12 T... 13... 13... 13... 16... 17... 17 USB... 17 USB... 17 /... 18... 19... 19... 19... 20... 21... 21...

More information

main.dvi

main.dvi A PostScript y 1997 1 Silicon Graphics i-station ( vhsgi) 1 i-station LaserMaster DisplayMaker-J DisplayMaker-J A dpi( ) PostScript 2 PostScript DisplayMaker-J i-station i-station ( AVS) PostScript i-station

More information

13 9 11 7 3 20

13 9 11 7 3 20 - 1 - 13 9 11 7 3 20 Point Point Point 1 2-1 - - 2 - - 3 - 1-4 - 2 3-5 - 1 2 3-6 - 1 2-7 - 3 4 5 6-8 - 1 2-9 - 1 2-10 - - 11 - - 12 - - 13 - 1 2-14 - 3 4 5 6 7-15 - 8-16 - - 17 - 1-18 - 2 1 2 3-19

More information

Windows Macintosh 3 3 4 = 3 4 = 4 5 6 Windows Macintosh 7 8 9 Windows Macintosh 0 Windows Macintosh 3 4 5 Windows Macintosh Windows Macintosh 3 4 5 = Windows Macintosh 3 4 3 4 5 3 4 5 3 5 4 5 6 3 4 3 5

More information

1.1 EPS... 3 1.2 EPS... 3 1.2.1... 3 1.2.2... 4 1.3... 5 2.1 BMP... 6 2.2 BMP... 6 2.2.1... 6 2.2.2... 6 2.2.3 (Appendix )... 7 3.1 TIFF... 8 3.2 TIFF... 8 3.2.1... 8 3.2.2... 9 3.2.3 (Appendix )... 9

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

CanoScan Toolbox 1.6 ユーザーズガイド

CanoScan Toolbox 1.6 ユーザーズガイド CanoScan Toolbox 1.6 for Macintosh CanoScan Toolbox 1 CanoScan Canon Inc. Macintosh Power Macintosh Mac OS imac Adobe Photoshop Adobe Systems Incorporated CANON INC. 2001 CanoScan Toolbox 2 CanoScan Toolbox

More information

\\afs001-0m0005\project02\A32\M

\\afs001-0m0005\project02\A32\M Technical Information 2004.09 2009.04 Store Request Query Request Retrieve Request DICOM Client Application Remote SCP Remote Query/Retrieve SCP Image Stored * DICOM Server Application Remote SCU Print

More information

h4_1_et

h4_1_et 1 RY RO RM RG RR RW RD LN LM LB LC LD MW MG MB CW SB VR BB EB WR LR MR BR DR PM SM MC CB BO 2 3 RY RO RR RW RD RM RG LN LM LB LC LD MW MG MB 4 CW SB VR BB EB 5 PI PY PP PG PB 6 WR LR MR BR DR 7 SM MC CB

More information

CanoScan Toolbox

CanoScan Toolbox CanoScan Toolbox CS for Macintosh CanoScan Toolbox CS 1 CanoScan Canon Inc. Macintosh Power Macintosh Mac OS imac Adobe Adobe Photoshop Adobe Systems Incorporated Copyright CANON INC. 2000 CanoScan Toolbox

More information

Image Browser Ver3.5 Manual. Zeiss Image Browser Ver3.5 p2. p3. p5. p7. p9. p13. p17. p19. p23 Appendix 1. p25 Appendix 2. p27 LSM Image Browser http:

Image Browser Ver3.5 Manual. Zeiss Image Browser Ver3.5 p2. p3. p5. p7. p9. p13. p17. p19. p23 Appendix 1. p25 Appendix 2. p27 LSM Image Browser http: Image Browser Ver3.5 Manual 200505av10 Image Browser Ver3.5 Manual. Zeiss Image Browser Ver3.5 p2. p3. p5. p7. p9. p13. p17. p19. p23 Appendix 1. p25 Appendix 2. p27 LSM Image Browser http://www.zeiss.de/imagebrowser

More information

Wireless Image Utility Version 2.3 対応 NEC ios Wireless Image Utility NEC's Image 1. Wireless Image Utility Wireless I

Wireless Image Utility Version 2.3 対応 NEC ios Wireless Image Utility NEC's Image 1. Wireless Image Utility Wireless I Wireless Image Utility Version 2.3 対応 NEC ios Wireless Image Utility NEC's Image 1. Wireless Image Utility...2 1-1....2 1-2....6 1-3....6 2.Wireless Image Utility ipad...7 3. ipad...7 4. ipad...8 4-1....8

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

TEX American Mathmastical Society WINDOWS Microsoft Corporation Adobe Illustrator Acrobat Adobe Systems Incorporated TM L A TEX 2ε(pL A TEX 2ε) L A TE

TEX American Mathmastical Society WINDOWS Microsoft Corporation Adobe Illustrator Acrobat Adobe Systems Incorporated TM L A TEX 2ε(pL A TEX 2ε) L A TE Expanded AMeDAS Weather Data Program DVD 2013 ColorMap Color Map Drawing Tool & GmConv Gray-Map Converting Tool for ColorMap (enc. Extended Set 2) Software Users Manual Version 1.0: May, 2013 Meteorological

More information

DPF-XR100/XR80/VR100

DPF-XR100/XR80/VR100 4-259-434-04(1) DPF-XR100/XR80/VR100 2010 Sony Corporation ,42 45 42 45 m 1 1 m m b 1 2 3 2 AC CD TV 99.99% 3 ...3...6...7 x...7 x...8...9...9...10...11...11...12...13...14...15...16...17...17...18...18...19...20...21

More information

38

38 3 37 38 3.1. 3.1.1. 3.1-1 2005 12 5 7 2006 5 31 6 2 2006 8 10 11 14 2006 10 18 20 3.1-1 9 00 17 3 3.1.2. 3.1-2 3.1-1 9 9 3.1-2 M- M-2 M-3 N- N-2 N-3 S- S-2 S-3 3.1.2.1. 25 26 3.1.2.2. 3.1-3 25 26 39 3.1-1

More information

4 1 2 34 56 1

4 1 2 34 56 1 2016 8 2 2 4 1 2 34 56 1 3 2 4 2 78 910 2 1 3 10,000 A 100 A 9,900 9,900 A 100 100 POINT! 4 2 2 2 5 2100 100 3 50 5050100 POINT! 6 3 2 7 ABC 2 10010,0001100 2 100 2 5,000 1 50 32 16,000 13,000 10,000 7,000

More information

EPSON GT-X700 ユーザーズガイド

EPSON GT-X700 ユーザーズガイド GT-X700 NPD0497 1.00... 5... 8... 8... 8 35mm... 11 35mm... 14 120 / 220... 17 4 5... 20 EPSON Scan...23 EPSON Scan... 23 TWAIN... 24... 26... 29... 29... 29... 31... 33... 36... 38 EPSON Scan... 38 TWAIN...

More information

第7章 レンダリング

第7章 レンダリング 7 April 11, 2017 1 / 59 7.1 ( ) CG 3 ( ) 2 / 59 7.2 7.2.1 ( ) 3 (rendering) 1 / (hidden line/surface calculation) a (outer normal algorithm) b Z (Z-buffer algorithm) c (scan-line algorithm) 2 (shading)

More information

第7章 レンダリング

第7章 レンダリング 7 May 18, 2012 1 / 60 71 ( ) CG 3 ( ) 2 / 60 72 71 ( ) 3 (rendering) 1 / (hidden line/surface calculation) a (outer normal algorithm) b Z (Z-buffer algorithm) c (scan-line algorithm) 2 (shading) a (flat

More information

EPSON PS Tools HTMLヘルプ <Macintosh版>

EPSON PS Tools HTMLヘルプ <Macintosh版> Rev. LP-9800CPL EPSON PS Tools NPD0892 00 EPSON PS Tools... 1... 1 EPSON PS Tools... 2 EPSON PS Tools... 4... 4... 6... 7... 9... 11... 12 EPSON PS Tools EPSON PS Tools PS EPS PDF TIFF JPEG Macintosh OS

More information

DPF-A72/D72

DPF-A72/D72 4-129-235-02(1) DPF-A72/D72 2009 Sony Corporation ,5962 59 62 m 1 1 m m b 1 2 3 2 VCCI B AC CDTV P 99.99% 3 Cyber-shot Memory Stick Memory Stick Duo Duo MagicGate Memory Stick Memory Stick PRO PRO Memory

More information

Nikon デジタルカメラ COOLPIX P6000 簡単操作ガイド

Nikon デジタルカメラ COOLPIX P6000 簡単操作ガイド Nikon Transfer Jp COOLPIX P6000 Software Suite Welcome Nikon AC 2 COOLPIX P6000 BS-1 Li-ion EN-EL5 AC EH-66 USB UC-E6 EG-CP14 Software Suite (CD-ROM) SD SD 177 SD 3 1 2 3 6 7 8 9 10 11 4 5 12 13 14 1 2

More information

2

2 Adobe Photoshop CS6 PC OSWindows 8.1 Adobe Photoshop CS6 izm20151026 2 3 1. 1.1. Photoshop CS6 (Windows )- -Adobe-Adobe Photoshop CS6(64Bit).jpg Photoshop CS6 1.2. 4 1.3. 1.4. 5 1.6. JPEG.JPG,.JPEG,.JPE

More information

untitled

untitled 1. Ver1.7(Macintosh )... 1 1-1... 1 1-2 Ver1.7... 1 1-3 Ver1.7... 1 1-4... 1 1-4-1... 1 1-4-2... 1 1-4-3... 1 1-5... 1 2... 3 3... 3 3-1... 3 3-2... 3 3-3... 3 3-4 Ver1.6... 3 4 /... 4 4-1... 4 4-2...

More information

DPF-D70

DPF-D70 3-300-258-03 (2) P/N: 7819902013B DPF-D70 2008 Sony Corporation ,43 46 43 46 m 1 1 m m b 1 2 3 2 VCCI B AC CD TV P 99.99% 3 Cyber-shot Memory Stick Memory Stick Duo Duo MagicGate Memory Stick Memory Stick

More information

DPF-D820/D720/D710

DPF-D820/D720/D710 4-259-440-05(1) DPF-D820/D720/D710 2010 Sony Corporation ,37 40 37 40 m 1 1 m m b 1 2 3 2 AC CD TV 99.99% 3 ...3...6...7 x...7 x...8...9...9...10...11...11...12...13...14...15 DPF-D820/D720...16 DPF-D820/D720...17...17...18...18...19

More information

橡DCF_0107J.PDF

橡DCF_0107J.PDF JEIDA (Design rule for Camera File system) Version 1.0 JEIDA4921998 10 12 Design rule for Camera File system ii Version 1.0 DCF Exif *1) ExifR98 *2) Exif Exif CIFFCamera Image File Format *3) Design rule

More information

FileMaker Pro Tutorial

FileMaker Pro Tutorial FileMaker Pro 11 2007-2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. FileMaker, Inc. FileMaker FileMaker, Inc.

More information

橡Webcamユーザーガイド03.PDF

橡Webcamユーザーガイド03.PDF Desktop On-Call Version 4 Webcam extension Pak for Windows Webcam extension Pak Desktop On-Call Version 4 Web PC i Desktop On-Call Version 4 PC PC Desktop On-Call Version 4 PC Windows 98 Windows 98SE Windows

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

日本分子第4巻2号_10ポスター発表.indd

日本分子第4巻2号_10ポスター発表.indd JSMI Report 62 63 JSMI Report γ JSMI Report 64 β α 65 JSMI Report JSMI Report 66 67 JSMI Report JSMI Report 68 69 JSMI Report JSMI Report 70 71 JSMI Report JSMI Report 72 73 JSMI Report JSMI Report 74

More information

WIF6002-e

WIF6002-e Installation and Operating Instructions Sartorius IF.. Standard and IF...CE Verifiable Models Flat-bed Scale 98648-012-37 2 ! 3 4 5 6 7 General View of the Equipment 2 4 1 3 5 6 1 Weighing platform 2 Handles

More information

DPF-D92

DPF-D92 4-129-231-02 (1) P/N7525000032B DPF-D92 Bluetooth 2009 Sony Corporation ,6366 63 66 m 1 1 DC m m b 1 2 3 2 AC CDTV P 99.99% 3 Cyber-shot Memory Stick Memory Stick Duo Duo MagicGate Memory Stick Memory

More information

橡Deskの操作.PDF

橡Deskの操作.PDF 1.1 Desk Desk Desk Desk [ ] [ ] [Fuji Xerox DocuWorks] [DocuWorks Desk] [DocuWorks Desk] Desk Desk [ ] [DocuWorks Desk ] DocuWorks Desk Desk 2 1.2 Desk 1.2 Desk Desk Desk DocuWorks E 3 DocuWorks DocuWorks

More information

What’s New in Sibelius 7

What’s New in Sibelius 7 7.0 2011 7 Daniel Spreadbury Sibelius 7 Sibelius 2011 by Avid Technology, Inc. Avid Sibelius Scorch USA UK Avid Technology, Inc. docs@sibelius.com E ....................................................................

More information

Umschlag.indd

Umschlag.indd LEICA M Monochrom 取扱説明書 1.3 1.4 1.5 1.6 1.7 1.2 1.1 1.2 1.8 1.9 1.10 1.11 1.15 1.16 1.27 1.28 1.14 1.13a 1.13 1.12 1.12a 1.12b 1.12c 1.17 1.18 1.19 1.19a 1.26 1.25 1.24 1.23 1.22 1.21 1.29 1.30 1.20c 1.20b

More information

4 Ziggi-HD 4 5 5 6 7 8 8 8 9 11 12 13 5 14 15 16 17 18 19 (EXP) 20 21 2

4 Ziggi-HD 4 5 5 6 7 8 8 8 9 11 12 13 5 14 15 16 17 18 19 (EXP) 20 21 2 Ziggi-HD USB www.ipevo.jp 4 Ziggi-HD 4 5 5 6 7 8 8 8 9 11 12 13 5 14 15 16 17 18 19 (EXP) 20 21 2 22 23 24 25 Ziggi-HD 26 28 29 Ziggi-HD Ziggi-HD Ziggi-HD 30 31 31 32 32 33 35 35 3 Ziggi-HD USB Ziggi-HD

More information

13 Student Software TI-Nspire CX CAS TI Web TI-Nspire CX CAS Student Software ( ) 1 Student Software 37 Student Software Nspire Nspire Nspir

13 Student Software TI-Nspire CX CAS TI Web TI-Nspire CX CAS Student Software ( ) 1 Student Software 37 Student Software Nspire Nspire Nspir 13 Student Software TI-Nspire CX CAS TI Web TI-Nspire CX CAS Student Software ( ) 1 Student Software 37 Student Software 37.1 37.1 Nspire Nspire Nspire 37.1: Student Software 13 2 13 Student Software esc

More information

Adobe Postscript 3 Expansion Unit

Adobe Postscript 3 Expansion Unit 3 ... 4... 4... 4... 4... 4 OS... 4 PDF... 5... 6... 6... 6... 6... 6... 7... 7... 8... 18... 18... 18 PDF... 18 PS... 18... 18 /... 18... 18... 18... 18... 19... 19 PS... 19... 19... 19 Q&A... 19... 19...

More information

ΤΕΙ Ιονίων Νήσων - Εργαστηριακές Ασκήσεις στα Γεωγραφικά Συστήματα Πληροφοριών

ΤΕΙ Ιονίων Νήσων - Εργαστηριακές Ασκήσεις στα Γεωγραφικά Συστήματα Πληροφοριών 1 71 71 71 71 71 71 71 71 71 71 73 1 71 7 1 71 71 71 71 71 71 71 7):1 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 7-1 71 71 71 71 71 71 71 71 71 71 71 71 71

More information

FileMaker Pro 9 Tutorial

FileMaker Pro 9 Tutorial FileMaker Pro 10 2007-2009 FileMaker, Inc. All rights reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento Bento FileMaker, Inc. Mac Mac Apple Inc. FileMaker

More information

. R R D e R R 7 () r r R R () l t t R R 7 l () () R r rr r r n r n r r 3 6 r 88 R r 360 r = e t t = e r t rt rt, r t, r 3 t, r t R R R R R D = {e, r,

. R R D e R R 7 () r r R R () l t t R R 7 l () () R r rr r r n r n r r 3 6 r 88 R r 360 r = e t t = e r t rt rt, r t, r 3 t, r t R R R R R D = {e, r, 3 3 3 e X X X X X X . R R D e R R 7 () r r R R () l t t R R 7 l () () R r rr r r n r n r r 3 6 r 88 R r 360 r = e t t = e r t rt rt, r t, r 3 t, r t R R R R R D = {e, r, r, r 3, r, t, rt, r t, r 3 t, r

More information

ボールねじ

ボールねじ A A 506J A15-6 A15-8 A15-8 A15-11 A15-11 A15-14 A15-19 A15-20 A15-24 A15-24 A15-26 A15-27 A15-28 A15-30 A15-32 A15-35 A15-35 A15-38 A15-38 A15-39 A15-40 A15-43 A15-43 A15-47 A15-47 A15-47 A15-47 A15-49

More information

EPSON GT-9700F ユーザーズガイド

EPSON GT-9700F ユーザーズガイド EPSON TWAIN 35mm 35mm 120 / 220 4 x 5 EPSON TWAIN 1 2 Windows... 90 Macintosh... 91 TWAIN Windows 98 / Me Windows 2000 Macintosh EPSON TWAIN 3 Photoshop... 149 EPSON SMART PANEL Windows Macintosh EPSON

More information

年刊EDP 2003

年刊EDP 2003 1 2 3 HDD HDD HDD HDD ( 4 !!! ( )!! HDD ( )!! ( )!!(ry YU-SHOW!!!!!!!! HxH 5 HDD ( 0123-456-789 ( e 6 PC PC psd 7 8 YO! WebPage http://mode.jp/ PowerTone 9 A4 Canon PIXUS850i 1,440dpi 720dpi A4 10 etc

More information

HD

HD ... 3 12... 12 17... 17... 23 25... 25... 28 30 HD... 30... 33... 36 38... 38... 41 42... 42 46... 46... 50 53 59... 59... 67... 68... 73... 77... 79... 87... 89 Nikon 1 J1 CD-ROM http://www.nikondigitutor.com/

More information

LSM5Pascal Ver 3.2 GFP 4D Image VisArt Carl Zeiss Co.,Ltd.

LSM5Pascal Ver 3.2 GFP 4D Image VisArt Carl Zeiss Co.,Ltd. LSM5Pascal Ver 3.2 GFP 4D Image VisArt 2004.03 LSM5PASCAL V3.2 LSM5PASCAL SW3.2Axiovert200M 1 1 2 3 3 4 4 5 SingleTrack 9 Multi Track 10,18 5 / 21 6 3 27 7 35 8 ( OFF) 40 LSM5PASCAL V3.2 LSM5PASCAL 65

More information

ORCA (Online Research Control system Architecture)

ORCA (Online Research Control system Architecture) ORCA (Online Research Control system Architecture) ORCA Editor Ver.1.2 1 9 10 ORCA EDITOR 10 10 10 Java 10 11 ORCA Editor Setup 11 ORCA Editor 12 15 15 ORCA EDITOR 16 16 16 16 17 17 ORCA EDITOR 18 ORCA

More information

i ii iii iv 1 Windows Mac OS 2 3 4 5 6 Windows 7 Windows 1 8 2 3 Windows 4 5 6 7 9 Windows 10 Windows 8 9 10 11 Windows Mac OS 12 Mac OS 1 Mac OS 2 13 3 4 5 Mac OS 14 6 7 8 Mac OS 9 10 15 11 Mac OS 16

More information

EPSON GT-7200/8200U ユーザーズガイド

EPSON GT-7200/8200U ユーザーズガイド GT-7200U_8200U GT-7200U_8200UUG 1.10 EPSON TWAIN GT-7200U GT-8200UF GT-8200U 35mm GT-7200U GT72FLU GT-8200UF GT-8200U GT70FLU2 35mm GT-7200U GT72FLU GT-8200UF GT-8200U GT70FLU2 120 / 220 1 GT-7200U_8200U

More information

ソフトウェア Capture NX 2 使用説明書

ソフトウェア Capture NX 2 使用説明書 i ii iii iv 1 Windows Mac OS 2 3 4 5 6 Windows 7 Windows 1 8 2 3 Windows 4 5 6 7 9 Windows 10 8 Windows 9 10 11 Windows Mac OS 12 Mac OS 1 Mac OS 2 3 13 4 5 Mac OS 14 6 7 8 Mac OS 9 10 15 11 Mac OS 16

More information

…h…L…–…†…fi…g1

…h…L…–…†…fi…g1 RY RO RR RW LN LM LB LC MH MG MB RD RM RG LD CW SB VR BB EB PW PY PP PG PB 0 contents WR LR MR BR DR PM SM MC CB BO 0 P P7 P P5 P9 P 0 P4 P48 P54 P60 P66 P 04 RY RO RR RW RD RM RG LN LM LB LC LD MH MG

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

3 6 Windows 7 Mac OS 8 9 Windows 10 Mac OS Camera Control Pro 2 2

3 6 Windows 7 Mac OS 8 9 Windows 10 Mac OS Camera Control Pro 2 2 xxxxx xxx xxxx xxxx xxxx xxxx SB1B02(10) 6MS56610-02 3 6 Windows 7 Mac OS 8 9 Windows 10 Mac OS 15 19 26 27 Camera Control Pro 2 2 1/3 Camera Control Pro 2 3 2/3 Camera Control Pro 2 4 3/3 Camera Control

More information

Specview Specview Specview STSCI(Space Telescope SCience Institute) VO Specview Web page htt

Specview Specview Specview STSCI(Space Telescope SCience Institute) VO Specview Web page   htt Specview Specview Specview STSCI(Space Telescope SCience Institute) VO Specview Web page http://www.stsci.edu/resources/software_hardware/specview http://specview.stsci.edu/javahelp/main.html Specview

More information

Q570_Edit_05_19J3.indd

Q570_Edit_05_19J3.indd D2Xs 2006.6.1 12.4 D2Xs NEW 629 JAN[4960759 124739] Li-ionEN-EL4aMH-21 EG-D2USBUC-E4AN-D2Xs LCDBM-3BL-1 USBPictureProject CD-ROM 2 3 Control D2Xs 100%0.8619.9mm ISO NEW NEW 170 232.5TFT 27L D2Xs VRON/OFF

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

cover.ai

cover.ai Contents 2 3 4 5 6 To Our Shareholders Review Our Value & Core Competency Strategy What s Next To Our Shareholders 9 10 Business Frontier Data Section 12 14 15 16 17 17 Contents amanaamanagroup Our value

More information

iZotope RXユーザーガイド

iZotope RXユーザーガイド 2 izotope RX Table of Contents................................. 4 izotope RX. 4 izotope RX Advanced. 5. 5 izotope RX................. 6. 6 /. 7. 7. 7. 7. 8. 8. 8. 9. 9. 10. 11. 11. 11. 11. 12. 13 izotope

More information

BRADY Worldwide, Inc. BRADY BRADY BRADY BMP 51 BRADY Worldwide, Inc. Microsoft Windows Microsoft BRADY 2011 BRADY Worldwide, Inc. All Rights Reserved

BRADY Worldwide, Inc. BRADY BRADY BRADY BMP 51 BRADY Worldwide, Inc. Microsoft Windows Microsoft BRADY 2011 BRADY Worldwide, Inc. All Rights Reserved BRADY Worldwide, Inc. BRADY BRADY BRADY BMP 51 BRADY Worldwide, Inc. Microsoft Windows Microsoft BRADY 2011 BRADY Worldwide, Inc. All Rights Reserved 2011 2 2 Brady Worldwide Inc. 6555 West Good Hope Road

More information

第89回日本感染症学会学術講演会後抄録(I)

第89回日本感染症学会学術講演会後抄録(I) ! ! ! β !!!!!!!!!!! !!! !!! μ! μ! !!! β! β !! β! β β μ! μ! μ! μ! β β β β β β μ! μ! μ!! β ! β ! ! β β ! !! ! !!! ! ! ! β! !!!!! !! !!!!!!!!! μ! β !!!! β β! !!!!!!!!! !! β β β β β β β β !!

More information

0.2 Button TextBox: menu tab 2

0.2 Button TextBox: menu tab 2 Specview VO 2012 2012/9/27 Specview Specview STSCI(Space Telescope SCience Institute) VO Specview Web page http://www.stsci.edu/resources/software hardware/specview http://specview.stsci.edu/javahelp/main.html

More information

2014前期COVER2

2014前期COVER2 SIZE FACE INSET HOLE P.C.D. PRICE 7J 0(38), 0(28) 0(38), 0(28) 2,000+ 8J (),000+ 33(7), (), 2(38) 9J 0(26) 12(), 22(), 30(36), 0(26) 00 GRAM LIGHTS 19 8J 9J 10J FACE-3 33(), (33) 33(), (33), 0(28) 3(29)

More information