Skip to content
View MatthewLeeCode's full-sized avatar
Block or Report

Block or report MatthewLeeCode

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

Pinned

  1. RadVis RadVis Public

    RadVis (Radiology Visualization) is a visualization tool for medical images.

    Python 4

  2. Abdulk084/CardioTox Abdulk084/CardioTox Public

    Python 19 7

  3. visual-center visual-center Public

    Calculates the visual center of a polygon. Useful for labelling tasks

    Python 5

  4. FabricJS Object-based Undo/Redo Stat... FabricJS Object-based Undo/Redo State Management
    1
    import cloneDeep from 'lodash/cloneDeep';
    2
    
                  
    3
    export default class State {
    4
        objectMap = new Map();
    5
        mapIndex = 0;