Community Profile

photo

AMIT VERMA


Aktiv seit 2015

Followers: 0   Following: 0

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

etwa 9 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


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

etwa 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort