-
基于c#开发的图像自动色阶算法(参照ps)可直接使用
基于c#开发的图像自动色阶算法(参照ps)可直接使用
- 2022-05-23 14:41:14下载
- 积分:1
-
禁忌搜索(Tabu search)是局部邻域搜索算法的推广,Fred Glover在1986年提出这个概念,进而形成一套完整算法。...
禁忌搜索(Tabu search)是局部邻域搜索算法的推广,Fred Glover在1986年提出这个概念,进而形成一套完整算法。
-Tabu search (Tabu search) is a local neighborhood search algorithm for the promotion, Fred Glover in 1986, proposed this idea, thus forming a complete set of algorithms.
- 2022-04-09 01:08:58下载
- 积分:1
-
dxf 读取
应用背景Build Instructions:
Make sure you have autoconf, swig, texinfo, python-dev, build-essential packages
or equivalent installed via your package manager.
cd libredwg
./autogen.sh && ./configure && make && sudo make install
cd ../dxflib
./configure && make && sudo make install
cd ..
Once the above dependencies have been built, edit /usr/local/include/dwg.h,
and rename the THICKNESS constant (or add _ to end). It conflicts with another
constant included in the converter, but is not used itself. After that, just
run "make".
That"s it!
关键技术GNU LibreDWG 是一个免费开源的 C 库用来处理 DWG 文件,这
- 2022-12-18 16:30:03下载
- 积分:1
-
use GA to deal with the problem fuzzy expectations model example
use GA to deal with 模糊期望值模型问题例题-use GA to deal with the problem fuzzy expectations model example
- 2022-04-21 03:08:10下载
- 积分:1
-
简单可扩展的图像处理算法,来处理图像的边缘检测
一个简单的扩展计划,在单色图像进行图像过滤算法来检测边缘。加载的图像将被转换为16位单色灰度像素值,在其所有的过滤操作工作。最后一次过滤操作的结果立即被示出。查看3调色板准备:线性灰色调色板(0... 255)线性灰色调色板(255... 0)顺利调色板使用中值滤波n次,以消除像素异常。实际显示图像helpes的直方图来确定歧视级别的灰度图像转换为二进制(0-1)图像。直方图对话框立即仅在面板而不是行为上的图像的值的滑块。使用“最小范围”按钮和第三滑块,以确定电平来判别图像。判别该图像之后被关闭直方图对话框。使用腐蚀和膨胀运营商打破小桥流水的形象。侵蚀操作的数量应该是相同的扩张操作的数量。使用拉普拉斯算到二进制图像转换为边缘图像。这些图像保存为8位PNG图像。这个程序是很容易扩展与其他运营商如FFT或轮廓操作。
- 2022-06-01 07:08:05下载
- 积分:1
-
基于遗传算法的K-means算法研究
(Genetic Algorithm Based K-means algorithm, related program and algorithm description.)
- 2022-06-01 23:06:04下载
- 积分:1
-
kalman filter with state constraints lecture and example
kalman filter with state constraints lecture and example
- 2022-08-19 21:22:30下载
- 积分:1
-
输入三角形的三点坐标,计算三角形面积,周长
输入三角形的三点坐标,计算三角形面积,周长-Enter the three coordinates of the triangle to calculate the triangle area, perimeter
- 2022-08-25 19:47:59下载
- 积分:1
-
队列实现,杨辉三角
利用visiual studio c++平台,实现杨辉三角,并建立起队列,包括它的一些基本操作,如新建,插入,删除等操作
- 2022-02-05 01:04:38下载
- 积分:1
-
利用高斯消去法求线性方程组
自己写的
简陋了点
利用高斯消去法求线性方程组
自己写的
简陋了点-using Gaussian elimination method for solving linear equations themselves have written a simple point
- 2022-06-17 17:38:07下载
- 积分:1