Community Profile

photo

anu


Last seen: más de 1 año hace Con actividad desde 2016

Estadísticas

  • Knowledgeable Level 1
  • Revival Level 1
  • Thankful Level 3

Ver insignias

Content Feed

Ver por

Pregunta


How display different blocks of the images in one figure?
I have divided image into blocks. How to display it using one figure only?

más de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Mat file contains 350 values. How to convert large mat file into csv file?
Hello, I have .mat file which contains 350 values. Now I want to convert .mat file into .csv file. How to do it?

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to do K fold cross validation of images having different categories?
I have images of 10 different categories. Each cateogry consist of 100 images. I have extracted texture and shape features for a...

casi 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How calculate recall for images retrieval based euclidean distance method?
I have images belongs to 5 categories. Each category consist of 100 images. I have calculated three features for each image. The...

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to find blockwise mean of HSV local histogram for an image?
I have converted an image from RGB to HSV color space and divided it into 3 * 3 blocks using following code. HSV = rgb2hs...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


what is the formula to divide an image into number of blocks?
I know how to divide image into blocks using Matlab. But I want to know generalized formula to divide an image into blocks.

alrededor de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to find centralized sub image from an image?
I have an image and divided into 2 * 2 grid. Now I want to get centralized sub-image of the same image so that I can find out th...

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

Respondida
How to store resize images into new directory?
srcFiles = dir('E:\img\*.jpg'); % the folder in which ur images exists for i = 1 : length(srcFiles) filename = strcat('...

más de 6 años hace | 6

| aceptada

Pregunta


How to read sub-bands of level 0 and level1 of wptree created using wpdec2?
I have applied wavdec2 two-dimensional wavelet packet analysis function to an image ([t,d] = wpdec2(X,3,'db1'); ). I want to ca...

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to calcualte psnr of images of two different size?
I am having one image 0f 500 * 500 size. I have resized it to 250 * 250. How to calculate psnr between two images?

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to resize image without changing aspect ratio of the images?
I have collection 100 images. Each image is of different size and I want to make all images of the same size with changing aspec...

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to check color image linear or nonlinear?
I have 24 bit RGB image. I want to check whether it is linear or nonlinear. How to check it.

alrededor de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to calculate single average of all rows and single average of all columns of image?
I am having a gray image of size 256 by 256 and want to calculate row and column mean. I am able to calculate column mean of ima...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to do and plot histogram equalization of rgb image?
I am have read rgb image and separated r,g,b values %Split into RGB Channels Red = image(:,:,1); Green = image(...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to divide color image into blocks and calculate mean and std of each block.
I want to divide color image into 5 * 5 blocks. For each block I want to calculate mean and std. How to do it?

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Problem in resizing the image
I resized the image to 300 * 300 using following code im = imread('E:\flower1\img.jpg'); k=imresize(im,[300,300]); im...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to store resize images into new directory?
When I resize single image and store into new directory, it is working properly filename='E:\img\xyz.jpg'; im = imread('...

más de 7 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Getting rows and columns of image
I have color jepg image. I got the following output for imfinfo >> I=imfinfo('D:\images\im.jpg'); >> I I = ...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Factors to make Images of the same size.
What factors we need to consider for making all the images of the same size?

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to plot graph for kmeans?
I have data in array. Then I have applied kmeans algorithm on the data using id=kmeans(arr,3) where arr will consist of data poi...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to store strings into array?
I am reading filename from directory and want to store it into array. srcFiles = dir('E:\abc\*.bmp'); % the folder in whic...

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


What the imfinfo function of matlab return size of compressed or uncompressed image?
I imfinfo function of the matlab return the size of image in bytes. I want to know whether it returns size of the compressed or ...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to take summation of different bins of histogram
I am new to Matlab. I have created three separate arrays rarray,garray,barray to store RGB values of an image. After this I have...

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to write own standard deviation function.
I have read the color image. Then separated RGB values into three different arrays. After that I have written my own function to...

más de 7 años hace | 3 respuestas | 0

3

respuestas