上一页 1 2 3 4 5 6 7 8 ··· 35 下一页

2019年3月26日

opencv wlsfilter depth refinement demo

摘要: 参考 https://docs.opencv.org/3.2.0/d3/d14/tutorial_ximgproc_disparity_filtering.html 阅读全文

posted @ 2019-03-26 14:57 Maddock 阅读(1832) 评论(0) 推荐(0) 编辑

2019年3月14日

permutohedral lattice理解

摘要: [完结]saliency filters精读之permutohedral lattice 2012年09月28日 22:40:08 工长山 阅读数:12432 [完结]saliency filters精读之permutohedral lattice 2012年09月28日 22:40:08 工长山  阅读全文

posted @ 2019-03-14 16:27 Maddock 阅读(2888) 评论(0) 推荐(0) 编辑

linux下怎样批量更改文件后缀名

摘要: 今天又有同学问linux下怎样批量更改文件后缀名,这个问题被别人问到三次了,所以这里给出几个解决方法 一.rename解决 1. Ubuntu系统下 rename 's//.c//.h/' ./* 把当前目录下的后缀名为.c的文件更改为.h的文件 2. CentOS5.5系统下 rename .c 阅读全文

posted @ 2019-03-14 11:28 Maddock 阅读(9606) 评论(0) 推荐(0) 编辑

2019年3月7日

Android Studio Gradle Build Running 加速

摘要: 加速效果 阅读全文

posted @ 2019-03-07 14:44 Maddock 阅读(330) 评论(0) 推荐(0) 编辑

matlab将矩阵数据归一化到[0,255]

摘要: matlab将矩阵数据归一化到[0,255] matlab将矩阵数据归一化到[0,255] matlab将矩阵数据归一化到[0,255] matlab将矩阵数据归一化到[0,255] function OutImg = Normalize(InImg) ymax=255;ymin=0; xmax = 阅读全文

posted @ 2019-03-07 11:24 Maddock 阅读(5449) 评论(0) 推荐(0) 编辑

2019年1月28日

MATLAB 显示输出数据的三种方式

摘要: MATLAB 显示输出数据的三种方式 ,转载 https://blog.csdn.net/qq_35318838/article/details/78780412 MATLAB 显示输出数据的三种方式 ,转载 https://blog.csdn.net/qq_35318838/article/det 阅读全文

posted @ 2019-01-28 15:22 Maddock 阅读(29724) 评论(0) 推荐(0) 编辑

2019年1月22日

matlab与python读取tiff文件

摘要: matlab python 阅读全文

posted @ 2019-01-22 20:44 Maddock 阅读(3760) 评论(0) 推荐(0) 编辑

2019年1月1日

Visual studio中编译和使用libpng和zlib

摘要: Visual studio中编译和使用libpng和zlib https://blog.csdn.net/jinzhuojun/article/details/7972747 阅读全文

posted @ 2019-01-01 14:51 Maddock 阅读(854) 评论(0) 推荐(0) 编辑

2018年12月20日

关于softmax、argmax、softargmax

摘要: 关于softmax、argmax、softargmax 在阅读LIFT:Learned Invariant Feature Transform一文时,文中第1节提到为了保证端到端的可微性,利用softargmax来代替传统的NMS(非极大值抑制)来挑选极值点位置。由于只了解softmax,对于sof 阅读全文

posted @ 2018-12-20 10:53 Maddock 阅读(1434) 评论(0) 推荐(0) 编辑

2018年11月16日

tensorflow模型量化

摘要: tensorflow模型量化/DATA/share/DeepLearning/code/tensorflow/bazel-bin/tensorflow/tools/graph_transforms/transform_graph \--in_graph=./model_resnet100.pb \- 阅读全文

posted @ 2018-11-16 16:22 Maddock 阅读(419) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 ··· 35 下一页

导航