Skip to content
View anujsainarain's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report anujsainarain

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Iterative-Closest-Point Iterative-Closest-Point Public

    This repository contains an implementation of the Iterative Closest Point (ICP) algorithm to align two point clouds, namely the source and target point clouds. The ICP algorithm is widely used for …

    Python 2

  2. Point-cloud-plane-fitting Point-cloud-plane-fitting Public

    This repository contains a custom implementation of the Random Sample Consensus (RANSAC) algorithm for fitting a plane on 3D point clouds. The provided code snippet utilizes Open3D to load and visu…

    Python 1

  3. Kinematic-Inversion_SCARA Kinematic-Inversion_SCARA Public

    This repository contains MATLAB/Simulink simulations for implementing second-order algorithms for kinematic inversion with Jacobian inverse and Jacobian pseudo-inverse, along with obstacle avoidanc…

    MATLAB 1

  4. embedded_pedometer embedded_pedometer Public

    This repository contains the source code and documentation for an embedded pedometer system built using STM32 microcontroller.

    C 1

  5. tracking-soccerball-yolov8 tracking-soccerball-yolov8 Public

    This project demonstrates soccer ball detection and tracking using YOLOv8. A custom COCO-format dataset was created and used to train the YOLOv8 model, which accurately identifies and tracks the so…

    Python 1

  6. A_Star A_Star Public

    The repository implements A* algorithm.

    Python