opnavlab / sonic

SONIC is an object-oriented optical navigation (OPNAV) toolkit written in MATLAB.
MIT License
2 stars 0 forks source link

Horizon Analysis and ScanLines Tutorial #5

Closed athrasher7 closed 2 months ago

athrasher7 commented 2 months ago

Adding the HorizonAnalysisTutorial live script, which shows how to remove smear in an image and extract image intensity values along scan lines in an image. This tutorial demonstrates both the basic Scanlines constructor as well as the getParallelLines method. Minor changes were made to the Image method getLine to correct for a line directionality issue. Scanlines input changed from a Points2 object to a 1x2 double vector.