-
Fractal dimension calculation procedures. This procedure for image feature extra...
计算分形维数的程序。此程序用于图像的特征提取。可用来进行目标判决。将测量数据集看作分形数据集,利用分形维数的大小来表示数据集的不规则性。-Fractal dimension calculation procedures. This procedure for image feature extraction. Can be used to target judgments. Measurement data set will be regarded as fractal data sets, the use of fractal dimension to express the size of the irregular data sets.
- 2022-08-07 17:43:07下载
- 积分:1
-
数字图像处理的基本程序 vc++编写 图像的膨胀 有实例图片
数字图像处理的基本程序 vc++编写 图像的膨胀 有实例图片-Digital image processing of the basic procedures for the preparation of vc++ images are example of the expansion picture
- 2022-01-30 16:03:10下载
- 积分:1
-
使用DELPHI 编写的实现三角形 以及可以推广到多边形窗体 自己参考源码 进行修改...
使用DELPHI 编写的实现三角形 以及可以推广到多边形窗体 自己参考源码 进行修改-prepared to use Delphi as well as the realization of triangular polygons can be promoted to Form reference to source code changes
- 2023-01-09 01:00:04下载
- 积分:1
-
实时之线检测程序,可对USB CMOS摄像头图像处理
实时之线检测程序,可对USB CMOS摄像头图像处理-Real-time detection of line procedure for USB CMOS camera image processing
- 2023-08-22 16:45:03下载
- 积分:1
-
只能用原来的软件可以256种颜色的腐蚀试验。
原来那个只能处理256色的软件可以连续腐蚀和膨胀,因为它的clearmem的原因
新的软件不具备这个功能,为了让不同的功能更加看得清楚,如果想加上连续的
功能,只需要把View2的相关函数的注释运行就可以了。
-Can only deal with the original software can be 256 colors for corrosion and expansion because of its reasons for clearmem new software does not have this feature so that different functions in order to more clearly seen, if want to add a continuous function, just to View2 the correlation function of the Notes to run on it.
- 2022-05-14 23:09:23下载
- 积分:1
-
基于IBR的图像拼接算法,利用傅里叶变换求相关,可利用多幅图像拼接得到的全景图。...
基于IBR的图像拼接算法,利用傅里叶变换求相关,可利用多幅图像拼接得到的全景图。-image mosaic based on image based rendering
- 2023-05-12 17:55:02下载
- 积分:1
-
一个的条形码识别程序,可直接运行。可识别多种规格的条形码。功能有,打开文件,识别,上一条文件,下一条文件。...
一个的条形码识别程序,可直接运行。可识别多种规格的条形码。功能有,打开文件,识别,上一条文件,下一条文件。-a bar code identification procedures, can run. Identifiable variety of bar code specifications. Function, open files, identification, on a document, under one document.
- 2022-01-26 07:54:13下载
- 积分:1
-
一个人脸检测程序,比较好用。用Visual C++实现。
一个人脸检测程序,比较好用。用Visual C++实现。-A face detection procedure, comparative ease of use. Using Visual C++ Realize.
- 2022-02-06 17:39:05下载
- 积分:1
-
Many applications, PET and fMRI brain imaging technology study found that a sign...
许多应用PET 与fMRI 技术的脑功能成像研究发现,数字加工任务会显著引起前运动皮质的激活。习惯上认为,这一
结果可能与任务执行过程中的动作反应,如手指按键、默读或眼动等有关。近年来的研究则表明,这一区域不仅具有动作功能,
同时也具有其它非动作的认知功能。在本研究中,对17 篇关于数字加工的脑功能成像研究进行了元分析,以考察前运动皮质在
数字加工中的作用。研究结果发现,运动前区的背外侧( PMd) 与腹外侧( PMv) 在大多数数字加工任务中有显著激活,而运动辅
助区(SMA) 的激活则相对较少。数字比较、加法与减法任务在PMd 区域有更多的激活,而乘法任务则在PMv 区域有更多激活。
数字自身特征对PMd、PMv 与SMA 喙部区域的激活有显著的调节作用。这一结果表明,前运动皮质在数字加工过程中可能扮
演着比动作反应更为重要的角色。-Many applications, PET and fMRI brain imaging technology study found that a significant number processing tasks are likely to cause the activation of premotor cortex. Customary to believe that the
The results may be related to task execution in the process of movement reaction, such as the finger buttons, silent reading, or other related eye movements. In recent years, studies suggest that this region not only motor function,
At the same time also has other non-cognitive action. In this study, pairs of 17 on digital processing of functional imaging studies of brain meta-analysis to examine pre-mot
- 2023-03-08 21:45:03下载
- 积分:1
-
分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f...
分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4 - 9中给出了快速排序的伪代码,,Delphi
赫夫曼编码.rar.rar - 用delhi做的程序实现了哈夫曼编码,做的还不错。,,Delphi
-divide and rule method can be used to achieve an entirely different sort of way This sorting called Quick Sort (quick sort). In this approach, n elements is divided into three (group) : Left of the l e f t, Right of g h i r t and middle m i d e d l. Middle contains only one element. Left of the elements are less than equal to the middle element of the right elements are larger than the middle element. So l and f t e r t h i g of elemental independent sort, and no need to l and f t e r t h i g ranking results merger. M i d e d l The element known as Fulcrum (p i v o t). Figure 1 4-9 is given a quick sort of pseudo-code. Delphi Hefuman coding. rar.rar- delhi do wi
- 2022-09-04 18:25:03下载
- 积分:1