Community Profile

photo

Mayank Nautiyal


Last seen: 3 years ago Active since 2019

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

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

4 years ago | 0 answers | 0

0

answers

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

4 years ago | 1 answer | 0

1

answer

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

4 years ago | 1 answer | 0

1

answer

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

4 years ago | 0 answers | 0

0

answers

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

4 years ago | 1 answer | 0

1

answer

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

4 years ago | 2 answers | 0

2

answers