Community Profile

photo

VIJENDRA


Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3
  • First Answer

View badges

Feeds

View by

Question


Extracting image patches around each pixel
Suppose I have an image of size 256*256 Image = imread('cameraman.tif'); I have to extract patches of 7*7 around each pi...

7 years ago | 1 answer | 0

1

answer

Question


How can i calculate training and testing time of a model using classification learner app?
I am using wine dataset for experiment % load wine_dataset % [dummy, Target] = max(wineTargets); % wineDatase...

7 years ago | 1 answer | 0

1

answer

Question


How could I check that how many elements of x is inside y?
Suppose I have x = [2,7,8,11]; and y = [1,2,4,5,7,8,9,12,15,21,27] How could I check that how many elements of x is...

8 years ago | 1 answer | 0

1

answer

Answered
How to work with some part of matrix only?
you can use 'imcrop' to crop some part of the image. croppedIm = imcrop(yourImage);

8 years ago | 0

Question


How to extract values from a georeferenced image using point shape file??
I want to extract the values form a grayscale image only on the locations of known points. I have a point shape file of that loc...

8 years ago | 1 answer | 0

1

answer

Question


Why svmclassify shows 'Out of memory' error on the same data on which neural network works very fine?
I have a dataset of dimension <1000*1000*10>, when I tried it to classify using a neural network it works well. What I actual...

9 years ago | 0 answers | 0

0

answers

Question


How to arrange stacked Images into a 2 dimension array?
I have a stack of 40 Images with dimension of 1000*1000 as: Images<1000*1000*40 double> I want to arrange the Images as sh...

9 years ago | 2 answers | 1

2

answers

Question


How to extract values from a matrix using a row - column matrix?
I have a matrix like A = 0.2180 0.5714 0.2476 0.3942 0.9253 0.5082 0.3906 0.5881 0.6529 0...

9 years ago | 2 answers | 1

2

answers

Question


I want to estimate bivariate normal distribution and having trouble estimating it. How can i make it possible?
i want to estimate nomal probability density function of 2 variables (i.e. *bivariate normal distribution* ). i used this form...

9 years ago | 1 answer | 0

1

answer

Question


Error using meshgrid function.
I have 2 matrices 'A' and 'B' both of size 500*500. when i am trying to create meshgrid using [X1,Y1] = meshgrid(A,B); thi...

9 years ago | 1 answer | 0

1

answer

Question


I have problem in accessing nested cell array. How could it be done?
I have hierarchy of cell data. how can i access each cell a1, a2 so on and can i use these data as type double? <</matl...

9 years ago | 1 answer | 0

1

answer

Question


Why this is happening?
[m n] = size(image); I tried this command earlier and it worked well but now showing this: "Indexing cannot yield multiple...

9 years ago | 1 answer | 0

1

answer

Question


sliding window operation in image
I have an image of size 256*256, i want to use 3*3 window which slides over image and change the value of central pixel as sum o...

10 years ago | 1 answer | 0

1

answer

Question


why the error is coming?
Trying to execute this code but it shows error "Subscript indices must either be real positive integers or logicals." [M,N...

10 years ago | 2 answers | 0

2

answers

Question


how can i perform operations on the basis of image location?
I have 2 vectors containing x and y location of a point of an image. My actual image size is 1024*1024 and i have extracted near...

10 years ago | 2 answers | 0

2

answers

Question


How to Crop an Image
I want to crop different parts from an image when i did for i=1:n crop(i)=imcrop(Image); end It shows an error message ??? S...

10 years ago | 1 answer | 0

1

answer

Question


Set of pixel selection in and image
I am having an image of size 200*250 in this image i want to select some region i.e. some set of pixel and assigned it in anothe...

10 years ago | 1 answer | 0

1

answer

Question


code showing "Too many output arguments", how to resolve it?
I am trying to detect lines using following code using hough transform but having this error- "Too many output arguments". I am ...

11 years ago | 0 answers | 0

0

answers