Daftar Isi:
  • Various types of Image Processing such as Image Enlargement can be done by computer. Enlargement of an image is needed so that someone can see and observe the image clearly and detail. Image Enlargement can be done by interpolation method, and the quality of the resulting image is very dependent on the interpolation method used. There are several interpolation method for image enlargement, such as Bilinear Interpolation and Bicubic Interpolation. In this project will compare Bilinear Interpolation and Bicubic Interpolation to determine the best method for Image Enlargement. This Project use java Programming. The data used 30 images. Then the images will be enlarged by 2 methods, Bilinear Interpolation and Bicubic Interpolation. In this project using several enlargement scale, 2x, 4x, 6x. Then the next step is to determine the PSNR value of the processed image to determine which imaqe quality is better. The higher PSNR value, the better method.