Community Profile

photo

Mayank Nautiyal


Last seen: presque 4 ans il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


Dividing images of UCID database into 8x8 blocks
% This script has been used to create the training image dataset. clear all; close all; UCIDPath='C:\Users\mayank\Desktop...

plus de 4 ans il y a | 1 réponse | 0

0

réponse

Question


imquantize code is required
Hi, I need the original code of imquantize function of matlab. Please help. My attempt: I=imread('football.jpg'); I=rgb2gray(...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


Passing array as an input argument
I want to pass an array [p1 p2 p3] in the function "arithmetic_decoding" as an input. function arithmetic_decoding(tag,n,[p1,p2...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


alternative of ismember function
I need to replace ismember in this program with equivalent function(not inbuild),any ideas? x=randi([1, M-h],1,1); % M,N size ...

plus de 4 ans il y a | 1 réponse | 0

0

réponse

Question


Overlapping rectangles problem in an image
I am creating an 8-bit image with non-overlapping rectangles. I'm using I=ones(256,256) to create a matrix with all 1's. Now I...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


Creating border of an image
I need a create black border around an image: My code: I=ones(256,256); //size of an image border = 2; I(end:end+border,en...

plus de 4 ans il y a | 2 réponses | 0

2

réponses