Object Height and Width Measure

버전 1.0.0.0 (109 KB) 작성자: Anand g
Height and width pixel count of Object like hand
다운로드 수: 1.5K
업데이트 날짜: 2019/10/11

라이선스 보기

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.
%%

인용 양식

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

MATLAB 릴리스 호환 정보
개발 환경: R2010a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Feature Detection and Extraction에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Height width for hand/

버전 게시됨 릴리스 정보
1.0.0.0