Community Profile

photo

Abdullah Sarwar


Last seen: 3 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计数据

  • First Answer
  • Revival Level 1

查看徽章

Feeds

排序方式:

已回答
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 前 | 0

已回答
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 前 | 0