I usepurrrpackage to apply a linear regression to the points defining the line for each drawing. I easily convert the summary of the linear regression into a data frame usingtidyfunction frombroompackage. I use the slope of the regression to obtain the angle which describes the line (depending...
The line you see is a least-squares linear regression fit to the data, with the corresponding line equation:1.364757 * record_time - 0.034373 = time_to_match Notice of course since the matching itself is single threaded, the matching time includes the recording time. This makes sense with ...