photo

Abdullah Sarwar


Last seen: plus de 3 ans il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

  • First Answer
  • Revival Level 1

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

plus de 3 ans il y a | 0

Réponse apportée
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

plus de 3 ans il y a | 0