Skip to content
View AntoineAndre's full-sized avatar
🦓
focusing
🦓
focusing

Highlights

  • Pro
Block or Report

Block or report AntoineAndre

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
AntoineAndre/README.md

Hi there 👋

I am Antoine André, a researcher in Computer Vision for robotics at the JRL CNRS-AIST laboratory of research.

🔬 Research

Post-doc

My current research focuses on visual servoing with great precision and large convergence domain. To do this, omnidirectional cameras are taken in account, since they can provide a full 360 degrees representation of the scene. This representation allows to work with a spherical representation of the images, providing a better understanding of the scene.

These post-doctoral researches started in Amiens, in the MIS laboratory of research, in the PR team (Robotics perception).

More details can be found in the 2022 CVPR conference paper : Photometric Visual Gyroscope for Full-View Spherical Camera

Ph.D.

My previous research was focusing on the pose measurement with nanometric resolution of periodic patterns with the help of microscopy computer vision. Developped tool to achieve this is available as a precompiled .dll here.

More details about the process of high resolution pose measurement can be found on my website

An open source version of this pose measurement method is available for the 1D case with matlab in this repository

Preprint of already published papers are available here:

The manuscript of the thesis is available here (in french).

📚 Teaching

I gave practical courses for 3 years at ENSMM (Besançon) to 3rd year engineer students (M2 students). Aborded topics were highly linked to computer vision such as:

  • Camera calibration
  • 2 cameras homography (see github repo aruco_video_homography)
  • 3D reconstruction from 2 cameras
  • 3D triangulation

I also had the opportunity to give practical courses on microcontrollers (PIC16F) to second year students.

🎓 Background

  • Engineer degree at ENSMM (National Superior School of Mechanics and Microtechnics), robotics and mechatronics specialization.
  • Microsystems, Instrumentation and Robotics Master double degree at University of Franche-Comté, Besançon.
  • 6 months long internship at the Tokyo Denki University (Tokyo, Japan) working on compliant command based on Serial Elastic Actuators for prostethics hands.

🔗 Links

Pinned Loading

  1. 1D_phase_measurement 1D_phase_measurement Public

    Open source code to measure 1D positions with a periodic one dimensionnal pattern

    MATLAB 1

  2. alpha_dre alpha_dre Public

    Minimalist 42-key keyboard with an ISO layout

    C 7

  3. aruco_video_homography aruco_video_homography Public

    A short python script to detect ArUco markers and patch a video on it.

    Python