登录
首页 » Visual C++ » fangshebianhuan

fangshebianhuan

于 2017-09-28 发布 文件大小:11814KB
0 483
下载积分: 1 下载次数: 3

代码说明:

  仿射变换来实现旋转 (线性变换),平移 (向量加),缩放操作 (线性变换)(Affine transformations are implemented by rotation (linear transformation), translation (vector addition), scaling operation (linear transformation))

文件列表:

fangshebianhuan
fangshebianhuan\Debug
fangshebianhuan\Debug\fangshebianhuan.exe
fangshebianhuan\Debug\fangshebianhuan.ilk
fangshebianhuan\Debug\fangshebianhuan.pdb
fangshebianhuan\fangshebianhuan
fangshebianhuan\fangshebianhuan\Debug
fangshebianhuan\fangshebianhuan\Debug\CL.read.1.tlog
fangshebianhuan\fangshebianhuan\Debug\CL.write.1.tlog
fangshebianhuan\fangshebianhuan\Debug\fangshebianhuan.exe.embed.manifest
fangshebianhuan\fangshebianhuan\Debug\fangshebianhuan.exe.embed.manifest.res
fangshebianhuan\fangshebianhuan\Debug\fangshebianhuan.exe.intermediate.manifest
fangshebianhuan\fangshebianhuan\Debug\fangshebianhuan.lastbuildstate
fangshebianhuan\fangshebianhuan\Debug\fangshebianhuan.log
fangshebianhuan\fangshebianhuan\Debug\fangshebianhuan.obj
fangshebianhuan\fangshebianhuan\Debug\fangshebianhuan.vcxprojResolveAssemblyReference.cache
fangshebianhuan\fangshebianhuan\Debug\fangshebianhuan.write.1.tlog
fangshebianhuan\fangshebianhuan\Debug\fangshebianhuan_manifest.rc
fangshebianhuan\fangshebianhuan\Debug\link-cvtres.read.1.tlog
fangshebianhuan\fangshebianhuan\Debug\link-cvtres.write.1.tlog
fangshebianhuan\fangshebianhuan\Debug\link.7784-cvtres.read.1.tlog
fangshebianhuan\fangshebianhuan\Debug\link.7784-cvtres.write.1.tlog
fangshebianhuan\fangshebianhuan\Debug\link.7784.read.1.tlog
fangshebianhuan\fangshebianhuan\Debug\link.7784.write.1.tlog
fangshebianhuan\fangshebianhuan\Debug\link.read.1.tlog
fangshebianhuan\fangshebianhuan\Debug\link.write.1.tlog
fangshebianhuan\fangshebianhuan\Debug\mt.read.1.tlog
fangshebianhuan\fangshebianhuan\Debug\mt.write.1.tlog
fangshebianhuan\fangshebianhuan\Debug\rc.read.1.tlog
fangshebianhuan\fangshebianhuan\Debug\rc.write.1.tlog
fangshebianhuan\fangshebianhuan\Debug\vc100.idb
fangshebianhuan\fangshebianhuan\Debug\vc100.pdb
fangshebianhuan\fangshebianhuan\fangshebianhuan.cpp
fangshebianhuan\fangshebianhuan\fangshebianhuan.vcxproj
fangshebianhuan\fangshebianhuan\fangshebianhuan.vcxproj.filters
fangshebianhuan\fangshebianhuan\fangshebianhuan.vcxproj.user
fangshebianhuan\fangshebianhuan.sdf
fangshebianhuan\fangshebianhuan.sln
fangshebianhuan\fangshebianhuan.suo
fangshebianhuan\ipch
fangshebianhuan\ipch\fangshebianhuan-cfc2955b
fangshebianhuan\ipch\fangshebianhuan-cfc2955b\fangshebianhuan-6830188e.ipch

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 相机采集、控制、、坐标计算、坐标显示等功能的小软件 WProject
    做项目时写的关于相机图像采集、控制、图像处理、坐标计算、坐标显示等功能的小软件(Do item written on the camera image acquisition, control, image processing, coordinates of the calculation, the coordinates show features such as small software)
    2020-07-08 11:28:57下载
    积分:1
  • Graph
    输入一个带权无向图的顶点数、边数、各条边信息(两个顶点和权值),建立该图的邻接矩阵结构,输出该邻接矩阵。将上述无向图邻接矩阵转换为邻接表结构,输出该邻接表;根据该邻接表对无向图进行深度优先遍历序列和广度优先遍历序列,并输出遍历结果;用prim算法实现构造该带权无向图的最小生成树,并将该最小生成树的各条边信息输出。(Enter a weighted undirected graph with vertices, edges, each of the side information (two vertices and weights), the establishment of the adjacency matrix structure, the output of the adjacency matrix. The above undirected graph adjacency matrix into adjacency list structure, the output of the adjacency list according to the adjacency table undirected graph depth-first traversal sequence and breadth-first traversal sequence, and outputs through the results using prim algorithm construct the weighted undirected graph minimum spanning tree, and the minimum spanning tree information on respective sides of the output.)
    2020-12-13 15:29:15下载
    积分:1
  • yj
    说明:  :针对显微图像分析、识别需要的全自动控制显微镜,研究开发其相应的图像处理算法。提 出了能量谱自动聚焦评价函数算法、自适应选取基准图的图像拼接算法、改进 Laplacian算子的多层 聚焦图像叠合算法等。该算法模块已成功地应用于所开发的CMIAS 显微医学图像分析系统中,取得 了满意的应用效果。(【ABSTRACT】For the automatic microscope required by micro-image analysis and recognition, the relevant image processing a lgorithms are investigated. Three algorithms are described: energy-spectrum image auto focusing evaluation function, image merging based on the adaptive selection of standard image and sum-modified-Laplacian (SML) operator for multi-focus image fusion. The algorithms have been applied successfully to CMIAS medical micro-optical image analysis system and testified to be feasible and effective. )
    2009-11-05 10:02:07下载
    积分:1
  • yuandaima
    用VC实现Canny算子提取图像边缘,提高图像质量(Using VC realize Canny operator extracts image edge to improving image quality.)
    2012-03-02 22:04:27下载
    积分:1
  • WBBaayesianr
    我写的贝叶斯fusion的Visual C+++源码,简明易懂,提供参数说明 可直接使用。 (The Bayesian fusion the Visual C+++ of what I wrote source, easy-to-understand parameters can be used directly.)
    2012-09-30 11:17:27下载
    积分:1
  • ESS
    基于efficient subwindow search算法的windows实现(efficient subwindow search for windows )
    2009-12-27 00:08:09下载
    积分:1
  • image
    图像算法开放库,对图像处理的,希望对学习者有所帮助!(Image algorithm open library of image processing, and they hope to help learners!)
    2007-11-02 08:32:29下载
    积分:1
  • Image-translation-transformation
    图像平移处理,可以图片进行平移变换处理,提供演示图片(Image translation process, it can image pan transformation process provides demonstration image)
    2016-05-19 13:56:43下载
    积分:1
  • giftExampleRegistration
    数据同化框架下基于差分进化的遥感图像融合算法(Data assimilation framework based on differential evolution algorithm for remote sensing image fusion)
    2011-04-22 11:36:01下载
    积分:1
  • calibration-3-cameras
    C++和halcon结合,用于图形处理时进行三相机标定(C++ and halcon combined for three camera calibration)
    2013-09-09 10:12:10下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载