Git Product home page Git Product logo

doctorxumu's Projects

- icon -

通过对图片进行超像素分割,提取特征,然后分类标签的方法进行分割

algorithm_interview_notes-chinese icon algorithm_interview_notes-chinese

2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记

auto-faceblur icon auto-faceblur

Python script for detecting faces in a picture and then blurring them out

auvsi-cv-pointcloud icon auvsi-cv-pointcloud

Learn how to read, load and visualize point clouds using MATLAB and pre-process the data by down sampling and de-noising. You will also learn how to apply affine transforms like translation and rotation. Finally, you will learn how to fit point clouds to geometric shapes and how to extract a region of interest from images using point clouds.

bag_of_features icon bag_of_features

Image Classification Based on Bag of Features with SIFT and SURF Descriptors

birch icon birch

An implementation of BIRCH by Python.

cbir_using_surf icon cbir_using_surf

Content-Based Image Retrieval (CBIR) is a challenging task which retrieves the similar images from the large database. Most of the CBIR system uses the low-level features such as color, texture and shape to extract the features from the images. In Recent years the Interest points are used to extract the most similar images with different view point and different transformations. In this project the SURF is combined with the color feature to improve the retrieval accuracy. SURF is fast and robust interest points detector/descriptor which is used in many computer vision applications. To improve the performance of the system the SURF is combined with Color Moments since SURF works only on gray scale images. The KD-tree with the Best Bin First (BBF) search algorithm is to index and match the similarity between the features of the images. Finally, Voting Scheme algorithm is used to rank and retrieve the matched images from the database.

cluster icon cluster

代码实现所有数据集的K-means,FCM,谱聚类,DBSCAN,AP(AffinityPropagation),DPC聚类算法比较

color-clustering-for-color-blind icon color-clustering-for-color-blind

This project uses K-Means clustering, a machine learning algorithm for clustering the pixel in an image. Works pretty good in colorblind testing images. It can also be used for determining the quantization level of colors in image and helps to provide a system to minimize the memory required for saving the image.

computer-vision__image-matching-stitching-and-homographies icon computer-vision__image-matching-stitching-and-homographies

Interest point detectors and descriptors are at the heart of most computer vision applications. The goal of this project is to gain insights by working on one such application in determining homographies. By building a brief descriptor and matching feature points, the project is able to calculate homogeneous matrix between two pictures taken by rotating the camera around center. Thus, when given several such images, the system can output a panoramic image which combine all the images together.

computervision-panorama icon computervision-panorama

Creating Panorama of images after perspective projection, non max suppression, corner detection and stitching of images.

cvtk icon cvtk

CVTK, a computer vision toolkit

data-science-ipython-notebooks icon data-science-ipython-notebooks

Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.

dbscan icon dbscan

Implementation of DBSCAN Algorithm in Python.

dbscan-1 icon dbscan-1

Implementation of the original DBSCAN algorithm

deepcd icon deepcd

[ICCV17] DeepCD: Learning Deep Complementary Descriptors for Patch Representations

deeplearning-500-questions icon deeplearning-500-questions

深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系[email protected] 版权所有,违权必究 Tan 2018.06

django icon django

The Web framework for perfectionists with deadlines.

eecs442-image-stitching icon eecs442-image-stitching

Harris corner detector is used to find the region of interest. SIFT descriptor is used to generate fingerprint around the interest point. RANSAC algorithm is used to fit the Homography Transform model.

glcm-svm icon glcm-svm

提取图像的灰度共生矩阵(GLCM),根据GLCM求解图像的概率特征,利用特征训练SVM分类器,对目标分类

gms-feature-matcher icon gms-feature-matcher

C++ code for "GMS: Grid-based Motion Statistics for Fast, Ultra-robust Feature Correspondence"

hardnet icon hardnet

Hardnet descriptor model - "Working hard to know your neighbor's margins: Local descriptor learning loss"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.