Community Profile

photo

Sivasurya J


Active since 2018

Followers: 0   Following: 0

Budding Engineer

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Is it possible to separate R portion, G portion, B portion of an RGB image?
a = imread('eye.jpg'); imshow(a);title('H&E image'); text(size(a,2),size(a,1)+15,... 'Image Courtesy of Alen Partin,J...

6 years ago | 0 answers | 0

0

answers

Question


I am working on a project where I have to find deltaE value of CIElab image... The formula for deltaE is sqrt((L1-L2)^2+(a1-a2)^2+(b1-b2)^2). And also I want to know how to find L1,L2,a1,a2,b1,b2
My project is to detect anemia using eye image... So far I have found segmenting red color and mean values... My code is %S...

6 years ago | 0 answers | 0

0

answers

Question


How to find mean Hue and mean Saturation of an HSI image not HSV image?
After converting RGB to HSI, I want to get the mean values for Hue,Saturation and Intensity. I got codes for HSV image i.e., ...

6 years ago | 2 answers | 0

2

answers

Question


Is there any possibilities to multiply Hue and Saturation of each & every pixel(values must average at last) in an image?
I want to multiply hue and saturation and to get average value(single value for all pixels)

6 years ago | 1 answer | 0

1

answer

Question


How to find average R value in an RGB image?
I am trying to split the RGB image into separate colors(like R,G,B) and find the average value for each colours. Please anyone ...

6 years ago | 1 answer | 0

1

answer