24小时热门版块排行榜    

查看: 1683  |  回复: 4

tianfuo

铁虫 (初入文坛)

[交流] OpenPR开源代码项目 已有3人参与

详见转载贴子:http://www.sigvc.org/bbs/thread-272-1-1.html (意见和建议可直接在贴子上留言,我们将集中反馈给开发组成员)


欢迎大家访问OpenPR主页, 并提出意见和建议!同时,OpenPR也期待您分享您的代码!

OpenPR, stands for Open Pattern Recognition project and is intended to be an open source platform for sharing algorithms of image processing, computer vision, natural language processing, pattern recognition, machine learning and the related fields. Code released by OpenPR is under BSD license, and can be freely used for education and academic research. OpenPR is currently supported by the National Laboratory of Pattern Recognition, Institution of Automation, Chinese Academy of Sciences.



Naive Bayes Classifier  
This program is a C++ implementation of Naive Bayes Classifier, which is a well-known generative classification algorithm for the application such as text classification. The Naive Bayes algorithm requires the probabilistic distribution to be discrete. Th ...
AuthorsRui Xia
E-mail rxia@nlpr.ia.ac.cn
Tagspattern recognition, natural language processing, text classification


Thresholding program  
This is demo program on global thresholding for image of bright small objects, such as aircrafts in airports. the program include four method, otsu,2D-Tsallis,PSSIM, Smoothnees Method.
Authorschen xueyun
E-mail xueyun.chen@nlpr.ia.ac.cn

Principal Component Analysis Based on Nonparametric Max...  
In this paper, we propose an improved principal component analysis based on maximum entropy (MaxEnt) preservation, called MaxEnt-PCA, which is derived from a Parzen window estimation of Renyi’s quadratic entropy. Instead of minimizing the reconstruction ...
AuthorsRan He
E-mail rhe@nlpr.ia.ac.cn


Metropolis–Hastings algorithm  
Metropolis-Hastings alogrithm is a Markov chain Monte Carlo method for obtaining a sequence of random samples from a probability distribution for which direct sampling is difficult. Thi sequence can be used to approximate the distribution.
AuthorsGong Xing
E-mail xgong@nlpr.ia.ac.cn
Tagssampling, distribution


Maximum Correntropy Criterion for Robust Face Recogniti...  
This code is developed based on Uriel Roque's active set algorithm for the linear least squares problem with nonnegative variables in: Portugal, L.; Judice, J.; and Vicente, L. 1994. A comparison of block pivoting and interior-point algorithms for linear ...
AuthorsRan HE
E-mail rhe@nlpr.ia.ac.cn
Tagspattern recognition


Naive Bayes EM Algorithm  
OpenPR-NBEM is an C++ implementation of Naive Bayes Classifier, which is a well-known generative classification algorithm for the application such as text classification. The Naive Bayes algorithm requires the probabilistic distribution to be discrete. Op ...
AuthorsRui XIA
E-mail rxia@nlpr.ia.ac.cn
Tagspattern recognition, natural language processing, text classification


Local Binary Pattern  
This is a class to calculate histogram of LBP (local binary patterns) from an input image, histograms of LBP-TOP (local binary patterns on three orthogonal planes) from an image sequence, histogram of the rotation invariant VLBP (volume local binary patte ...
AuthorsJia WU
E-mail jwu@nlpr.ia.ac.cn
Tagscomputer vision, image processing, pattern recognition


Two-stage Sparse Representation  
This program implements a novel robust sparse representation method, called the two-stage sparse representation (TSR), for robust recognition on a large-scale database. Based on the divide and conquer strategy, TSR divides the procedure of robust recogni ...
AuthorsRan HE
E-mail rhe@dlut.edu.cn
Tagspattern recognition


CMatrix Class  
It's a C++ program for symmetric matrix diagonalization, inversion and principal component anlaysis(PCA). The matrix diagonalization function can also be applied to the computation of singular value decomposition (SVD), Fisher linear discriminant analysis ...
AuthorsChenglin LIU
E-mail liucl@nlpr.ia.ac.cn
Tagspattern recognition


P3P(Perspective 3-Points) Solver  
This is a implementation of the classic P3P(Perspective 3-Points) algorithm problem solution in the Ransac paper "M. A. Fischler, R. C. Bolles. Random Sample Consensus: A Paradigm for Model Fitting with Applications to Image Analysis and Automated Cartogr ...
AuthorsZhaopeng GU
E-mail zpgu@nlpr.ia.ac.cn
TagsComputer Vision, PNP, Extrinsic Calibration


Linear Discriminant Function Classifier  
This program is a C++ implementation of Linear Discriminant Function Classifier. Discriminant functions such as perceptron criterion, cross entropy (CE) criterion, and least mean square (LMS) criterion (all for multi-class classification problems) are sup ...
AuthorsRui Xia
E-mail rxia@nlpr.ia.ac.cn
Tagslinear classifier, discriminant function


OpenCV Based Extended Kalman Filter Frame  
A simple and clear OpenCV based extended Kalman filter(EKF) abstract class implementation,absolutely following standard EKF equations. Special thanks to the open source project of KFilter1.3. It is easy to inherit it to implement a variable state and me ...
AuthorsZhaopeng GU
E-mail zpgu@nlpr.ia.ac.cn
TagsComputer Vision, EKF, INS


Supervised Latent Semantic Indexing  
Supervised Latent Semantic Indexing(SLSI) is an supervised feature transformation method. The algorithms in this package are based on the iterative algorithm of Latent Semantic Indexing.
AuthorsMingbo Wang
E-mail mb.wang@nlpr.ia.ac.cn


SIFT Extractor  
This program is used to extract SIFT points from an image.
AuthorsZhenhui Xu
E-mail zhxu@nlpr.ia.ac.cn
Tagscomputer vision


OpenPR-0.0.2  
Scilab Pattern Recognition Toolbox is a toolbox developed for Scilab software, and is used in pattern recognition, machine learning and the related field. It is developed for the purpose of education and research.
AuthorsJia Wu
E-mail jiawu83@gmail.com
Tagspattern recognition


Layer-Based Dependency Parser  
LDPar is an efficient data-driven dependency parser. You can train your own parsing model on treebank data and parse new data using the induced model.
AuthorsPing Jian
E-mail pjian@nlpr.ia.ac.cn
Tagsnatural language processing


Probabilistic Latent Semantic Indexing  
AuthorsMingbo Wang
E-mail mbwang@nlpr.ia.ac.cn


Calculate Normalized Information Measures  
The toolbox is to calculate normalized information measures from a given m by (m+1) confusion matrix for objective evaluations of an abstaining classifier. It includes total 24 normalized information measures based on three groups of definitions, that is, ...
AuthorsBaogang Hu
E-mail hubg@nlpr.ia.ac.cn


Quasi-Dense Matching  
This program is used to find point matches between two images. The procedure can be divided into two parts: 1) use SIFT matching algorithm to find sparse point matches between two images. 2) use "quasi-dense propagation" algorithm to get "quasi-dense" p ...
AuthorsZhenhui Xu
E-mail zhxu@nlpr.ia.ac.cn


Agglomerative Mean-Shift Clustering  
Mean-Shift (MS) is a powerful non-parametric clustering method. Although good accuracy can be achieved, its computational cost is particularly expensive even on moderate data sets. For the purpose of algorithm speedup, an agglomerative MS clustering metho ...
AuthorsXiao-Tong Yuan
E-mail xtyuan@nlpr.ia.ac.cn
Histograms of Oriented Gradients (HOG) Feature Extracti...  
This program is used to extract HOG(histograms of oriented gradients) features from images. The integral histogram is used for fast histogram extraction. Both APIs and binary utility are provided.
AuthorsLiang-Liang He
E-mail llhe@nlpr.ia.ac.cn

[ Last edited by tianfuo on 2012-11-21 at 09:52 ]
回复此楼

» 猜你喜欢

» 本主题相关价值贴推荐,对您同样有帮助:

已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

yyallen2003

木虫 (知名作家)


小木虫: 金币+0.5, 给个红包,谢谢回帖
image processing,
computer vision,
natural language processing,
pattern recognition,
machine learning

名头挺大:Chinese Academy of Sciences
东西挺多
有没有真正能拿得出手的???
(至少是国内第一,国际第一梯队吧)
人的生命是有限的, 但追求思想自由和学术独立的精神将永存。
2楼2012-11-20 20:49:22
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

江南的雪

金虫 (小有名气)

Very good!
3楼2012-11-20 23:19:18
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

江南的雪

金虫 (小有名气)


小木虫: 金币+0.5, 给个红包,谢谢回帖
持续关注中,希望有更多的信息进行介绍!
4楼2012-11-21 13:44:18
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

openyoureye

铜虫 (小有名气)

自动化所好样的!支持!
健康充实自信
5楼2012-11-23 10:22:47
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 tianfuo 的主题更新
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 估计是周四 +3 archvillain 2026-08-18 3/150 2026-08-21 01:48 by jnhyjjm
[基金申请] 基金啊基金 +3 longfie172 2026-08-20 3/150 2026-08-21 00:04 by wuchongjun
[基金申请] 科研孤儿太难了 +14 我4大白菜 2026-08-20 15/750 2026-08-20 22:33 by 袁向阳007
[基金申请] 让我中一个面上吧! +8 大萍1987 2026-08-20 10/500 2026-08-20 21:48 by 大萍1987
[基金申请] 言之凿凿,明天官网会通知放榜? +15 医学老男孩 2026-08-20 17/850 2026-08-20 20:35 by CaoLG
[基金申请] 时间戳又变了 +12 wuchongjun 2026-08-20 17/850 2026-08-20 20:05 by spzhao
[基金申请] 今天系统多次维护,明天很可能放榜! +10 zju2000 2026-08-16 11/550 2026-08-20 20:02 by cl479861084
[基金申请] 只有每年这种时候来逛逛小木虫 +21 yaoyewhu2008 2026-08-20 22/1100 2026-08-20 17:03 by yaoyewhu2008
[基金申请] 放榜前的不淡定 40+3 snowwithsea 2026-08-19 12/600 2026-08-20 15:56 by lfy8008
[基金申请] 重要消息,中午系统在维护 +11 yuleib84 2026-08-18 12/600 2026-08-20 11:09 by xskun
[基金申请] 今天基金会出结果吗?20260819 +14 kkkl_v 2026-08-19 15/750 2026-08-20 08:21 by sunzitan
[教师之家] 为什么余额宝的年化利率越来越低?主要原因有哪些? +5 瞬息宇宙 2026-08-15 5/250 2026-08-19 20:23 by super2002521
[基金申请] 今天放榜没戏了吧 +4 yuleib84 2026-08-19 5/250 2026-08-19 19:52 by hhs666
[基金申请] 2027广东省杰青 +4 奶牛小黑 2026-08-15 10/500 2026-08-19 11:02 by wanfengnew
[基金申请] 快农历七夕节了,轻松一下,男人悄悄话,女施主请不要进来。 +6 Tide man 2026-08-14 7/350 2026-08-19 09:56 by ZJTJZ
[基金申请] 什么时候开奖? +6 CrisMessi 2026-08-18 6/300 2026-08-19 08:06 by Equinoxhua
[论文投稿] 投稿咨询 +4 wwm09 2026-08-17 6/300 2026-08-18 15:36 by wwm09
[基金申请] 时间戳又变了8-15 +14 archvillain 2026-08-15 26/1300 2026-08-18 13:37 by phantomgost
[基金申请] 今天维护系统维护 祝所有人 高中 +8 gjjjzhong 2026-08-18 9/450 2026-08-18 13:01 by 家与远方
[基金申请] 感觉是下周放榜了 +6 angus9576 2026-08-17 11/550 2026-08-17 23:57 by angus9576
信息提示
请填处理意见