您的位置:首页 > 其它

图像标注 图像分割,特征提取和分类算法

2015-07-24 20:33 477 查看
图像处理一些算法的保存,记录一下方便以后查看

图像分割

JSEGhttp://vision.ece.ucsb.edu/segmentation/jseg/
NCuthttp://www.cis.upenn.edu/~jshi/software/
Variational Image Segmentationhttp://aakash.ece.ucsb.edu/imdiffuse/segment.aspx
EdgeFlowhttp://vision.ece.ucsb.edu/segmentation/edgeflow/software/
MeanShifthttp://www.vlfeat.org/
Berkeley Edgehttp://www.eecs.berkeley.edu/Research/Projects/CS/vision/grouping/index2.html
Superpixelshttp://www.eecs.berkeley.edu/Research/Projects/CS/vision/bsds/code/ ,http://www.cs.sfu.ca/~mori/research/superpixels/
Graph-Based Image Segmentationhttp://people.cs.uchicago.edu/~pff/segment/
特征提取

Self-Similarity Descriptorhttp://www.robots.ox.ac.uk/~vgg/software/SelfSimilarity/
Filtershttp://www.robots.ox.ac.uk/~vgg/research/texclass/filters.html
Shape Contexthttp://www.seas.upenn.edu/~limingw/obj_det_accv07/code.html
SIFThttp://www.vlfeat.org/
Color Descriptorshttp://lear.inrialpes.fr/people/vandeweijer/color_descriptors.html , http://koen.me/research/colordescriptors/
Affine Detectorshttp://www.robots.ox.ac.uk/~vgg/research/affine/
Affine Descriptorshttp://www.robots.ox.ac.uk/~vgg/research/affine/descriptors.html#binaries
分类

Kmeanshttp://www.robots.ox.ac.uk/~vgg/software/
FASTCLUSTERhttp://www.robots.ox.ac.uk/~vgg/software/fastcluster/
FASTANNhttp://www.robots.ox.ac.uk/~vgg/software/fastann/
Sparse Codinghttp://www.di.ens.fr/willow/SPAMS/
LLChttp://www.ifp.illinois.edu/~jyang29/LLC.htm
LibSVMhttp://www.csie.ntu.edu.tw/~cjlin/libsvm/
LibLinearhttp://www.csie.ntu.edu.tw/~cjlin/liblinear/
libpmkhttp://people.csail.mit.edu/jjl/libpmk/
Random Foresthttp://code.google.com/p/randomforest-matlab/
CLOPhttp://clopinet.com/CLOP/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: