%% LOSSY COMPRESSION-DECOMPRESSION USNIG DISCRETE COSINE TRANSFORM TECHNIQUE.
function[]=dct1(filename,n,m)
% "filename" is the string of characters including Image name and its
% extension.
% "n" denotes the number of bits per pixel.
% "m" denotes the number of most significant bits (MSB) of DCT Coefficients.
cái này em chia ảnh thành khối 8x8 để nén và giải nén
:angry: em phải ghi gì vô cái ( ) của function ạ. ..:ah: làm quài mà ko ra dc
với lại function thì xài trong Callback của guide hay là mình sử dụng trên màn hinhf command luôn vậy mấy huynh
function[]=dct1(filename,n,m)
% "filename" is the string of characters including Image name and its
% extension.
% "n" denotes the number of bits per pixel.
% "m" denotes the number of most significant bits (MSB) of DCT Coefficients.
cái này em chia ảnh thành khối 8x8 để nén và giải nén
:angry: em phải ghi gì vô cái ( ) của function ạ. ..:ah: làm quài mà ko ra dc
với lại function thì xài trong Callback của guide hay là mình sử dụng trên màn hinhf command luôn vậy mấy huynh
Comment