photo

Sufyan Parkar


Last seen: mehr als 3 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Statistik

All
  • Solver
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Matlab source code for Image compression algorithm
Well Steven Lord, I have tried to write a code myself. Please try to assist me here. clc; clear all; close all; a = imre...

fast 5 Jahre vor | 0

Beantwortet
gray image to 8 bit planes using bit plane slicing
A=imread('boy.tif'); B=rgb2gray(A); %..............as for me i took a color image so i had to do rgb2gray % the workspace show...

mehr als 5 Jahre vor | 0