Community Profile

photo

Shrikanth


Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


I have a matrix of 24 rows x 3 columns. How to obtain all possible combinations of 3 rows? These combinations are then solved for obtaining average value of variables.
LHS is A=[0.313976809989128 0.177956658855626 78.3488158507844; 35.5174462218438 0.203968398786232 130.746500956281; 2.0...

8 years ago | 2 answers | 0

2

answers

Question


Color Histogram and Color Cloud
Hi I have obtained Color histogram of Color image by dividing image in 3 parts and plotting histogram of each part separately...

8 years ago | 0 answers | 0

0

answers

Answered
Color moments by MATLAB code
% Extract RGB Channel R=I(:,:,1); G=I(:,:,2); B=I(:,:,3); % Extract Statistical features % 1] MEAN meanR=mea...

8 years ago | 1

Question


Color Feature Extraction of Thermal Image
I have a set of thermal images. From this set, for one image, I have coded for color feature extraction with HSV. Using HSV is ...

8 years ago | 2 answers | 0

2

answers

Question


Hi, I have generated matrix of RGB values form image. How I can use elements of same matrix in same program for further operations?
Hi, with basic function, I have obtained pixel value in RGB format in matrix. I want to use different row values in same progr...

10 years ago | 1 answer | 0

1

answer