photo

AMIT VERMA


Con actividad desde 2015

Followers: 0   Following: 0

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


I have to sort objects based on their areas in regionprops?
clc clear % take data frm xcl and look for selected area Amp=xlsread('C:\Users\AMIT\Desktop\CB\excel\4\Cast Billet Am...

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

1

respuesta

Pregunta


I have generated a image which is having some dots & their area I've calculated by regionprops, now I've to compare the areas of small dots and if they are same then i'll have to get their amplitude from colour image
clc clear % take data frm xcl and look for selected area Amp=xlsread('C:\Users\AMIT\Desktop\CB\excel\4\Cast Billet Am...

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

0

respuestas

Pregunta


have a excel file having (amplitude) data at each cell, that is being converted to a coloured image and when I select an area in the image, it should give back corresponding amplitude value.
clc clear % take data frm xcl and look for selected area Amp=xlsread('C:\Users\AMIT\Desktop\CB\excel\4\Cast Billet Am...

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

0

respuestas

Pregunta


I have a excel file having data at each cell, that is being converted to image, this image is to be partitioned in 4 equal images, now in this image i'll select a area which should tell the data values at that portion
Amp=xlsread('C:\Users\AMIT\Desktop\CB\excel\4\Cast Billet Amp Data-(4-5).xls'); Th=xlsread('C:\Users\AMIT\Desktop\CB\ex...

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

1

respuesta

Pregunta


I have generated a image that is to be cropped in 8 equal parts ???
I could not start this program because of some reasons please somebody help me

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

1

respuesta

Pregunta


I have to access 2 excel files and generate image & do some image processing over that
clc clear Amp=xlsread('C:\Users\AMIT\Desktop\CB\excel\3\3-1 amp data.xls'); Th=xlsread('C:\Users\AMIT\Desktop\CB\excel\3\3-1 ...

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

1

respuesta

Pregunta


filter objects below a certain size in a binary image ?
clear clc A5=imread('C:\Users\AMIT\Desktop\CB\sulphur\4-5.jpg'); imshow(A5); BW = im2bw(A5,0.5); imshow(BW,0.5)...

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

1

respuesta

Pregunta


How to count no of black spots in a image??
clc A5=imread('C:\Users\AMIT\Desktop\CB\sulphur\4-1.jpg'); imshow(A5); background = imopen(A5,strel('disk',15)); I2 = A5- ...

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

1

respuesta