3 d image processsing operations

16
3D IMAGE PROCESSSING OPERATIONS BY M.MUTHUKUMAR.

Upload: muthukumar-manivannan

Post on 16-Apr-2017

135 views

Category:

Engineering


1 download

TRANSCRIPT

Page 1: 3 d image processsing operations

3D IMAGE PROCESSSING OPERATIONS

BYM.MUTHUKUMAR.

Page 2: 3 d image processsing operations

OBJECTIVES:-

Implementation of three basic image processing operations

ENHANCEMENTSEGMENTATIONBLUR

Page 3: 3 d image processsing operations

IMAGE PROCESSING:-• Form of signal processing• Input – image•Output –image or set of characteristics or parameters• Implemented through algorithms•Current concentration - “Texture", "Surface Mapping", "Video Tracking”.•Concentration needed on Spectrum & Hierarchy of processing levels

Page 4: 3 d image processsing operations

IMAGE ENHANCEMENT:-• Image Enhancement-Processing an image such as Sharpening, De blurring,…•Enhance Multispectral Color Composite Images-suitable for image interpretation, de-correlation•Enhance Color Images-Contrast enhancement, converts image from RGB to L*a*b.

• Imadjust•Histeq•Adaphisteq

Page 5: 3 d image processsing operations

IMADJUST:-• Increases the contrast of the image.

HISTEQ:-• Perform histogram equalization.

ADAPTHISTEQ:-• Performs contrast-limited adaptive histogram equalization.• Values are already spread out between the minimum of 0 and maximum of 255.

Page 6: 3 d image processsing operations

SEGMENTATION:- process of partitioning a digital image into multiple segmentsSteps Involved:-

•Detect Entire Cell •Fills Gaps•Dilate the Images•Fill Interior Gaps •Remove Connected Objects on Border•Smooth the Object

Page 7: 3 d image processsing operations

BLUR:- Usually makes the images unfocused.

BLUR DECONVOLUTION:-

Algorithm can be used effectively when no information about the distortion.

Page 8: 3 d image processsing operations

EXPERIMENT STUDY:-

Can be processed using software such as C language Matrix- X, Visual Basic, Java program and MATLAB programming.

Page 9: 3 d image processsing operations

ENHANCEMENT:-

ORIGINAL IMAGE

IMADJUST

IMADJUST

HISTEQ

ADAPTHISTEQ

IMAGE COMPOSITE AFTER DECORRELATION STRETCH

Page 10: 3 d image processsing operations

SEGMENTATION:-

BINARY GRADIENT MASK

BINARY IMAGE FILLED WITH HOLES

CLEARED BORDER IMAGE

OUTLINED ORIGINAL IMAGE

SEGMENTED IMAGE

Page 11: 3 d image processsing operations

BLUR:-

BLURRED AND NOISY IMAGE

Page 12: 3 d image processsing operations

HISTOGRAM:-

Comparison histogram for enhancement for 2d and 3d images

Page 13: 3 d image processsing operations

2d 3d

Comparison histogram for blur for 2d and 3d images:Comparison histogram for

segmentation for 2d and 3d

Page 14: 3 d image processsing operations

CONCLUSION:-

•The presentation briefly elaborates the image process operations for 3D images.•Previous works-in 2D images.•Proposed work-3D images.•The output Algorithms are compared.•The software used is MATLAB

Page 15: 3 d image processsing operations

REFERENCES:-

[1] ABDUL HALIM BIN BABA. image processing learning tool-edge detection bachelor degree. university of technology malaysia 1996.

[2] FIONN MURTAGH. Image Processing data analysis. the multi-scale approach. University of Ulster.

[3] Fundamentals of image processing, [email protected] .(http://www.cs.dartmouth.edu/~farid)

Page 16: 3 d image processsing operations

THANK YOU