-
Label Watershed
说明: 用分水岭算法进行图像分割,借鉴形态学理论,将一幅图看成拓扑性地图,其中灰度值对应地形高度。(The watershed algorithm is used for image segmentation, and a map is regarded as a topological map, in which the gray value corresponds to the terrain height.)
- 2020-12-19 21:32:17下载
- 积分:1
-
ComputerGraphicsofVC
这个事关于Computer Graphics (计算机图形学)的教学代码!!!(The thing about Computer Graphics (computer graphics) teaching the code! ! !)
- 2010-05-24 15:13:55下载
- 积分:1
-
深度图
说明: 调用标定好的双目摄像机,利用其内外参数进行立体匹配,计算所拍图像的视差,产生深度图(Call the calibrated binocular camera, use its internal and external parameters for stereo matching, calculate the parallax of the captured image, and generate depth map)
- 2019-01-18 20:33:31下载
- 积分:1
-
GenerateOneDimensionalGrating
使用Matlab生成一维光栅条纹,可用于结构光三维重建。(Matlab Generate One Dimensional Grating)
- 2018-08-06 17:57:35下载
- 积分:1
-
drawingelipse
Algorithm for drawing elipse
- 2009-11-24 09:30:27下载
- 积分:1
-
SGM
半全局立体匹配算法(SGM)的实现,已封装成类(SGM.cpp,SGM.h),内含有使用例程。(Semiglobal stereo matching algorithm (SGM) implementation has been packaged as such (SGM.cpp, SGM.h), using routines contained within.)
- 2016-06-23 09:52:15下载
- 积分:1
-
GGD
说明: 自己编写的matlab程序,用于广义高斯分布的形状参数估计。(Matlab have written procedures for the generalized Gaussian distribution shape parameter estimation.)
- 2020-11-18 09:49:39下载
- 积分:1
-
作品
3dx的作业,一个不错的程序,难度易(3dx operations, it is a good procedure, the difficulty Yi)
- 2005-01-13 13:18:54下载
- 积分:1
-
1
说明: 奇怪的分式
上小学的时候,小明经常自己发明新算法。一次,老师出的题目是:
1/4 乘以 8/5
小明居然把分子拼接在一起,分母拼接在一起,答案是:18/45 (参见图1.png)
老师刚想批评他,转念一想,这个答案凑巧也对啊,真是见鬼!
对于分子、分母都是 1~9 中的一位数的情况,还有哪些算式可以这样计算呢?
显然,交换分子分母后,例如:4/1 乘以 5/8 是满足要求的,这算做不同的算式。
但对于分子分母相同的情况,2/2 乘以 3/3 这样的类型太多了,不在计数之列!,四个四个数不同
请写出所有不同算式的个数(包括题中举例的)。
思路:循环遍历。
dfs c++(dfs c++)
- 2016-03-21 22:17:14下载
- 积分:1
-
harris_code
harris角点检测算法,代码可以通过修改sigma, thresh, radius, disp的值控制角点数量。(harris corner detection algorithm, the code can be by modifying the sigma, thresh, radius, disp corner of the value of quantity control.)
- 2009-03-31 13:51:32下载
- 积分:1