Skip to content
View soura-b's full-sized avatar

Organizations

@LatticeInnovations

Block or report soura-b

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

Hi there 👋

My name is Soura, and work at Lattice Innnovations, a technology design & development firm.

  • 🔭 I interact with our clients, conceptualize solutions, and design user experiences
  • 🌱 I enjoy learning about mathematics, physics, and philosophy. I believe they are united in a search for universal fundamentals.

Pinned Loading

  1. soura-b.github.io soura-b.github.io Public

    My essays

    HTML

  2. GitForCOVID GitForCOVID Public

    Using GitHub to organize COVID emergency response

    2 1

  3. Contour detection with adaptive gaus... Contour detection with adaptive gaussian thresholding
    1
    import cv2
    2
    import numpy as np
    3
    image = cv2.imread('images_09_03/Lot1_RT.jpeg', 1)
    4
    img_gray = cv2.cvtColor(image, cv2.COLOR_BGR2GRAY)
    5
    
                  
  4. microscope-brightness-tile microscope-brightness-tile Public

    Brightness correction and tiling for microscope output.

    Python