-
1593
图片浏览源码例程,程序调用API函数实现图片的浏览。包括浏览文件夹对话框的“SHBrowseForFolderA”,以及配合它使用的从列表ID取路径“SHGetPathFromIDListA”(Picture Viewer source code routines , the program calls API functions for image browsing. )
- 2016-04-13 13:18:19下载
- 积分:1
-
APBT
代码使用全相位双正交变换(APBT)稀疏表示图像,主函数为test.(The code uses the all phase biorthogonal transform (APBT) sparse representation of the image, the main function for the test.)
- 2021-01-18 15:28:43下载
- 积分:1
-
Image_Processing_in_C
Image_processing in C
- 2012-09-05 16:05:48下载
- 积分:1
-
GUI
说明: 首先对指纹图像进行预处理,包括图像的分割,增强,二值化,细化。对细化后的图像进行特征点的提取,最后通过细节特征匹配完成指纹的识别。(Firstly, the fingerprint image is preprocessed, including image segmentation, enhancement, binarization and thinning. The refined image is extracted by feature points, and the fingerprint recognition is completed by minutiae feature matching.)
- 2019-05-07 13:46:08下载
- 积分:1
-
RayTracer
VB像素光影跟踪(图像渲染)工具,有需要的就下载吧。(VB Tracking pixel lighting (image rendering) tools, there is a need to download it.)
- 2013-08-04 15:09:52下载
- 积分:1
-
clean_algorithm_radar-detection
该算法可以清楚的将雷达目标检测出来,去除旁瓣遮挡效应,提高雷达目标检测的分辨率。(The algorithm can clear the radar target detection out, remove side lobe barrier effect, to improve the resolution of the radar target detection.)
- 2012-12-10 16:54:50下载
- 积分:1
-
bayes
可以使用贝叶斯阈值估计来对噪声进行处理,效果很明显,可以使用(Bayesian threshold estimation can be used to deal with noise, the effect is obvious, you can use)
- 2017-05-10 11:42:26下载
- 积分:1
-
FCM
fcm 及快速fcm实现图像分割,还带有GUI界面(fcm fcm and fast image segmentation, but also with GUI interface)
- 2014-02-27 19:14:57下载
- 积分:1
-
genetic_operator
说明: 带精英决策的多目标优化关键程序之遗传算法主程序(Main program of genetic algorithm for key program of multi-objective optimization with elite decision)
- 2020-06-03 17:31:55下载
- 积分:1
-
MbufAllocColor
这个函数分配一个数据缓冲区与多个颜色指定系统上的乐队。这种类型的缓冲区允许表示彩色图像(例如,RGB)。
这个函数为每个指定分配缓冲区,一个二维表面颜色乐队。您可以使用MbufAlloc1d()和MbufAlloc2d()来创建单独的乐队一或二维
数据缓冲区,分别。
分配一个缓冲区后,我们建议您检查是否操作成功,使用MappGetError(),或通过验证,不是M_NULL返回的缓冲区的标识符。(This function allocates a data buffer with multiple color bands on the specified system. This type of buffer allows for the representation of color images (for example, RGB).
This function allocates buffers that have a two-dimensional surface for each specified color band. You can use MbufAlloc1d() and MbufAlloc2d() to create single band one- or two-dimensional
data buffers, respectively.
After allocating a buffer, we recommend that you check if the operation was successful, using MappGetError(), or by verifying that the buffer identifier returned is not M_NULL.)
- 2015-12-03 19:55:48下载
- 积分:1