登录
首页 » Special Effects » ARM编译指南,包括基本操作,开发步骤等,很好用

ARM编译指南,包括基本操作,开发步骤等,很好用

于 2022-01-22 发布 文件大小:1.36 MB
0 168
下载积分: 2 下载次数: 1

代码说明:

ARM编译指南,包括基本操作,开发步骤等,很好用-ARM compiler guide, including basic operations, the development of steps and so on, very good use

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

发表评论

0 个回复

  • 我的一个图像处理作业,实现了基本的图像处理功能,希望那个对你有用...
    我的一个图像处理作业,实现了基本的图像处理功能,希望那个对你有用-one of my image processing operations to achieve the basic image processing functions, in the hope that this be useful to you
    2022-02-03 04:02:11下载
    积分:1
  • 接收部分以超大规模AM/FM立体声收音集成芯片CXA1238S为主体,灵敏度、镜像抑制、信噪比等各项性能指标均达到设计要求;音频功率放大器采用集成芯片LM386...
    接收部分以超大规模AM/FM立体声收音集成芯片CXA1238S为主体,灵敏度、镜像抑制、信噪比等各项性能指标均达到设计要求;音频功率放大器采用集成芯片LM386,电压放大倍数最大为200。-Receive part of ultra-large-scale AM/FM stereo radio IC CXA1238S as the main body, sensitivity, image rejection, signal to noise ratio and other performance indicators to meet the design requirements integrated audio power amplifier chip LM386, voltage up to 200 magnification.
    2023-04-30 03:15:02下载
    积分:1
  • use openCV to find the number of connected components. This example is to find...
    查找连通分量的个数, 本程序的例子是查找一个图片中细胞的个数。-use openCV to find the number of connected components. This example is to find the number of cells in a picture.
    2023-03-09 07:35:04下载
    积分:1
  • 非常详细的介绍了计算机视觉的基本知识
    非常详细的介绍了计算机视觉基础知识-摄像机模型,内参数,外参数和射影几何的知识,简单易懂-Very detailed introduction of the basic knowledge of computer vision- the camera model, with parameters, outside the parameters and the projective geometry of knowledge, easy-to-read
    2022-06-21 01:35:16下载
    积分:1
  • 一个MATLAB关于数字水印的程序代码.
    一个MATLAB关于数字水印的程序代码.-MATLAB
    2022-01-25 17:35:58下载
    积分:1
  • 在计算机视觉中首先一步是计算每个摄像机的参数(外参和内参),这是重建物体所必须的,这一个过程称为摄像机定标(camera calibration)。这是我自己写...
    在计算机视觉中首先一步是计算每个摄像机的参数(外参和内参),这是重建物体所必须的,这一个过程称为摄像机定标(camera calibration)。这是我自己写的一个简单的采用3维模板(模板是由黑白相间的格子组成,格子大小30cm×30cm,模板必须是三维,否则矩阵奇异)定标的程序,交互性比较好,每个角点通过鼠标点击自动获取。-Computer Vision in the first step is to calculate the parameters of each camera (outside the Senate and internal), which is necessary for the reconstruction of objects, which a process known as camera calibration (camera calibration). This is what I wrote it myself using a simple 3-dimensional template (template is composed of black-and-white lattice, lattice size of 30cm ?30cm, the template must be three-dimensional, or matrix singular) calibration procedures, better interactivity, each Corner automatic access through mouse clicks.
    2023-01-09 03:25:04下载
    积分:1
  • (1)应用9×9的窗口对上述图象进行随机抽样,共抽样200块子图象; (2)将所有子图象按列相接变成一个81维的行向量; (3)对所有200个行向量进行...
    (1)应用9×9的窗口对上述图象进行随机抽样,共抽样200块子图象; (2)将所有子图象按列相接变成一个81维的行向量; (3)对所有200个行向量进行KL变换,求出其对应的协方差矩阵的特征向量和特征值,按降序排列特征值以及所对应的特征向量; (4)选择前40个最大特征值所对应的特征向量作为主元,将原图象块向这40个特征向量上投影,所获得的投影系数就是这个子块的特征向量。 (5)求出所有子块的特征向量。 -(1) the application of 9 × 9 window of these images at random, a total sample of 200 sub-image (2) all sub-images according to out-phase into a 81-dimensional row vector (3) all 200 lines for KL transform vector, derived its corresponding covariance matrix of eigenvectors and eigenvalues, in descending order by eigenvalue and the corresponding eigenvector (4) a choice to 40 corresponding to the largest eigenvalue eigenvector as the PCA, the original image block to the 40 feature vectors on the projection, the projection coefficients obtained by this sub-block eigenvector. (5) calculated for all sub-block eigenvector.
    2022-03-12 15:39:39下载
    积分:1
  • BP神经网络,可以处理图像进行分类等各种处理的源码
    BP神经网络,可以处理图像进行分类等各种处理的源码-BP neural network image processing source code
    2022-05-19 07:50:57下载
    积分:1
  • 在计算机视觉中首先一步是计算每个摄像机的参数(外参和内参),这是重建物体所必须的,这一个过程称为摄像机定标(camera calibration)。这是我自己写...
    在计算机视觉中首先一步是计算每个摄像机的参数(外参和内参),这是重建物体所必须的,这一个过程称为摄像机定标(camera calibration)。这是我自己写的一个简单的采用2维模板(模板是由黑白相间的格子组成,格子大小60cm×60cm)定标的程序,交互性比较好,每个角点通过鼠标点击自动获取。-Computer Vision in the first step is to calculate the parameters of each camera (outside the Senate and internal), which is necessary for the reconstruction of objects, which a process known as camera calibration (camera calibration). This is what I wrote it myself using a simple 2-D template (template is composed of black-and-white lattice, lattice size of 60cm × 60cm) calibration procedures, better interactivity, each corner through the automatic acquisition of mouse clicks.
    2022-02-22 10:10:29下载
    积分:1
  • Drawing 1. Design and Implementation of a graphics library, with the straight
    绘图库 1. 设计和实现一个图形函数库,具有绘制直线 段、任意圆弧、椭圆弧、多边形区域的阴影填 充和颜色填充等功能。(仅调用画点函数) Windows API: setpixel(hdc,x,y,color)-Drawing 1. Design and Implementation of a graphics library, with the straight-line drawing, arbitrary arc, elliptical arc, polygon area fill and color filled the shadow functions. (Just call paintings point function) Windows API: setpixel (hdc, x, y, color)
    2022-04-12 22:01:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载