-
图像处理算法的VC源程序。只需把源代码放入VC++BUILDER中运行即可...
图像处理算法的VC源程序。只需把源代码放入VC++BUILDER中运行即可-VC source. Only once the source code Add VC can run BUILDER
- 2022-02-06 10:38:25下载
- 积分:1
-
本程序整合了 OSG 大部分的基础功能,程序代码编写采用了模块化思想,有效代码在 1000 行左右,注释比较清晰,对于程序的修改和功能的扩展非常方便。...
本程序整合了 OSG 大部分的基础功能,程序代码编写采用了模块化思想,有效代码在 1000 行左右,注释比较清晰,对于程序的修改和功能的扩展非常方便。-This procedure combines the foundation for most functional OSG, procedures used to prepare the code modular thinking, effective code line in about 1000, the Notes are more well-defined, for the process to modify and extend the very convenient features.
- 2022-01-28 04:06:47下载
- 积分:1
-
sobel边缘检测,简单的边缘检测程序,并可进行二值化处理,适合初学者。...
sobel边缘检测,简单的边缘检测程序,并可进行二值化处理,适合初学者。-edge detection, sobel
- 2023-05-15 06:15:03下载
- 积分:1
-
Genbank格式的基因序列绘制基因的结构图
应用背景
NCBI上很多基因组DNA序列都有结构描述,其中关于内含子结构的描述通常是 CDS join(1..193,290..1284),表示两个外显子,中间一个是内含子位置,有些基因组DNA更复杂,内含子数目可能达到10个以上,看起来眼花缭乱。很多研究者希望把这些结构信息以图形的形式展示,一目了然,容易分析。用这个perl脚本可以方便的绘制图形,只需要把序列下载下来,输入一个命令自动绘图成功!
关键技术
计算机条件:linux系统,我是在ubuntu系统上使用的。网上下载bioperl 安装。安装很简单,bioperl下载后解压到一个盘上,形成一个文件夹。安装Bio::Graphics的方法,在ubuntu的命令行下输入 sudo perl -MCPAN -e"install Bio::Graphics" 即可自动安装。在Ubuntu安装了bioperl,Bio::Graphics后,可以cd到这些perl脚本和文件所在的文件夹下,在linux终端输入命令行, genbankplot.pl NM_172587.gb >1.png,得到的png图像双击就打开,是基因的结构图!!!注意先把NM_172587.gb 这个genbank下载的文件拷贝到bioperl文件夹下。得到的图就像1.png。
- 2022-02-10 02:56:54下载
- 积分:1
-
Using the PSO algorithm to calculate the maximum of the improve 2D entropy value
运用微粒群算法求解改进的二维熵最大值算法,对于医学图像分割非常有用-Using the PSO algorithm to calculate the maximum of the improve 2D entropy value
- 2022-05-09 04:29:11下载
- 积分:1
-
TC下屏幕绘制火焰,体现古老环境下的动画效果
TC下屏幕绘制火焰,体现古老环境下的动画效果-TC flame drawn under the screen, reflecting the ancient environment of the animation effects
- 2022-09-27 06:10:02下载
- 积分:1
-
本程序完成基于openDWG开发AutoCAD Proxy对象图元分解
本程序完成基于openDWG开发AutoCAD Proxy对象图元分解-based on the completion of the development of AutoCAD openDWG Proxy object decomposition map yuan
- 2023-02-23 02:30:04下载
- 积分:1
-
用如求直立主图统计程序。RGB有3个座标,分别是R,G,B,其值从0-255。把0-255分成4段,那么每个座标有4种取值,共可以表示4*4*4=64种颜色。程...
用如求直立主图统计程序。RGB有3个座标,分别是R,G,B,其值从0-255。把0-255分成4段,那么每个座标有4种取值,共可以表示4*4*4=64种颜色。程序中主要是histogram函数,它有两个参数,第1个参数是一个64位数组,每一位表示一种颜色,其值是该颜色出现的次数。另外两个函数numbercolor是对每个像素计算它的颜色值,fenduan是对参数x返回0-255中的某一段。主函数测试一副图片的颜色直方图的统计。-Used as the main map for vertical statistical procedures. RGB has three coordinates, namely R, G, B, its value from 0-255. The 0-255 is divided into 4, then there are four kinds of each coordinates value, can indicate a total of 4* 4* 4 = 64 kinds of colors. Process is mainly histogram function, it has two parameters, the first a parameter is a 64-digit group, each and every one expressed a different color, its value is the number of the color appears. The other two function numbercolor is calculated for each pixel its color value, fenduan of parameters x the return of a certain period of 0-255. The main function to test a picture of the color histogram statistics.
- 2022-10-26 15:15:04下载
- 积分:1
-
lda implementation, to find a long time, but also good, we can try!
lda的实现,找了很久的,还不错的,大家可以试试!-lda implementation, to find a long time, but also good, we can try!
- 2023-03-06 03:05:04下载
- 积分:1
-
c语言实现抛物线逐次积分法
c语言实现抛物线逐次积分法-c language realization parabola step-by-step integration method
- 2023-03-10 18:50:03下载
- 积分:1