Community Profile

photo

Abdullah Sarwar


Last seen: 3 years ago Active since 2021

Statistics

  • First Answer
  • Revival Level 1

View badges

Content Feed

View by

Answered
crop objects from color image and still have color objects
clear all; clc; rgbImage = imread('04738.bmp'); % Extract color channels. redChannel = rgbImage(:,:,1); % Red channel green...

3 years ago | 0

Answered
I am doing image compression using wavelets by using the function wcompress .My program is not working and giving errors. kindly help me.
try after resize ! it basically work on squire image resolution like 512*512 and 256*256

3 years ago | 0