{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
무료배송

배송 지역 전환

지역에 따라 재고 및 배송 속도가 다를 수 있습니다.

위치 기록

{{email ? __('Got it!') : __('Restock Alert')}}

상품입고 후 바로 알려드리겠습니다.

취소
Yami

Jingdong book

国外电子与通信教材系列:数字图像处理(第3版)(英文版)

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

国外电子与通信教材系列:数字图像处理(第3版)(英文版)

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
후 종료
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
후에 세일 종료
후 초특가세일 시작 후 초특가세일 종료
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) 상세정보
상품 유효 기간

판매 중단

이 상품이 언제 재입고될지는 알 수 없습니다.

현재 주소로 배송 불가
품절

제품 설명

제품 세부 정보 전체보기
Editer Recommend

《数字图像处理(第3版)(英文版)》新特点
作为基础材料,关于基本概念的介绍比前一版出现得更早
修订和更新了关于灰度变換、空域相关、卷积及其在空间滤波中的应用的章节
新增模糊集及其在图像处理中的应用的讨论
单独用一节来讨论离散傅里叶变換和频域处理
新增关于计算机断层成像的內容,并对关于小波的内容进行了较大修订
新增数据压缩方面的内容,包括新的压缩技术、数字视频压缩、压缩标准和水印
给出了形态学重构、灰度级形态学和现代形态学算法的新范畴
新增Marr-Hildreth和坎尼边缘检测算法的内容
扩展了图像阈值内容
配套网站包含部分习题解答、关于实验方案的建议、授课PPT和授课指南等。
Content Description

《数字图像处理(第3版)(英文版)》是数字图像处理经典著作,作者在对32个国家的134个院校和研究所的教师、学生及自学者进行广泛调查的基础上编写了第三版。除保留了第二版的大部分主要内容外,还根据收集的建议从13个方面进行了修订,新增400多幅图像、200多个图表和80多道习题,同时融入了近年来本科学领域的重要发展,使《数字图像处理(第3版)(英文版)》具有相当的特色与先进性。全书分为12章,包括绪论、数字图像基础、灰度变换与空间滤波、频域滤波、图像复原与重建、彩色图像处理、小波及多分辨率处理、图像压缩、形态学图像处理、图像分割、表现与描述、目标识别。
Author Description

RafaelC.Gonzalez,美国田纳西大学电气和计算机工程系教授,田纳西大学图像和模式分析实验室、机器人和计算机视觉实验室的创始人,IEEE会士。研究领域为模式识别、图像处理和机器人。其著作已在世界范围内500大学和研完所采用。
Richard E.Woods,美国田纳西大学电气工程系获博士学位,IEEE会员。
Catalogue

Preface 15
Acknowledgments 19
The Book Web Site 20
About the Authors 21
Chapter 1 Introduction 23
1.1 What Is Digital Image Processing? 23
1.2 The Origins of Digital Image Processing 25
1.3 Examples of Fields that Use Digital Image Processing 29
1.3.1 Gamma-Ray Imaging 30
1.3.2 X-Ray Imaging 31
1.3.3 Imaging in the Ultraviolet Band 33
1.3.4 Imaging in the Visible and Infrared Bands 34
1.3.5 Imaging in the Microwave Band 40
1.3.6 Imaging in the Radio Band 42
1.3.7 Examples in which Other Imaging Modalities Are Used 42
1.4 Fundamental Steps in Digital Image Processing 47
1.5 Components of an Image Processing System 50
Summary 53
References and Further Reading 53

Chapter 2 Digital Image Fundamentals 57
2.1 Elements of Visual Perception 58
2.1.1 Structure of the Human Eye 58
2.1.2 Image Formation in the Eye 60
2.1.3 Brightness Adaptation and Discrimination 61
2.2 Light and the Electromagnetic Spectrum 65
2.3 Image Sensing and Acquisition 68
2.3.1 Image Acquisition Using a Single Sensor 70
2.3.2 Image Acquisition Using Sensor Strips 70
2.3.3 Image Acquisition Using Sensor Arrays 72
2.3.4 A Simple Image Formation Model 72
2.4 Image Sampling and Quantization 74
2.4.1 Basic Concepts in Sampling and Quantization 74
2.4.2 Representing Digital Images 77
2.4.3 Spatial and Intensity Resolution 81
2.4.4 Image Interpolation 87
2.5 Some Basic Relationships between Pixels 90
2.5.1 Neighbors of a Pixel 90
2.5.2 Adjacency, Connectivity, Regions, and Boundaries 90
2.5.3 Distance Measures 93
2.6 An Introduction to the Mathematical Tools Used in Digital Image Processing 94
2.6.1 Array versus Matrix Operations 94
2.6.2 Linear versus Nonlinear Operations 95
2.6.3 Arithmetic Operations 96
2.6.4 Set and Logical Operations 102
2.6.5 Spatial Operations 107
2.6.6 Vector and Matrix Operations 114
2.6.7 Image Transforms 115
2.6.8 Probabilistic Methods 118
Summary 120
References and Further Reading 120
Problems 121

Chapter 3 Intensity Transformations and Spatial Filtering 126
3.1 Background 127
3.1.1 The Basics of Intensity Transformations and Spatial Filtering 127
3.1.2 About the Examples in This Chapter 129
3.2 Some Basic Intensity Transformation Functions 129
3.2.1 Image Negatives 130
3.2.2 Log Transformations 131
3.2.3 Power-Law (Gamma) Transformations 132
3.2.4 Piecewise-Linear Transformation Functions 137
3.3 Histogram Processing 142
3.3.1 Histogram Equalization 144
3.3.2 Histogram Matching (Specification) 150
3.3.3 Local Histogram Processing 161
3.3.4 Using Histogram Statistics for Image Enhancement 161
3.4 Fundamentals of Spatial Filtering 166
3.4.1 The Mechanics of Spatial Filtering 167
3.4.2 Spatial Correlation and Convolution 168
3.4.3 Vector Representation of Linear Filtering 172
3.4.4 Generating Spatial Filter Masks 173
3.5 Smoothing Spatial Filters 174
3.5.1 Smoothing Linear Filters 174
3.5.2 Order-Statistic (Nonlinear) Filters 178
3.6 Sharpening Spatial Filters 179
3.6.1 Foundation 180
3.6.2 Using the Second Derivative for Image Sharpening-The Laplacian 182
3.6.3 Unsharp Masking and Highboost Filtering 184
3.6.4 Using First-Order Derivatives for (Nonlinear) Image Sharpening—The Gradient 187
3.7 Combining Spatial Enhancement Methods 191
3.8 Using Fuzzy Techniques for Intensity Transformations and Spatial Filtering 195
3.8.1 Introduction 195
3.8.2 Principles of Fuzzy Set Theory 196
3.8.3 Using Fuzzy Sets 200
3.8.4 Using Fuzzy Sets for Intensity Transformations 208
3.8.5 Using Fuzzy Sets for Spatial Filtering 211
Summary 214
References and Further Reading 214
Problems 215

Chapter 4 Filtering in the Frequency Domain 221
4.1 Background 222
4.1.1 A Brief History of the Fourier Series and Transform 222
4.1.2 About the Examples in this Chapter 223
4.2 Preliminary Concepts 224
4.2.1 Complex Numbers 224
4.2.2 Fourier Series 225
4.2.3 Impulses and Their Sifting Property 225
4.2.4 The Fourier Transform of Functions of One Continuous Variable 227
4.2.5 Convolution 231
4.3 Sampling and the Fourier Transform of Sampled Functions 233
4.3.1 Sampling 233
4.3.2 The Fourier Transform of Sampled Functions 234
4.3.3 The Sampling Theorem 235
4.3.4 Aliasing 239
4.3.5 Function Reconstruction (Recovery) from Sampled Data 241
4.4 The Discrete Fourier Transform (DFT) of One Variable 242
4.4.1 Obtaining the DFT from the Continuous Transform of a Sampled Function 243
4.4.2 Relationship Between the Sampling and Frequency Intervals 245
4.5 Extension to Functions of Two Variables 247
4.5.1 The 2-D Impulse and Its Sifting Property 247
4.5.2 The 2-D Continuous Fourier Transform Pair 248
4.5.3 Two-Dimensional Sampling and the 2-D Sampling Theorem 249
4.5.4 Aliasing in Images 250
4.5.5 The 2-D Discrete Fourier Transform and Its Inverse 257
4.6 Some Properties of the 2-D Discrete Fourier Transform 258
4.6.1 Relationships Between Spatial and Frequency Intervals 258
4.6.2 Translation and Rotation 258
4.6.3 Periodicity 259
4.6.4 Symmetry Properties 261
4.6.5 Fourier Spectrum and Phase Angle 267
4.6.6 The 2-D Convolution Theorem 271
4.6.7 Summary of 2-D Discrete Fourier Transform Properties 275
4.7 The Basics of Filtering in the Frequency Domain 277
4.7.1 Additional Characteristics of the Frequency Domain 277
4.7.2 Frequency Domain Filtering Fundamentals 279
4.7.3 Summary of Steps for Filtering in the Frequency Domain 285
4.7.4 Correspondence Between Filtering in the Spatial and Frequency Domains 285
4.8 Image Smoothing Using Frequency Domain Filters 291
4.8.1 Ideal Lowpass Filters 291
4.8.2 Butterworth Lowpass Filters 295
4.8.3 Gaussian Lowpass Filters 298
4.8.4 Additional Examples of Lowpass Filtering 299
4.9 Image Sharpening Using Frequency Domain Filters 302
4.9.1 Ideal Highpass Filters 303
4.9.2 Butterworth Highpass Filters 306
4.9.3 Gaussian Highpass Filters 307
4.9.4 The Laplacian in the Frequency Domain 308
4.9.5 Unsharp Masking, Highboost Filtering, and High-Frequency-Emphasis Filtering 310
4.9.6 Homomorphic Filtering 311
4.10 Selective Filtering 316
4.10.1 Bandreject and Bandpass Filters 316
4.10.2 Notch Filters 316
4.11 Implementation 320
4.11.1 Separability of the 2-D DFT 320
4.11.2 Computing the IDFT Using a DFT Algorithm 321
4.11.3 The Fast Fourier Transform (FFT) 321
4.11.4 Some Comments on Filter Design 325
Summary 325
References and Further Reading 326
Problems 326

Chapter 5 Image Restoration and Reconstruction 333
5.1 A Model of the Image Degradation/Restoration Process 334
5.2 Noise Models 335
5.2.1 Spatial and Frequency Properties of Noise 335
5.2.2 Some Important Noise Probability Density Functions 336
5.2.3 Periodic Noise 340
5.2.4 Estimation of Noise Parameters 341
5.3 Restoration in the Presence of Noise Only—Spatial Filtering 344
5.3.1 Mean Filters 344
5.3.2 Order-Statistic Filters 347
5.3.3 Adaptive Filters 352
5.4 Periodic Noise Reduction by Frequency Domain Filtering 357
5.4.1 Bandreject Filters 357
5.4.2 Bandpass Filters 358
5.4.3 Notch Filters 359
5.4.4 Optimum Notch Filtering 360
5.5 Linear, Position-Invariant Degradations 365
5.6 Estimating the Degradation Function 368
5.6.1 Estimation by Image Observation 368
5.6.2 Estimation by Experimentation 369
5.6.3 Estimation by Modeling 369
5.7 Inverse Filtering 373
5.8 Minimum Mean Square Error (Wiener) Filtering 374
5.9 Constrained Least Squares Filtering 379
5.10 Geometric Mean Filter 383
5.11 Image Reconstruction from Projections 384
5.11.1 Introduction 384
5.11.2 Principles of Computed Tomography (CT) 387
5.11.3 Projections and the Radon Transform 390
5.11.4 The Fourier-Slice Theorem 396
5.11.5 Reconstruction Using Parallel-Beam Filtered Backprojections 397
5.11.6 Reconstruction Using Fan-Beam Filtered Backprojections 403
Summary 409
References and Further Reading 410
Problems 411

Chapter 6 Color Image Processing 416
6.1 Color Fundamentals 417
6.2 Color Models 423
6.2.1 The RGB Color Model 424
6.2.2 The CMY and CMYK Color Models 428
6.2.3 The HSI Color Model 429
6.3 Pseudocolor Image Processing 436
6.3.1 Intensity Slicing 437
6.3.2 Intensity to Color Transformations 440
6.4 Basics of Full-Color Image Processing 446
6.5 Color Transformations 448
6.5.1 Formulation 448
6.5.2 Color Complements 452
6.5.3 Color Slicing 453
6.5.4 Tone and Color Corrections 455
6.5.5 Histogram Processing 460
6.6 Smoothing and Sharpening 461
6.6.1 Color Image Smoothing 461
6.6.2 Color Image Sharpening 464
6.7 Image Segmentation Based on Color 465
6.7.1 Segmentation in HSI Color Space 465
6.7.2 Segmentation in RGB Vector Space 467
6.7.3 Color Edge Detection 469
6.8 Noise in Color Images 473
6.9 Color Image Compression 476
Summary 477
References and Further Reading 478
Problems 478

Chapter 7 Wavelets and Multiresolution Processing 483
7.1 Background 484
7.1.1 Image Pyramids 485
7.1.2 Subband Coding 488
7.1.3 The Haar Transform 496
7.2 Multiresolution Expansions 499
7.2.1 Series Expansions 499
7.2.2 Scaling Functions 501
7.2.3 Wavelet Functions 505
7.3 Wavelet Transforms in One Dimension 508
7.3.1 The Wavelet Series Expansions 508
7.3.2 The Discrete Wavelet Transform 510
7.3.3 The Continuous Wavelet Transform 513
7.4 The Fast Wavelet Transform 515
7.5 Wavelet Transforms in Two Dimensions 523
7.6 Wavelet Packets 532
Summary 542
References and Further Reading 542
Problems 543

Chapter 8 Image Compression 547
8.1 Fundamentals 548
8.1.1 Coding Redundancy 550
8.1.2 Spatial and Temporal Redundancy 551
8.1.3 Irrelevant Information 552
8.1.4 Measuring Image Information 553
8.1.5 Fidelity Criteria 556
8.1.6 Image Compression Models 558
8.1.7 Image Formats, Containers, and Compression Standards 560
8.2 Some Basic Compression Methods 564
8.2.1 Huffman Coding 564
8.2.2 Golomb Coding 566
8.2.3 Arithmetic Coding 570
8.2.4 LZW Coding 573
8.2.5 Run-Length Coding 575
8.2.6 Symbol-Based Coding 581
8.2.7 Bit-Plane Coding 584
8.2.8 Block Transform Coding 588
8.2.9 Predictive Coding 606
8.2.10 Wavelet Coding 626
8.3 Digital Image Watermarking 636
Summary 643
References and Further Reading 644
Problems 645

Chapter 9 Morphological Image Processing 649
9.1 Preliminaries 650
9.2 Erosion and Dilation 652
9.2.1 Erosion 653
9.2.2 Dilation 655
9.2.3 Duality 657
9.3 Opening and Closing 657
9.4 The Hit-or-Miss Transformation 662
9.5 Some Basic Morphological Algorithms 664
9.5.1 Boundary Extraction 664
9.5.2 Hole Filling 665
9.5.3 Extraction of Connected Components 667
9.5.4 Convex Hull 669
9.5.5 Thinning 671
9.5.6 Thickening 672
9.5.7 Skeletons 673
9.5.8 Pruning 676
9.5.9 Morphological Reconstruction 678
9.5.10 Summary of Morphological Operations on Binary Images 684
9.6 Gray-Scale Morphology 687
9.6.1 Erosion and Dilation 688
9.6.2 Opening and Closing 690
9.6.3 Some Basic Gray-Scale Morphological Algorithms 692
9.6.4 Gray-Scale Morphological Reconstruction 698
Summary 701
References and Further Reading 701
Problems 702

Chapter 10 Image Segmentation 711
10.1 Fundamentals 712
10.2 Point, Line, and Edge Detection 714
10.2.1 Background 714
10.2.2 Detection of Isolated Points 718
10.2.3 Line Detection 719
10.2.4 Edge Models 722
10.2.5 Basic Edge Detection 728
10.2.6 More Advanced Techniques for Edge Detection 736
10.2.7 Edge Linking and Boundary Detection 747
10.3 Thresholding 760
10.3.1 Foundation 760
10.3.2 Basic Global Thresholding 763
10.3.3 Optimum Global Thresholding Using Otsu’s Method 764
10.3.4 Using Image Smoothing to Improve Global Thresholding 769
10.3.5 Using Edges to Improve Global Thresholding 771
10.3.6 Multiple Thresholds 774
10.3.7 Variable Thresholding 778
10.3.8 Multivariable Thresholding 783
10.4 Region-Based Segmentation 785
10.4.1 Region Growing 785
10.4.2 Region Splitting and Merging 788
10.5 Segmentation Using Morphological Watersheds 791
10.5.1 Background 791
10.5.2 Dam Construction 794
10.5.3 Watershed Segmentation Algorithm 796
10.5.4 The Use of Markers 798
10.6 The Use of Motion in Segmentation 800
10.6.1 Spatial Techniques 800
10.6.2 Frequency Domain Techniques 804
Summary 807
References and Further Reading 807
Problems 809

Chapter 11 Representation and Description 817
11.1 Representation 818
11.1.1 Boundary (Border) Following 818
11.1.2 Chain Codes 820
11.1.3 Polygonal Approximations Using Minimum-Perimeter Polygons 823
11.1.4 Other Polygonal Approximation Approaches 829
11.1.5 Signatures 830
11.1.6 Boundary Segments 832
11.1.7 Skeletons 834
11.2 Boundary Descriptors 837
11.2.1 Some Simple Descriptors 837
11.2.2 Shape Numbers 838
11.2.3 Fourier Descriptors 840
11.2.4 Statistical Moments 843
11.3 Regional Descriptors 844
11.3.1 Some Simple Descriptors 844
11.3.2 Topological Descriptors 845
11.3.3 Texture 849
11.3.4 Moment Invariants 861
11.4 Use of Principal Components for Description 864
11.5 Relational Descriptors 874
Summary 878
References and Further Reading 878
Problems 879

Chapter 12 Object Recognition 883
12.1 Patterns and Pattern Classes 883
12.2 Recognition Based on Decision-Theoretic Methods 888
12.2.1 Matching 888
12.2.2 Optimum Statistical Classifiers 894
12.2.3 Neural Networks 904
12.3 Structural Methods 925
12.3.1 Matching Shape Numbers 925
12.3.2 String Matching 926
Summary 928
References and Further Reading 928
Problems 929
Appendix A 932
Bibliography 937
Index 965
Book Abstract

The main purpose of the material presented in this chapter is to provide a sense of per-spective about the origins of digital image processing and, more important, about cur-rent and future areas of application of this technology. Although the coverage of thesetopics in this chapter was necessarily incomplete due to space limitations, it shouldhave left you with a clear impression of the breadth and practical scope of digital imageprocessing. As we proceed in the following chapters with the development of imageprocessing theory and applications, numerous examples are provided to keep a clearfocus on the utility and promise of these techniques. Upon concluding the study of thefinal chapter, a reader of this book will have arrived at a level of understanding that isthe foundation for most of the work currently underway in this field.References and Further ReadingReferences at the end of later chapters address specific topics discussed in thosechapters, and are keyed to the Bibliography at the end of the book. However, in thischapter we follow a different format in order to summarize in one place a body ofjournals that publish material on image processing and related topics. We also pro-vide a list of books from which the reader can readily develop a historical and currentperspective of activities in this field. Thus, the reference material cited in this chapteris intended as a general-purpose, easily accessible guide to the published literature onimage processing.
Introduction

2001年7月间,电子工业出版社的领导同志邀请各高校十几位通信领域方面的老师,商量引进国外教材问题。与会同志对出版社提出的计划十分赞同,大家认为,这对我国通信事业、特别是对高等院校通信学科的教学工作会很有好处。
教材建设是高校教学建设的主要内容之一。编写、出版一本好的教材,意味着开设了一门好的课程,甚至可能预示着一个崭新学科的诞生。20世纪40年代MIT林肯实验室出版的一套28本雷达丛书,对近代电子学科、特别是对雷达技术的推动作用,就是一个很好的例子。
我国领导部门对教材建设一直非常重视。20世纪80年代,在原教委教材编审委员会的领导下,汇集了高等院校几百位富有教学经验的专家,编写、出版了一大批教材;很多院校还根据学校的特点和需要,陆续编写了大量的讲义和参考书。这些教材对高校的教学工作发挥了极好的作用。近年来,随着教学改革不断深入和科学技术的飞速进步,有的教材内容已比较陈旧、落后,难以适应教学的要求,特别是在电子学和通信技术发展神速、可以讲是日新月异的今天,如何适应这种情况,更是一个必须认真考虑的问题。解决这个问题,除了依靠高校的老师和专家撰写新的符合要求的教科书外,引进和出版一些国外优秀电子与通信教材,尤其是有选择地引进一批英文原版教材,是会有好处的。
一年多来,电子工业出版社为此做了很多工作。他们成立了一个“国外电子与通信教材系列”项目组,选派了富有经验的业务骨干负责有关工作,收集了230余种通信教材和参考书的详细资料,调来了100余种原版教材样书,依靠由20余位专家组成的出版委员会,从中精选了40多种,内容丰富,覆盖了电路理论与应用、信号与系统、数字信号处理、微电子、通信系统、电磁场与微波等方面,既可作为通信专业本科生和研究生的教学用书,也可作为有关专业人员的参考材料。此外,这批教材,有的翻译为中文,还有部分教材直接影印出版,以供教师用英语直接授课。希望这些教材的引进和出版对高校通信教学和教材改革能起一定作用。
在这里,我还要感谢参加工作的各位教授、专家、老师与参加翻译、编辑和出版的同志们。各位专家认真负责、严谨细致、不辞辛劳、不怕琐碎和精益求精的态度,充分体现了中国教育工作者和出版工作者的良好美德。

명세서

상표 Jingdong book
브랜드 영역 China

면책성명

제품 가격, 포장, 사양 등의 정보는 예고 없이 변경될 수 있습니다. 적시에 제품 정보를 업데이트 할 수 있도록 최선을 다하지만, 받은 실제 제품을 참고하시기 바랍니다. 제품을 사용하기 전에 반드시 제품에 동봉된 라벨, 경고 및 설명을 읽어 주십시오.

상세정보 보기
찜한 목록에 추가
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
수량
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
JD@CHINA 판매
배송지
{{ __("Ship to United States only") }}
69이상 주문 시 무료 배송
정품 보증

장바구니에 추가됨

쇼핑 계속하기

당신을 위한 추천

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

쿠폰

{{ coupon.coupon_name_new | formatCurrency }}
받기 받았음 마감
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
곧 만료됩니다: {{ formatTime(coupon.use_end_time) }}

친구들과 공유하세요

취소

Yami 기프트카드 전용특가

기프트카드로 결제하면 전용특가를 받을 수 있습니다

규칙 설명

기프트카드 전용특가는 일부 상품에 대한 특혜가격입니다.

기프트카드 전용특가 상품 구매 시 E-기프트 카드 잔액으로 결제하고 기프트카드 잔액이 주문 내 상품의 총액을 지불하기에 충분하하 기프트카드 전용특가가 자동으로 활성화됩니다.

기프트 카드 잔액으로 결제하지 않거나 기프트카드 잔액이 전항의 요건을 충족하지 못할 경우 기프트카드 전용특가를 활성화할 수 없으며 상품은 정상 가격으로 구매할 수 있습니다.

기프트카드 전용특가 상품 구매 시 잔액이 부족할 경우 장바구니 또는 결제 페이지에서 "충전" 버튼을 클릭하여 기프트카드를 구매 및 충전할 수 있습니다.

기프트카드 전용특가가 있는 상품은 "전용특가"라는 특별한 가격표시가 표시됩니다.

질문이 있으시면 언제든지 고객 서비스에 문의하십시오.

Yami는 기프트카드 전용특가 관련 최종 해석권을 보유합니다.

Yami 판매

서비스 보장

Yami $49 이상 무료 배송
Yami 걱정 없는 반품/교환
Yami 미국에서 발송

배송 정보

  • 미국

    표준 배송 $5.99(알래스카, 하와이 제외), 최종 가격 $49 이상 시 무료 배송

    지역 배송 $5.99(캘리포니아, 뉴욕, 뉴저지, 매사추세츠, 펜실베이니아, 위 주의 일부 지역), 최종 가격 $49 이상 시 무료 배송

    2일 이내 배송(알래스카 및 하와이 포함) $19.99부터 시작

반품 및 교환 정책

Yami는 고객님께 최상의 A/S를 제공하고, 모든 분들이 Yami에서 안심하고 쇼핑할 수 있도록 노력하고 있습니다. Yami의 자영 상품은 반품 및 교환 조건을 충족하는 경우, 상품 수령 후 30일 이내에 반품 및 교환할 수 있습니다(식품은 품질 문제로 인해 7일 이내에 반품 및 교환이 가능합니다. 모든 고객이 안전하고 고품질의 제품을 받을 수 있도록 뷰티 제품은 개봉 또는 사용 후에는 품질 문제를 제외하고 환불 또는 반품을 제공하지 않습니다. 기타 특별 카테고리의 제품은 고객 서비스에 문의하시기 바랍니다).
이해와 지원에 감사드립니다.

상세정보 보기

Yami 판매

Yami E-기프트카드 사용 약관

구매 시 자동 충전을 선택한 경우, 주문 완료 후 기프트카드가 자동으로 계정에 충전됩니다.

구매 시 이메일 발송을 선택한 경우, 주문 완료 후 시스템이 자동으로 카드 번호와 비밀번호를 입력한 이메일로 발송합니다.

이메일을 보낼 때, 모든 사용자는 이메일에 있는 카드 번호와 비밀번호를 사용하여 기프트카드를 충전할 수 있으니, 이메일 정보를 잘 보관하세요.

이메일을 받는 데 문제가 있으면, 고객 서비스에 연락하여 처리해 주세요.

이메일을 보낼 때, 기프트카드가 교환되지 않았다면 이메일을 재발송할 수 있습니다. 이미 다른 사용자에 의해 교환된 경우에는 보상할 수 없습니다.

Yamibuy의 E-기프트카드는 자영 또는 제3자 상품 구매에 사용할 수 있습니다.

Yamibuy의 E-기프트카드는 유효 기간 제한이 없으며, 장기간 유효합니다.

Yami 전자 상품권의 금액은 여러 번에 나눠서 사용할 수 있습니다;

Yami 전자 상품권 업무 규칙의 최종 해석 권한은 Yami 웹사이트에 있습니다.

반품 및 교환 정책

이미 사용된 E-기프트카드는 환불이 불가능합니다.

판매자: JD@CHINA

서비스 보장

Yami $49 이상 무료 배송
Yami 최고의 A/S
Yami 미국 본토에서 발송

배송 정보

  • 미국

    표준 배송 $5.99(알래스카, 하와이 제외), 최종 가격 $49 이상 시 무료 배송

    지역 배송 $5.99(캘리포니아, 뉴욕, 뉴저지, 매사추세츠, 펜실베이니아, 위 주의 일부 지역), 최종 가격 $49 이상 시 무료 배송

    2일 이내 배송(알래스카 및 하와이 포함) $19.99부터 시작

반품 및 교환 정책

제품을 받으신 후 30일 이내에 제품을 반품하실 수 있습니다. 반품된 품목은 구매에 대한 원본 송장을 포함하여 원래 포장된 새 품목이어야 합니다. 고객이 자신의 비용으로 제품을 반품합니다.

JD@CHINA 판매

서비스 보장

Yami 점포간 $:amount 이상 구매 시 무료 배송
Yami 30일 반품/교환 보장

Yami-중국 집하창고

Yami는 중국 내 주요 우수매장에서 제품을 선별하여 모아 Yami 중국통합센터로 배송하며 택배를 합친 후 전국 각지의 주소로 배송해 드립니다. 점포간 무료 배송 조건은 최저 $69입니다. 여러 판매자가 제공하는 다양한 상품 중에서 원하는 상품을 선택하고 점포간 무료배송으로 저렴한 배송비를 쉽게 누릴 수 있습니다.

반품 정책

30일 이내 반품 및 교환 보증을 제공합니다. 제품은 새로 사용하지 않은 원래 포장에 구매 증명서가 첨부되어 있어야 합니다. 상품 품질 문제, 잘못된 배송, 배송 누락 등 판매자의 실수로 인한 경우 환불 처리됩니다. 기타 사유로 인한 반품 및 교환은 배송비는 고객이 자체로 부담하셔야 합니다. 모든 제품은 장거리 배송을 하기 때문에 간혹 간단한 외부 포장이 눌려 마모되는 등이 있지만 내부 품질 문제가 없는 경우 반품 및 교환할 수 없습니다.

배송 정보

Yami 중국집하배송 Consolidated Shipping 배송비 $9.99 ($69 이상 주문시 무료배송)

중국 판매자는 주문 후 영업일 기준 2일 후에 상품을 발송합니다. 모든 택배는 Yami 중국통합센터(특별한 상황 및 중국 내 개별 법정 공휴일 제외)에 도착하여 택배를 합친 후 UPS를 통해 미국으로 배송됩니다. UPS는 중국에서 발송 후 미국까지 평균 10영업일 정도 소요되며 직배송 주문 번호에 따라 수시로 추적 및 조회할 수 있습니다 전염병의 영향으로 현재 물류가 5일 정도 지연될 수 있습니다. 택배는 고객 서명이 필요합니다. 서명하지 않은 경우 고객은 택배가 분실될 위험을 부담하게 됩니다.

JD@CHINA 판매

서비스 보장

69이상 주문 시 무료 배송
정품 보증

배송 정보

Yami Consolidated Shipping배송비$9.99($69 이상 주문 시 무료 배송)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

포인트 규칙

모든 품목은 Yamibuy 의 프로모션이나 포인트 이벤트에서 제외됩니다.

반품 및 교환 정책

제품을 받으신 후 30일 이내에 제품을 반품하실 수 있습니다. 반품된 품목은 구매에 대한 원본 송장을 포함하여 원래 포장된 새 품목이어야 합니다. 고객이 자신의 비용으로 제품을 반품합니다.

Yami

Yami 앱 다운로드

맨 위로 돌아가기

당신을 위한 추천

브랜드 스토리

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

리뷰{{'('+ commentList.posts_count + ')'}}

당신의 체험을 공유하고 더 많은 사용자가 선택할 수 있도록 도와줍니다.

리뷰 작성
{{ totalRating }} 리뷰 작성
  • {{i}}별

    {{i}} 별

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}접기

{{ strLimit(comment,800) }}전체 보기

Show Original

{{ comment.content }}

Yami
모두 보기

{{ formatTime(comment.in_dtm) }} 구매 완료 {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}접기

{{ strLimit(comment,800) }}전체 보기

Show Original

{{ comment.content }}

Yami
모두 보기

{{ formatTime(comment.in_dtm) }} 구매 완료 {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

조건에 맞는 리뷰가 없습니다

리뷰 상세

Yami Yami

{{ showTranslate(commentDetails) }}접기

{{ strLimit(commentDetails,800) }}전체 보기

Show Original

{{ commentDetails.content }}

Yami
모두 보기

{{ formatTime(commentDetails.in_dtm) }} 구매 완료 {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

내용을 입력하세요

답변{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}접기

{{ strLimit(reply,800) }}전체 보기

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

내용을 입력하세요

취소

지금까지의 모든 리뷰입니다!

리뷰 작성하기
상품 평점

댓글을 입력하세요.

  • 좋은 닉네임이 당신의 리뷰를 더 인기 있게 만들 것입니다!
  • 여기에서 닉네임을 변경하면 개인정보의 닉네임도 같이 변경됩니다.
리뷰를 남겨주셔서 감사합니다
당신의 좋은 리뷰는 우리 커뮤니티가 아시아 최고의 상품을 찾는 데 도움이 됩니다.

신고하기

취소

이 리뷰를 삭제하시겠습니까?

취소

최근 본 상품

브랜드 스토리

Jingdong book