whdcumt's Stars
GokuMohandas/Made-With-ML
Learn how to design, develop, deploy and iterate on production-grade ML applications.
MorvanZhou/tutorials
机器学习相关教程
rasmusbergpalm/DeepLearnToolbox
Matlab/Octave toolbox for deep learning. Includes Deep Belief Nets, Stacked Autoencoders, Convolutional Neural Nets, Convolutional Autoencoders and vanilla Neural Nets. Each method has examples to get you started.
divamgupta/image-segmentation-keras
Implementation of Segnet, FCN, UNet , PSPNet and other models in Keras.
PaddlePaddle/book
Deep Learning 101 with PaddlePaddle (『飞桨』深度学习框架入门教程)
ShawnBIT/UNet-family
Paper and implementation of UNet-related model.
WXinlong/SOLO
SOLO and SOLOv2 for instance segmentation, ECCV 2020 & NeurIPS 2020.
orobix/retina-unet
Retina blood vessel segmentation with a convolutional neural network
Eatzhy/surface-defect-detection
缺陷检测文献记录
YuanhaoGong/CurvatureFilter
Curvature Filters are efficient solvers for Variational Models
qinnzou/DeepCrack
DeepCrack: Learning Hierarchical Convolutional Features for Crack Detection
blakeliu/awesome-cell-detection-segmentation
nucleus/cell and histopathology image classification,detection,segmentation
petercorke/machinevision-toolbox-matlab
Machine Vision Toolbox for MATLAB
theWorldCreator/LSD
a Line Segment Detector
LmYjQ/AI_for_everyone
nicolasmetallo/car-damage-detector
Detect dents and scratches in cars. Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow.
lipiji/PG_Curve
Matlab code for computing and visualization: Confusion Matrix, Precision/Recall, ROC, Accuracy, F-Measure etc. for Classification.
mhaghighat/gabor
Gabor Feature Extraction
ab93/SIFCM
Image Segmentation using Spatial Intuitionistic Fuzzy C Means Clustering
aviralchharia/COVID-19
Research Project for Detection of COVID-19 from X-Ray using Deep Learning methods. Implemented convolutional neural network for classification of X-Ray Images into COVID & non-COVID cases.
karanchauhan/Image-Segmentation
RGB and hyperImage segmentation and evalutation via KMeans, Fuzzy C Means, Self Organizing Map, Spectral Clustering and Gaussian Mixture Models
liamheng/QGFD
Quaternion generic Fourier descriptor for color object recognition
taoliq/RubikCubeRobot
Rubik's Cube Robot using android and ardruino
liamheng/Deep-learning-on-cell-classification
Deep learning models for cell classification
vishnu1729/Hu-s-Invariant-Moments
Calculates the seven invariant Hu's moment of an image
pitsios-s/ImageSegmentation
An image segmentation project, using clustering algorithms.
PJ17101/Identifying-Interstitial-Lung-Diseases-using-Image-Processing-
To design a system that retrieves similar images using the image features such as the Gabor Wavelet and Discrete Wavelet transform. The system is basically built for identifying lung diseases using the CT scans of the lungs, the existing CT scan images of the diseases are taken into the database and the feature extraction process is done upon them the values are stored in a matrix and then in the end these values of database images are compared with the query image and by using the similarity metric (manhattan distance), the most relative image is retrieved.
whdcumt/Texture-Features-Based-Image-Retrieval-in-DWT-Domain
we have presented a Content Based Image Retrieval (CBIR) scheme using color, texture and shape feature information. Firstly an input RGB image is converted into YCbCr image and each part of the i.e. Y, Cb and Cr are extracted from it. Afterword, each components are uniformly quantized. Then BDIP and BVLC are computed over quantized Y-component on block size of 2×2 and receive respective BDIP and BVLC image. Then on these two received image 3-level dwt is implemented and on each sub band some statistical parameters are evaluated to form a part of a feature vector. Now, on extracted quantized Cb and Cr components, 2-level dwt is performed and on each sub band some statistical parameters are calculated and this form second part of the feature vector. Now both parts are concatenated to form final feature vector. To proof that our system is adequate to retrieve good results, we have tested our scheme on benchmark database Coral-1000 . Same processed has been taken place for all the images present in the database and on the basis of the similarity measurement Top-20 results are retrieved and stored and the results are quite satisfying.
sergiud/elpv-dataset
A dataset of functional and defective solar cells extracted from EL images of solar modules
whdcumt/machine-learning-notes
This contains my past machine learning notes