Skip to content
View WorstCodeWay's full-sized avatar

Block or report WorstCodeWay

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

Popular repositories Loading

  1. socketpractice socketpractice Public

    socket client&server practice sourece

    C

  2. CloudConverter CloudConverter Public

    A handy mini program for converting cloud points file.

    C++

  3. framelesshelper framelesshelper Public

    Forked from wangwenx190/framelesshelper

    Frameless windows for Qt Widgets and Qt Quick applications. Support Win32, X11, Wayland and macOS.

    C++

  4. QtExamples QtExamples Public

    Forked from XMuli/QtExamples

    Qt 的 GUI 控件使用和网络;DTK 重绘控件方式的框架架构解析;Qt 原理/运行机制理解;QtCrator 使用和一些小技巧;系列文章教程

    C++

  5. tracy tracy Public

    Forked from wolfpld/tracy

    C++ frame profiler

    C++

  6. Image-matching-and-ranging-based-on-binocular-stereo-vision Image-matching-and-ranging-based-on-binocular-stereo-vision Public

    Forked from Cuirongcheng/Image-matching-and-ranging-based-on-binocular-stereo-vision

    双目立体视觉是计算机视觉范畴的核心之一,它利用双目相机来获得目标物体的图像,经过物体图像处理 之后得到目标物体所在场景环境的三维信息,最终实现非接触条件下测距,简单便捷。本次毕业设计主要内容为研究 基于双目立体视觉平台上的图像匹配以及目标物体的距离测量技术,图像特征提取部分研究了 SIFT 算法和 SURF 算 法,特征匹配部分研究了 BF 法和 FLANN 法,距离测量研究主要通过视差深度…

    Python