自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

lsxpu的专栏

个人工作记录

  • 博客(6)
  • 资源 (27)
  • 收藏
  • 关注

原创 python 字典(dict)按值排序

参考:【1】python 字典(dict)按键和值排序 http://www.cnpythoner.com/post/266.html【2】python dictionary error AttributeError: 'list' object has no attribute 'item' http://stackoverflow.com/questions/17393202/pyth

2013-10-28 17:02:35 1575

原创 Beautiful Soup安装

作为Python的新手,安装这额Beautiful Soup库,也走了很多弯路。第一步去http://www.crummy.com/software/BeautifulSoup/#Download下载:(我下载这个4.3.2时,没有权限,只好下载这个4.3.1了)。第二步就是随便找个地方,解压缩一下文件夹:然后运行一下setup.py,把bs4文件夹拷到lib文件夹下,

2013-10-26 10:39:50 1059

原创 怎样使python的字符串在sql语句中为自然字符串。

在Python中,可以用单引号、双引号、三引号表示字符串,但是这些还不够,例如执行下面的代码:co = cur.execute("select id from %s where %s = '%s'" % (table, field, value))假如这个value中,包含单引号,就会出现错误,进一步改为:co = cur.execute('''select id from

2013-10-23 17:25:22 3608

原创 Mysql倒出数据错误:mysqldump Version Mismatch

今天用MySQL倒出数据时,出现下面的警告:mysqldump Version Mismatch但是继续往下执行时,出现下面的错误:解决方法:参考:【1】MySQL Workbench 5.2 CE无法启动 http://bbs.csdn.net/topics/360224425【2】mysqldump mysql 5.6 problem solved

2013-10-20 16:28:12 5251

原创 Mysql导入数据库

网上查的都是用命令行,导入数据的,自己发现用Mysql的Workbench导入非常简单:1.  在Server Administration中选取Manage Import/Export2. 选择Data Import/Restore, Options选取Import from Self-Contained File,Default Target Schema不填。3.

2013-10-16 23:29:48 1227

原创 Error: Cannot find or open the PDB file

想用vs2010+opencv2.4.4做一下grabcut实验,结果出现下面的错误:Cannot find or open the PDB file参考【1】是参考【2】的总结,它给出了几种解决办法,最简单的两种方法是Ctrl + F5或加一个断点就可以运行了。【1】Cannot find or open the PDB file   http://blog.163.com/ch

2013-10-16 16:25:43 1471

激光SLAM基于已知定位的建图

激光SLAM基于已知定位的建图

2022-02-28

lidar_slam_高斯牛顿优化方法.tar.gz

lidar_slam_高斯牛顿优化方法.tar.gz

2021-12-26

GMM 聚类算法,在几个数据集上做实验对比

GMM/ k-mean 聚类算法

2021-11-07

GMM 聚类算法,在几个数据集上做实验对比

GMM/ k-mean 聚类算法

2021-11-07

kdree_octree

python demo of kdtree/octree

2021-10-10

pca_normal_2.py

点云pca、下采样

2021-09-25

kitti_depth_demo.py

kitti depth bilateral upsample

2021-09-25

excel-图表

excel 所有图表种类,供excel画图者参考使用,比如有双轴图等。。

2018-03-17

VIBE-MEX--

在Matlab调用VIBE算法

2017-04-28

Matlab绘制带箭头坐标轴图形

Matlab绘制带箭头坐标轴图形,从http://www.matlabsky.com/thread-39948-1-1.html下载

2015-10-15

Superpixels

Superpixel code, The idea of superpixels was originally developed by Xiaofeng Ren and Jitendra Malik [1]. This implementation is different, and is a version of that used in [2],[3]. See the README for more information.http://www.cs.sfu.ca/~mori/research/superpixels/

2013-12-31

Image Segmentation in the Presence of Shadows and Highlights

Image Segmentation in the Presence of Shadows and Highlights, http://www.cat.uab.cat/Research/Physics-based/

2013-12-12

Learning Non-Local Range Markov Random Field for Image Restoration

Learning Non-Local Range Markov Random Field for Image Restoration, http://gr.xjtu.edu.cn/web/jiansun/4

2013-12-10

HDR Deghosting: How to deal with Saturation

HDR Deghosting: How to deal with Saturation, http://www.cs.duke.edu/~junhu/CVPR2013/

2013-12-03

Fast Multi-exposure Image Fusion with Median Filter and Recursive Filter

Fast Multi-exposure Image Fusion with Median Filter and Recursive Filter, http://blog.sciencenet.cn/blog-366840-709637.html

2013-12-02

Patch-based Near-Optimal Image Denoising

Patch-based Near-Optimal Image Denoising http://users.soe.ucsc.edu/~priyam/PLOW/download.php

2013-11-28

BM3D的源码

An Analysis and Implementation of the BM3D Image Denoising Method,具体的安装见http://blog.csdn.net/loadstar_kun/article/details/8476664

2013-11-22

BM3D denoise

Image denoising with block-matching and 3D filtering的源码,http://www.cs.tut.fi/~foi/3D-DFT/index.html#ref_software

2013-11-22

TurboPixels: Superpixel

Optimal Contour Closure by Superpixel Grouping.的源码,应该还包括TurboPixels的实现。http://www.cs.toronto.edu/~babalex/research.html

2013-11-11

local Mutual information

Multi-focus image fusion using a morphology-based focus measure in a quad-tree structure的matlab实现

2013-08-14

Random walks for image segmentation

Random walks for image segmentation,原作者的代码, http://cns.bu.edu/~lgrady/software.html

2013-08-08

robust matting

这个是Jun Zhu实现的Optimized color sampling for robust ,mattinghttp://www.junz.org/download.aspx

2013-08-07

Learning Based Digital Matting

Learning Based Digital Matting, Ref: http://www.mathworks.com/matlabcentral/fileexchange/31412

2013-07-23

KNN Matting 代码

The code of KNN Matting, http://ihome.ust.hk/~dli/projects/knn/

2013-07-23

手势识别c++

用opencv写的手势识别的软件。界面简单点,用动态前景分割肤色模型和直方图反演分割手部区域,然后用模式识别方法搞定识别问题。绝对原创,以后可能再也不搞这方面了,传上来跟大家分享http://www.pudn.com/downloads338/sourcecode/graph/opencv/detail1479429.html

2012-10-25

最新SCI收录期刊2012

最新的SCI收录期刊-2012,大家有时间的话可以看一下

2012-08-18

Flight control systems

Flight control systems

2012-08-18

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除