photo

AMIT VERMA


2015 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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

9年以上 前 | 1 件の回答 | 1

1

回答

質問


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

9年以上 前 | 0 件の回答 | 0

0

回答

質問


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

9年以上 前 | 0 件の回答 | 0

0

回答

質問


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

9年以上 前 | 1 件の回答 | 0

1

回答

質問


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

9年以上 前 | 1 件の回答 | 0

1

回答

質問


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

9年以上 前 | 1 件の回答 | 0

1

回答

質問


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

9年以上 前 | 1 件の回答 | 0

1

回答

質問


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

9年以上 前 | 1 件の回答 | 0

1

回答