Community Profile

photo

AMIT VERMA


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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 years ago | 1 answer | 1

1

answer

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer