Skip to content
View mukoan's full-sized avatar

Block or report mukoan

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

Hi there πŸ‘‹

  • πŸš€ I'm currently working on lots of different things, check out my website at lyndonhill.com
  • πŸ“« To contact me, see the contact page at my website for my email address

Research interests πŸ”­

I'm a Computer Vision researcher, I'm interested in many aspects of Computer Vision but particularly

  • Video stabilisation
  • Video completion
  • Visual SLAM
  • 3D representations such as NeRFs

Other interests πŸ€”

  • πŸ‡ΉπŸ‡­ Thai language
  • πŸ‡―πŸ‡΅ Japanese language
  • πŸŽ₯ Cinematography and video editing

Pinned Loading

  1. ReferenceOrganiser ReferenceOrganiser Public

    Organise notes for technical papers

    C++

  2. tvk tvk Public

    Thai Virtual Keyboard, a widget for Qt

    C++

  3. Filenote Filenote Public

    AmigaDOS style filenote using bash scripting

    Shell

  4. Notes Notes Public

    Simple note making scripts

    Shell

  5. libbedic libbedic Public

    Fork of libbedic, used for building and handling linguistic dictionaries

    C++ 1

  6. Observe Bluetooth advertisements for... Observe Bluetooth advertisements for Govee H5075, H5177, H5102 Smart Thermo-Hygrometer and print out temperature, humidity, battery level
    1
    import datetime
    2
    from time import sleep
    3
    from bleson import get_provider, Observer
    4
    
                  
    5
    def c2f(val):