-
快速获取3D重建切片的算法
本程序由kyungsang基姆制作。如果你有问题或问题,发送电子邮件到me.kssigari@gmail.complease试试这些测试步骤1。模拟器是用于测量投影。2。demo2是解析重建众所周知过滤backprojection3。Demo3 is the iterative reconstruction using the maximum likelihood expectation maximization (MLEM) method.nx: number of image pixels of x-directionny: number of image pixels of y-directionnz: number of image pixels of z-directionsx: real size (length) of x-axis of the image -> resolution of a pixel = sx/nxsx: real size (length) of y-axis of the image -> resolution of a pixel = sy/nysx: real size (length) of z-axis of the image -> resolution of a pixel = sz/nznu: number of detector pixels of x-direction (u)nv: number of detector pixels of z-direction (axial) (v)su: size of real (length) of detector u-direction -> resolution of a pixel = su/nusv: size of real (length) of detector v-direction -> resolution of a pixel = sv/nvDSD: distance between source to detectorDSO: distance between source to iso-center (image center).dir: rota
- 2022-07-08 11:47:05下载
- 积分:1
-
DetectLines 算法
验证后可以使用的DetectLines算法,可以使用在图像处理之中,尤其在对图像进行校正操作时,效果非常好
- 2022-01-25 15:35:38下载
- 积分:1
-
粒子群算法
人工蜂群是用麦芽应用程序中优化目的优化技术。欢迎大家下载、试用。谢谢大家的支持!
- 2022-07-20 00:50:46下载
- 积分:1
-
最新DBSCAN代码
Science上发表的最新DBSCAN聚类算法的代码,有助于理解
- 2022-03-10 21:41:14下载
- 积分:1
-
独立分量分析,利用此程序可以提取独立分量
独立分量分析,利用此程序可以提取独立分量-independent component analysis, the use of this procedure can be extracted ICA
- 2022-02-12 03:12:23下载
- 积分:1
-
PID自整定
#如果ARDUINO>;=100
- 2023-06-23 11:35:03下载
- 积分:1
-
自适应陷波器设计
针对频率、幅值和相位均发生变化的时变信号,现有自适应陷波器(ANF)频率估计方法存在信号频率跟踪精确性和稳定性不足的问题,为此提出了一种基于新误差函数的ANF时变信号频率跟踪方法,通过新误差函数改善自适应算法收敛至最优频率解的精度与速度,以提高时变信号频率跟踪的精确性和稳定性。给出了新误差函数分析结果,新ANF方法实现步骤和该频率估计方法的Cramer-Rao下限。通过训一算与现有ANF的时变信号频率跟踪方法性能进行了比较分析,并针对科里奥利质量流量训一时变信号进行了现场实验验证。结果表明,该方法具有收敛速度快、跟踪精度高、更接近Cramer-Rao下限和抗噪性好的优点。
- 2022-04-14 17:22:40下载
- 积分:1
-
linux下的cure聚类算法
是linux下的cure算法,比较完整
#if !defined(lint) && !defined(SABER)
static char rcsid[] = "$Header: /usr/src/local/conn/cluster/RCS/cluster.c,v 1.23 1993/02/03 07:43:07 stolcke Exp $";
#endif /* not lint */
#include
#include
#include
#include "alloc.h"
#include "error.h"
#include "cluster.h"
#define NONE (-2)
#define BUFSIZE 256
#ifndef SCALE
#define SCALE "_SCALE_"
#endif
#ifndef DONTCARE
#define DONTCARE "D/C"
#endif
#ifndef MAXFLOAT
#define MAXFLOAT ((float)3.40282346638528860e+38)
#endif
static FLOAT distance();
static FLOAT root();
static FLOAT cure_distance();
static void merge();
- 2023-07-29 18:30:03下载
- 积分:1
-
摄影测量单张相片后方交会的编程
这是用来解决摄影测量学中反算坐标的问题,用来求它的外方位元素,其中涉及了矩阵的求逆,转置,乘积,并且还包含了迭代计算,可以用来检验结果,并循环计算到你想要的精度的结果
- 2022-04-23 05:10:30下载
- 积分:1
-
旅行商问题(TSP)使用SA(模拟退火)。
此代码是简单的代码为您的初始研究SA如果您需要有关SA扩展信息请流我在这项研究中的方法
- 2023-09-07 09:35:14下载
- 积分:1