文献整理
文章平均质量分 74
zxchz
技术渣小白
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
图像熵
Matlab实现代码如下:(1)图像的熵 function shang = ssshang(X) [m,n,t]=size(X); I3 = double(X)+1; %灰度从0到256s(256) = 0; for i = 1:m for j = 1:n va = I3(i,j); %获取灰度 s(va) = s(转载 2017-04-17 14:51:15 · 4901 阅读 · 1 评论 -
opencv版本查看以及本机VS配置
一、版本查看#include using namespace cv;void main(){ printf("\t当前使用的opencv版本为 OpenCV"CV_VERSION); getchar();}二、本机配置附加依赖项:opencv_ts300.libopencv_ts300d.libopencv_world300.libopencv_world3转载 2017-07-14 20:03:58 · 6896 阅读 · 0 评论 -
算法实现Alg4-Infrared small target detection via multi-direction line reconstruction ···
《Infrared small target detection via multi-direction line reconstruction and information entropy-induced suppression 》Infrared physics & technology impact factor:1.713引用:Shang K, Sun X, Tian J,原创 2017-07-21 09:22:56 · 1151 阅读 · 1 评论
分享