Community Profile

photo

Mayank Nautiyal


Last seen: fast 4 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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(...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 ...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten