Here we need to discuss some color space conversion which are helpful in face detection .In this program we take 24-Bit color image as an input.
RGB to TSL :- RGB to TSL conversion in which we use following formula :-
RGB to TSL :- RGB to TSL conversion in which we use following formula :-
where:
*255
*255
*255
*255
Here is the input and output image for this program:-
Input Color Image |
Output TSL Image |
RGB to noramalized RGB:-In this approach the each normalized RGB channel is formed by the dividing the respective channel with the sum of all three channel values and further multiplying it by 255.Here is the input and output image for this program:-
Input color image |
Normalized RGB image |
No comments:
Post a Comment