Revision 1dc429fc0da4cc5ff4f62617760447613f85980b authored by vbhandawat on 01 February 2021, 13:54:09 UTC, committed by GitHub on 01 February 2021, 13:54:09 UTC
1 parent 17f20a6
getLegLengths.m
%This code will get the length of the middle leg
clear all
close all
rootdir = 'E:\CHUN\ImageCollect\Data\180924Sideview';
filen = 19;
M=load([rootdir filesep num2str(filen)]);
data = M.data.frames*2;
%start with a tarsi (foot) of the middle leg in the bottom view.
%After done with registering joints in the bottom view, move on to the side
%view. Press 1 for registration of each joint.
%Leg length will be calculated through 5 frames.
Rn=getLegLengthEditor(data)
close all

Computing file changes ...