Skip to content

Python script to measure angle and deviation from window center to object center.

Notifications You must be signed in to change notification settings

AniketVelhankar/Object-Angle-Deviation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Object-Angle-Deviation

Python script to measure deviation from window center to object center and angle

Outputs

Requirements

OpenCV4
Python3
Numpy
Scipy

Usage

  1. Measure angle and deviation of image from center : python center_align.py --image path_to_image

  2. Measure angle and deviation in video and returned aligned object frame based on allowed threshold :
    python realtime_align.py --video path_to_video --angle angle_threshold --deviation deviation_threshold

About

Python script to measure angle and deviation from window center to object center.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages