Skip to content
View kkxl490's full-sized avatar

Block or report kkxl490

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. openalpr openalpr Public

    Forked from openalpr/openalpr

    Automatic License Plate Recognition library

    C++ 1

  2. machine-learning-yearning-cn machine-learning-yearning-cn Public

    Forked from deeplearning-ai/machine-learning-yearning-cn

    Machine Learning Yearning 中文版 - 《机器学习训练秘籍》 - Andrew Ng 著

    CSS 1

  3. stanford-cs-229-machine-learning stanford-cs-229-machine-learning Public

    Forked from afshinea/stanford-cs-229-machine-learning

    VIP cheatsheets for Stanford's CS 229 Machine Learning

    1

  4. awesome-cs-books awesome-cs-books Public

    Forked from imarvinle/awesome-cs-books

    经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等

    1

  5. Kalman-Filter-for-Beginners Kalman-Filter-for-Beginners Public

    Forked from philbooks/Kalman-Filter-for-Beginners

    Sample code in MATLAB/Octave for "Kalman Filter for Beginners"

    MATLAB

  6. SMP_LPR SMP_LPR Public

    Forked from Caius-Lu/SMP_LPR

    利用树莓派实现车牌识别,其中借鉴了大神的代码,调用摄像头,实现了车牌识别,设计一款基于树莓派实现车牌识别的智能限高杆。系统可以分为辨识部分和警示部分,辨识部分以树莓派3B+为核心处理器,基于Linux平台,利用激光对准模块来判断车辆是否超出限定高度,若超过则辅以摄像头来作为抓取车辆信息。通过python3.5和OpenCV来对含有车牌信息的图片,进行高斯去噪、灰度化、边缘检测、二值化、闭操作…

    Python