Skip to content

This project focuses on chip orientation estimation using computer vision techniques in a VLSI testing environment. The provided Python script uses OpenCV to create a bounding box around objects in a given image and returns the angular offset of the objects with notations.

Notifications You must be signed in to change notification settings

saikaryekar/Chip-Orientation-Estimation-with-OpenCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip-Orientation-Estimation-with-OpenCV

Overview

This project focuses on chip orientation estimation using computer vision techniques in a VLSI testing environment. The provided Python script uses OpenCV to create a bounding box around objects in a given image and returns the angular offset of the objects with notations.

Installation

  1. Clone the repository:

    git clone https://github.com/saikaryekar/Chip-Orientation-Estimation-with-OpenCV.git
    cd Chip-Orientation-Estimation-with-OpenCV
  2. Install dependencies:

    pip install -r requirements.txt

Usage

Run the chip_orientation_estimation.py script with the path to the input image as an argument. For example:

python chip_orientation_estimation.py --image_path data/input_img.jpg

About

This project focuses on chip orientation estimation using computer vision techniques in a VLSI testing environment. The provided Python script uses OpenCV to create a bounding box around objects in a given image and returns the angular offset of the objects with notations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published