hailuo0112的个人博客分享 http://blog.sciencenet.cn/u/hailuo0112

博文

按标题搜索
matlab 函数
2013-12-18 11:36
matlab: 1. sub2ind: 把坐标变成索引 index,eg: = meshgrid(); InsideFindices = sub2ind(size(I1),fyi, fxi);--n*1 2. setdiff: setdiff(x2,x1,'rows') 把x2中包含x1的行删除
个人分类: matlab|2923 次阅读|没有评论
积分图计算程序
2013-3-15 22:46
function integralImage = computeIntegralImage(table) integralImage = cumsum(table,1); integralImage = cumsum(integralImage,2); = size(table); %set the first row and the first column 0 in the integral image integralImage = ; integralImage= ; =============================================== ...
个人分类: matlab|4452 次阅读|没有评论

本页有 8 篇博文因作者的隐私设置或未通过审核而隐藏

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-28 21:45

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部