photo

AMIT VERMA


Attivo dal 2015

Followers: 0   Following: 0

Statistica

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 9 anni fa | 1 risposta | 1

1

risposta

Domanda


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

oltre 9 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 9 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 9 anni fa | 1 risposta | 0

1

risposta