Pinned Repositories
advanced_lane_detection
Advanced lane detection using computer vision
algorithm-archive
A collaborative book on algorithms
CImg
The CImg Library is a small, open-source, and modern C++ toolkit for image processing
cling
UPnP/DLNA library for Java and Android
CNN-Face-Point-Detection
This project is about the utilization of CNN to detect human face point. Trained with the dataset LFW and images from Internet.
convnetjs
Deep Learning in Javascript. Train Convolutional Neural Networks (or ordinary ones) in your browser.
Cplusplus-Concurrency-In-Practice
A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》
cplusplus_tutorial
source code of cplusplus tutorial on bilibili
cpp11Practice
Practices for "Effective Modern C++" book
CppCon2017
Slides and other materials from CppCon 2017
FreemanKing's Repositories
FreemanKing/algorithm-archive
A collaborative book on algorithms
FreemanKing/cling
UPnP/DLNA library for Java and Android
FreemanKing/convnetjs
Deep Learning in Javascript. Train Convolutional Neural Networks (or ordinary ones) in your browser.
FreemanKing/Cplusplus-Concurrency-In-Practice
A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》
FreemanKing/cplusplus_tutorial
source code of cplusplus tutorial on bilibili
FreemanKing/CppCon2017
Slides and other materials from CppCon 2017
FreemanKing/CppPrimer
:books: Solutions for C++ Primer 5th exercises.
FreemanKing/Design-Pattern
design patterns
FreemanKing/DesignPattern
C++11全套设计模式-23种指针的用法(a full DesignPattern implement with c++11)
FreemanKing/dkm
A generic C++11 k-means clustering implementation
FreemanKing/effective_robotics_programming_with_ros
Effective Robotics Programming with ROS
FreemanKing/face_classification
Real-time face detection and emotion/gender classification using fer2013/imdb datasets with a keras CNN model and openCV.
FreemanKing/JustTest
FreemanKing/kmins
let's code: k-means demo
FreemanKing/Lane-Detection-for-Autonomous-Cars
Lane Detection Module using C++ and OpenCV
FreemanKing/muduo
学习muduo库
FreemanKing/OpenCV3-Computer-Vision-Application-Programming-Cookbook-Third-Edition
Code repository for OpenCV 3 Computer Vision Application Programming Cookbook, Third Edition, published by Packt
FreemanKing/OpenFace
OpenFace – a state-of-the art tool intended for facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation.
FreemanKing/OpenNPD
C++ detect and train of "A Fast and Accurate Unconstrained Face Detector".
FreemanKing/openpose
OpenPose: Real-time multi-person keypoint detection library for body, face, and hands estimation
FreemanKing/Platinum
UPnP SDK
FreemanKing/ros_tutorials
ROS Tutorials for beginner
FreemanKing/SSD-Tensorflow
Single Shot MultiBox Detector in TensorFlow
FreemanKing/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10
How to train a TensorFlow Object Detection Classifier for multiple object detection on Windows
FreemanKing/test
FreemanKing/tf-pose-estimation
Deep Pose Estimation implemented using Tensorflow with Custom Architectures for fast inference.
FreemanKing/thread-pool-cpp
High performance C++11 thread pool
FreemanKing/trime
同文安卓輸入法平臺3.x/Android-rime/Rime Input Method Engine for Android
FreemanKing/twitchslam
A toy implementation of monocular SLAM written while livestreaming
FreemanKing/ucos-vs2017
修改自Micrium官网适配给VS2017源码,加入卢有亮的《嵌入式实时操作系统μC/OS原理与实践》移植代码中的实验例子