sowjanya
Followers: 0 Following: 0
Statistics
RANK
194,056
of 295,467
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
4 years ago
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
4 years ago
Question
how to assign certain range of pixel values with desired color for classification of image?
I used GLCM to obtain properties of image. I have displayed different properties taking effects on input image . for a start, I...
5 years ago | 2 answers | 0
2
answersQuestion
statistical features for each and every pixel in the image
graycomatrix ,graycoprops are used to display the features of image as 'WHOLE' it is displaying for ex:contrast=(say)0.5137 ho...
5 years ago | 2 answers | 0
2
answersQuestion
ERROR while creating GLCM
% input image is obtained by stacking different bands(4,3,2) I=imread('D:\project\stack.tif'); G=rgb2gray(I); figure imshow(...
5 years ago | 1 answer | 0
1
answerQuestion
classification using properties obtained from GLCM
After obtaining properties(contrast,homogeneity,entropy) using glcm what is specific range of contrast for vegtation,waterbodie...
5 years ago | 1 answer | 0
1
answerQuestion
statistical features of image
the graycoprops function normalises glcm and then derives the statistical properties of image (as a whole) my question is can...
5 years ago | 1 answer | 0
1
answerQuestion
getting errors as undefined functions,when using imsegkmeans,lazy snapping functions
I am using MATLAB 2016 version to perform various segmentation techniques on image. while performing ''K-means clustering based...
5 years ago | 1 answer | 0