Pinned Repositories
Angel-Classification
Teeth are classified into 3 types by Angel in Orthodonics. This project get an input of teeth picture shot from the right of a persion, and judge the type by angel's principle. I proposed two method for teeth classification: histogram and super-pixel.
bond_trading
bond_trading is a bond trading software. This software imitates the bond trading process: a simulator generate 4 kinds of messages: sell, buy, bid, offer, and the back-end receive the message, after having processed the message, it will return a result to the simulator
cluster
Machine Learning K-Means cluster algorithm in Java
CodingInterviews
剑指Offer——名企面试官精讲典型编程题
dlib_face_recognition_for_digikam
How to compile?
express-helper
Express-helper is a web service application. It used to help people to get their expresses if they don't have time. The software contains three part: back-end database, android application
No-More-Queue
No-More-Queue is a data processing software. It's used for process the data from the canteen, using regress forecasting and cluster algorithm. In regression forecasting, the software will forecast the income in the next week for every window. In cluster, the software will get the connections between windows.
P2P_DHT
This is a P2P Distributed Hash Table written with Linux C.
stl_Reader
The program can read and show the object from the .stl file using opengl. The user can rotate, zoom and pick the fragment.
Super-Resolution-Image
This is an algorithm about how to get super-resolution image from a single image, which is described in the paper "Glasner, Bagon, Irani - 2009 - Super-resolution from a single image"
yjwudi's Repositories
yjwudi/Super-Resolution-Image
This is an algorithm about how to get super-resolution image from a single image, which is described in the paper "Glasner, Bagon, Irani - 2009 - Super-resolution from a single image"
yjwudi/stl_Reader
The program can read and show the object from the .stl file using opengl. The user can rotate, zoom and pick the fragment.
yjwudi/bond_trading
bond_trading is a bond trading software. This software imitates the bond trading process: a simulator generate 4 kinds of messages: sell, buy, bid, offer, and the back-end receive the message, after having processed the message, it will return a result to the simulator
yjwudi/cluster
Machine Learning K-Means cluster algorithm in Java
yjwudi/dlib_face_recognition_for_digikam
How to compile?
yjwudi/P2P_DHT
This is a P2P Distributed Hash Table written with Linux C.
yjwudi/Angel-Classification
Teeth are classified into 3 types by Angel in Orthodonics. This project get an input of teeth picture shot from the right of a persion, and judge the type by angel's principle. I proposed two method for teeth classification: histogram and super-pixel.
yjwudi/express-helper
Express-helper is a web service application. It used to help people to get their expresses if they don't have time. The software contains three part: back-end database, android application
yjwudi/No-More-Queue
No-More-Queue is a data processing software. It's used for process the data from the canteen, using regress forecasting and cluster algorithm. In regression forecasting, the software will forecast the income in the next week for every window. In cluster, the software will get the connections between windows.
yjwudi/CodingInterviews
剑指Offer——名企面试官精讲典型编程题
yjwudi/digikam
digiKam is an advanced digital photo management application for KDE, which makes importing and organizing digital photos a 'snap'.
yjwudi/digiKam-Test
face recognition test code for digikam
yjwudi/Eigenfaces-for-digiKam
I write and test 4 kinds of Eigenfaces algorighm for face recognization.
yjwudi/evoplex
Evoplex is a fast, robust and extensible platform for developing agent-based models and multi-agent systems on networks. It's available for Windows, Linux and macOS.
yjwudi/fruit-ninja
just a homework
yjwudi/MovieRec
A movie Recmmendation website----course homework
yjwudi/Naive-Bayes
Naive Bayes algorithm for txt classification
yjwudi/nomacs-plugins
3dparty plugins for nomacs
yjwudi/obj_off_reader
digital geometry processing homework
yjwudi/opencv_examples
yjwudi/TRnn
yjwudi/TSP-TabuSearch
Solve Travelling salesman problem using tabu search