Community Profile

photo

Mohammad Haroon


Active since 2018

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Matlab Command meaning needed
What does this command " Next(:,:,2,1)=Image; " imply in Matlab?

bijna 6 jaar ago | 1 answer | 0

1

answer

Question


Keeping track of original indices of an image matrix
This is my code so far upto level 6 A = imread('cameraman.tif'); [r,c] = size(A); imshow(A); B = zeros(r,c); C ...

ongeveer 6 jaar ago | 0 answers | 0

0

answers

Question


SMQT algorithm in Matlab
How to apply "smqt algorithm" on an image in Matlab

ongeveer 6 jaar ago | 1 answer | 0

1

answer

Question


Matrix division reccursively through mean calculation
I have a image matrix which i need to be divided reccursively by calculating mean of it's intensity values. Once the mean is ca...

ongeveer 6 jaar ago | 1 answer | 0

1

answer