资源列表
GDI-based-on-image-processing
- 利用GDI+实现数字图像处理:边缘检测、底片化、暗化等处理-GDI based on image processing
2011-LiChunming
- 李春明 2011年发表的文章 A Level Set Method for Image Segmentation in the Presence of Intensity Inhomogeneities with Application to MRI 的源码 希望对你有用-Li Chunming 2011 article published " A Level Set Method for Image Segmentation in the Presence of Intensity I
2005__LevelSet__Li-ChunMing
- 李春明 2005年 Level Set Evolution Without Re-initialization: A New Variational Formulation 的文章源码希望对你有用!-Li Chunming 2005 " Level Set Evolution Without Re-initialization: A New Variational Formulation" article source hope useful to you!
2008__RSF-LiChunMing
- 李春明 2008年文章“Minimization of Region-Scalable Fitting Energy for Image Segmentation”的文章源码-Li Chunming 2008 article " Minimization of Region-Scalable Fitting Energy for Image Segmentation" article source
2007_LBF
- 李春明 2007年文章“Implicit Active Contours Driven By Local Binary Fitting Energy”的程序源码 希望对你有用!-Li Chunming 2007 article " Implicit Active Contours Driven By Local Binary Fitting Energy" program source hope useful to you!
road
- 提出了一种基于测地距离道路连接的方法。该方法通过对道路提取的初步结果进行去杂处理后,进而通过道路段的组织和建模,找到该条道路到邻近道路的最短路径,并结合道路的几何信息对各条最短路径进行判定,选取与原道路片段匹配程度最高的路径最为最终的连接结果。-Road to the shortest path surrounding roads, combined with road geometry information for each shortest path is determined, sele
PHOG
- 了解手势识别的流程后 对静态手势的特征了解了一下,现上传几种特征提取方法的源码-Understanding the process of gesture recognition gesture after the static characteristics of understanding of what is now uploaded the source of several feature extraction method
MSVM
- MSVM 人脸识别 在C++上的实现 入门 代码 自己编写的 可以简单的模拟 人脸识别的过程 -You can simulate a simple process MSVM Face recognition in achieving the entry code on themselves prepared C++
AVI-VCPP
- 本文详细的解析了AVI文件的存储结构,介绍了微软提供的用来操作AVI文件的一组API使用方法,并通过例子代码,演示了如何将一组静态Bmp图片合成一个avi视频文件以及如何将一个avi视频文件解析保存为一系列的bmp图像文件。-In this paper, a detailed analysis of the AVI file storage structure, describes the use of a set of API provided by Microsoft for operati
avi-Structure-and-fuctions
- 本文是avi封装结构体定义及函数实现的源代码-avi package structure definition and function to achieve
VC-capture-AVI-files
- 在使用API函数操作AVI文件时,一定要注意用AVIFileInit()来初始化AVI库,程序结束时用AVIFileExit()释放AVI库,否则API函数无法使用。现以操作包含真彩色图像的AVI文件为例,给出Cavi类的部分函数的具体实现,其中CaviCreate()函数用于读取AVI文件信息并初始化Cavi类的成员,例如根据AVI文件信息定义每帧图像的宽、高、每帧图像的信息头结构等等;函数AviRead(int mFrame)用于从AVI文件中读取第mFrame帧。-When using A
OPENCL_SRC
- OpenCL是一个为异构平台编写程序的框架,此异构平台可由CPU,GPU或其他类型的处理器组成。OpenCL由一门用于编写kernels (在OpenCL设备上运行的函数)的语言(基于C99)和一组用于定义并控制平台的API组成。OpenCL提供了基于任务分割和数据分割的并行计算机制。该代码非常适合学习OpenCL。-OpenCL is a programming framework for heterogeneous platforms, the heterogeneous platform
