NatalieYXJ's repositories
ADCensus-stereo-match-implement
simple implement and distance measure
Automatic-Hole-Filling
Fill Holes in A Simple Design Using Python
deep-learning-for-image-processing
deep learning for image processing including classification and object-detection etc.
depth2Cloud
A python implement of converting a depth map to point cloud
DepthFromDefocus
Interpolated depth from defocus using graph cut optimization
DIP_HW4
Fourth homework. Automatic Hole Filling.
iris_classification_BPNeuralNetwork
Python 基于BP神经网络实现鸢尾花的分类
Machine-Learning-with-Python
Python code for common Machine Learning Algorithms
MachineLearning
Machine Learning in Action学习笔记,一个文件夹代表一个算法,每个文件夹包含算法所需的数据集、源码和图片,图片放在pic文件夹中,数据集放在在Data文件夹内。书中的代码是python2的,有不少错误,这里代码是我用python3写的,且都能直接运行
MachineLearning_Python
机器学习算法python实现
NCC
Stereo Matching -- Normalized Cross Correlation by python
PyKinect2-PyQtGraph-PointClouds
Creating real-time dynamic Point Clouds using PyQtGraph, Kinect 2 and the python library PyKinect2.
python-pcl
Python bindings to the pointcloud library (pcl)
python_depth_to_point_cloud
Transform depth and RGB image pairs into a .ply file and show it
Smart-Algorithm
智能算法-遗传算法、蚁群算法、粒子群算法实现。实现版本Java,Python,MatLab多版本实现
stereo_depth_estimator
Stereo depth estimation for self-driving cars 🚗
sw_machine_learning
machine learning
TSP_collection
TSP算法全复现:遗传(GA)、粒子群(PSO)、模拟退火(SA)、禁忌搜索(ST)、蚁群算法(ACO)、自自组织神经网络(SOM)