Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (5)
face detection-matlab code
no vote
Lets see how to detect face, nose, mouth and eyes using the MATLAB built-in class and function. Based on Viola-Jones face detection algorithm, the computer vision system toolbox contains  vision.CascadeObjectDetector System  object which detects objects based on above mentioned algorithm. <span class="mlxt_Word" style="font-size:14px;background-color:#FFFFFF;font-family:"">  in these matlab code we just detect a face and like these code we can also create a matlab code to detect palm lines , nose, eyes.
kavitamahale
2018-05-24
1
1
feature vector creation
no vote
In  pattern recognition  and  machine learning , a  feature vector  is an n-dimensional  vector  of numerical  features  that represent some object. Many  algorithms  in machine learning require a numerical representation of objects, since such representations facilitate processing and statistical analysis. When representing images, the feature values might correspond to the pixels of an image, while when representing texts the features might be the frequencies of occurrence of textual ter
kavitamahale
2018-04-01
1
1
feature vector creation
no vote
In  pattern recognition  and  machine learning , a  feature vector  is an n-dimensional  vector  of numerical  features  that represent some object. Many  algorithms  in machine learning require a numerical representation of objects, since such representations facilitate processing and statistical analysis. When representing images, the feature values might correspond to the pixels of an image, while when representing texts the features might be the frequencies of occurrence of textual ter
kavitamahale
2018-03-31
0
1
Histogram computation
no vote
An  image histogram  is a type of  histogram  that acts as a  graphical representation  of the  tonal  distribution in a  digital image . [1]  It plots the number of  pixels  for each tonal value. By looking at the histogram for a specific image a viewer will be able to judge the entire tonal distribution at a glance.

kavitamahale
2018-03-18
1
1
filtering for image
no vote
The effect of Gaussian  smoothing  is to  blur  an image, in a similar fashion to the mean filter. The degree of  smoothing is determined by the standard deviation of the Gaussian. (Larger standard deviation Gaussians, of course, require larger convolution kernels in order to be accurately represented.)
kavitamahale
2018-03-18
1
1
No more~