由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - 需要一个ransac的implementation
相关主题
Career cup 19.9numerical recipe里的快速傅立叶变换 (转载)
Algorithm:find smallest subtree which contain two random求密码学与随机算法/并行算法相结合的topic
贴一道take home的面试题谁用过LEDA的最短路径算法?
Bayes中一个公式中的arg什么意思啊?MIT牛人编写的Randomly Generated Talk
[转载] 问个 pattern recognition 的人问个概率问题
[转载] 问关于group by的问题斗胆问一句
求一篇paper 谢谢论文机再获突破 (转载)
有数字识别的软件么有啥好的normal distribution random variable的C代码?
相关话题的讨论汇总
话题: ransac话题: write话题: better
进入CS版参与讨论
1 (共1页)
a**********s
发帖数: 588
1
C/C++, 希望比较稳定, 快速, self-contained
我的数据量大概是几千到几万, 自变量的维数是四维到十维...
有什么推荐的? thanks!
z**z
发帖数: 222
2
is ransac that complicated that you can't write one yourself?
a**********s
发帖数: 588
3
It's easy to write it (and I did it in some vision course), it's not easy
to write it fast and stable, say, if you want to take advantage of multi-
processing and if you want to extend it with better randomization.

【在 z**z 的大作中提到】
: is ransac that complicated that you can't write one yourself?
z**z
发帖数: 222
4
sounds like you need a parallel computing course,
what do you mean by better randomization,
you can't get a better distributed/working sampling if you don't know its
pdf etc.
forgive me if i'm rude .....

【在 a**********s 的大作中提到】
: It's easy to write it (and I did it in some vision course), it's not easy
: to write it fast and stable, say, if you want to take advantage of multi-
: processing and if you want to extend it with better randomization.

a**********s
发帖数: 588
5
Thanks. I used my own ransac (which was done in a vision course), but it
doesn't work well enough on my current project. My own implementation
works only well enough for toy project, I guess, that's why I am asking
for a better one, more stable, and faster.
A generic ransac package usually asks for customized distribution, and I
believe there are a lot of paper out there on how to do randomization for
more robust model fitting.

its

【在 z**z 的大作中提到】
: sounds like you need a parallel computing course,
: what do you mean by better randomization,
: you can't get a better distributed/working sampling if you don't know its
: pdf etc.
: forgive me if i'm rude .....

1 (共1页)
进入CS版参与讨论
相关主题
有啥好的normal distribution random variable的C代码?[转载] 问个 pattern recognition 的人
怎么randomize网络问卷[转载] 问关于group by的问题
EE转CS选课求助求一篇paper 谢谢
选择那些CS方向读master?有数字识别的软件么
Career cup 19.9numerical recipe里的快速傅立叶变换 (转载)
Algorithm:find smallest subtree which contain two random求密码学与随机算法/并行算法相结合的topic
贴一道take home的面试题谁用过LEDA的最短路径算法?
Bayes中一个公式中的arg什么意思啊?MIT牛人编写的Randomly Generated Talk
相关话题的讨论汇总
话题: ransac话题: write话题: better