laporan improcess

Upload: alief-naufal

Post on 21-Feb-2018

220 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/24/2019 Laporan Improcess

    1/6

    Pengukuran Presisi

    Analisa Diameter Pada Data Matriks Pixel

    Menggunakan MATLAB

    Disusun Oleh :

    Adityo Kuncorojati

    NP! "#$%!#$$!$"%

    &urusan Teknik Mesin

    'akultas Teknologi (ndustri

    (nstitut Teknologi )e*uluh No*em+er

    "$#,

  • 7/24/2019 Laporan Improcess

    2/6

  • 7/24/2019 Laporan Improcess

    3/6

    Kemudian ditampilkan dari distribusi data pixel yang ada

    clc;

    M = (untitled);

    colormap('gray');

    image(M);

    axis equal;

    Dari gambaran di atas, dapat dilihat bahwa terdapat noise di beberapa titik, sehingga perlu

    dihilangkan dengan menggunakan metode Spatial Convolution Operation dengan

    menggunakan Noise ilter !ean

    A = [0.11 0.11 0.11;0.11 0.11 0.11;0.11 0.11 0.11];

    Menampilkan hasil

    gambar data pixel

    Nois

    Memasukkan

    matriks ke

  • 7/24/2019 Laporan Improcess

    4/6

  • 7/24/2019 Laporan Improcess

    5/6

    Dari gambar di atas, dapat dilihat bahwa noise mulai hilang dan lingkaran sudah mulai

    terlihat "elas#

    Kemudian untuk menampilkan ukuran "arak antar poin ter"auh menggunakan

    imdistline;

    Dari $asil gambar diketahui bahwa diameter lingkaran adalah %%,&% pixel#

  • 7/24/2019 Laporan Improcess

    6/6

    DA'TA P.)TAKA

    http'((www#mathworks#com(matlabcentral(answers()*+&-how-to-convert-a-matrix-to-a-

    gray-scale-image

    http'((www#mathworks#com(help(matlab(re.(conv/#html

    http'((www#mathworks#com(help(images(re.(imdistline#html

    http://www.mathworks.com/matlabcentral/answers/30784-how-to-convert-a-matrix-to-a-gray-scale-imagehttp://www.mathworks.com/matlabcentral/answers/30784-how-to-convert-a-matrix-to-a-gray-scale-imagehttp://www.mathworks.com/help/matlab/ref/conv2.htmlhttp://www.mathworks.com/help/images/ref/imdistline.htmlhttp://www.mathworks.com/help/matlab/ref/conv2.htmlhttp://www.mathworks.com/help/images/ref/imdistline.htmlhttp://www.mathworks.com/matlabcentral/answers/30784-how-to-convert-a-matrix-to-a-gray-scale-imagehttp://www.mathworks.com/matlabcentral/answers/30784-how-to-convert-a-matrix-to-a-gray-scale-image