Object Height and Width Measure

Height and width pixel count of Object like hand

You are now following this Submission

For all classifier needs feature from classification object .Here the program for height and width feature taken from 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.
%%

Cite As

Anand g (2026). Object Height and Width Measure (https://www.mathworks.com/matlabcentral/fileexchange/48244-object-height-and-width-measure), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0