Skip to content
View esmitt's full-sized avatar
🐢
As fast as a Pentium I
🐢
As fast as a Pentium I
Block or Report

Block or report esmitt

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

🖖 Hello humans 👽

  • ⏳ My story as a developer started 18 years ago at University
  • 🕹️ I like to create, start, and run IT-related projects, and spread the knowledge in Computer Science
  • 💻 I am working on Machine Learning approaches for medical imaging
  • 🎓 I am finishing my Ph.D. in the Computer Vision Center - CVC at the UaB and got my MSc in Computer Science in the Computer Graphics Center -CCG at the UCV
  • 📝 I write code in different programming languages, frameworks, and libraries.
  • 🤡 I love the humor in almost any sense, I hear/watch podcasts/series to learn, to laugh, and even while I'm cooking!

Esmitt's GitHub stats Top Langs

To know more about my projects, please check my networks. Thanks.

Pinned

  1. RenderPLY RenderPLY Public

    Basic code to load two PLY files using GLFW

    C++ 8 3

  2. GLFW-with-shaders GLFW-with-shaders Public

    It a basic template of GLFW using GLEW to manage shaders in modern OpenGL

    C++ 9 1

  3. DICOMSliceViewer DICOMSliceViewer Public

    A script which takes a 3D numpy array and visualize in axial, sagittal and coronal view. This project is using Mayavi

    Python 8 2

  4. DICOMVolumeRendering DICOMVolumeRendering Public

    A base code to display a volume using ray casting with VTK

    C++ 2 1

  5. OGLCube OGLCube Public

    A GLUT code to display a simple 3D Cube using OpenGL 4.0

    C++ 3

  6. Iris detection from an eye photo Iris detection from an eye photo
    1
    # Numpy is needed because OpenCV images in python are actually numpy arrays.
    2
    import numpy
    3
    import cv2
    4
    
    
    5
    class iris_detection():