Description: For all classifier needs feature classification object .Here the program for height and width feature taken hand image.This program suitable for any single object in the image.
input
gray_img : input hand image or any measure image like 2d with 0 to 255
intensity
output
height : pixel count of height
width : pixel count of width
out_img : segmented image with line for height and width
hand_height_width function implements hand height and width of the image
using the method outlined in:
calculate the hand height and width value for gray image. In Proceedings of the Information Sciences 275 (2014) 45–56.
Hand shape identification on multirange images.
[ height width out_img ] = hand_height_width ( gray_img ) function is to find the hand height and width value of the image.
The input is given to the gray scale image.
To Search:
File list (Check if you may need any files):
Height width for hand
.....................\hand_height_width.m
.....................\img1
.....................\....\03.JPG
.....................\....\04.JPG
.....................\....\05.JPG
.....................\....\06.JPG
.....................\....\07.JPG
.....................\....\08.JPG
.....................\....\09.JPG
.....................\....\10.JPG
.....................\....\Thumbs.db
.....................\test.m