Community Profile

photo

kishan nagesh


JSSATE

Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • First Answer

View badges

Feeds

View by

Question


Can anyone help me to write a code for detection of eye condition open or closed ?
In my project i have done till segmentation of the face of the image and also edge detection using sobel operator after this i d...

10 years ago | 0 answers | 0

0

answers

Question


how to improve the accuracy of segmentation and why aren't we using the y component for segmentation here and how we get those values of 145 add 165 and 195!! please some help me soon...
clc; clear all; I=imread('1.jpg'); I=double(I); [hue,s,v]=rgb2hsv(I); Y = 0.257 * I(:,:,1) +0.504* I(:,:,2) + 0...

10 years ago | 0 answers | 0

0

answers