资源列表
lunkuotiqu
- 轮廓提取VC++源代码。 希望能给正在学习图像处理的朋友们一些帮助!
FastICA25
- fastica用于信号处理,好用的工具包
resource
- 实现图形图像处理的5个功能!可见面判别;图像反色;图像细化;离散余弦变换;24->256灰度变换。
edge_detect_contour_tracking
- 在图像处理中,边缘往往是重要信息,因此边缘的提取方法也多种多样,这有几种基本的边缘提取方法,可以做对比,同时,可以实现跟踪.
revise_colertransfer
- 本源代码的主要工作是直方图修正和彩色图像转换,界面简洁,操作性强.值得一看!
VCad3.0
- VC图形图像编程-铁道版 这是一个可以运行的程序,并且里面有原代码
texturefeature
- 纹理特征提取算法,灰度共生矩阵源代码,给出了0度45度90度和135度的矩阵
A_Homogeneous_Transform_Class_for_the_ITK.4
- Homogeneous transformations are widely used in computer vision and graphics. They commonly arise when considering the transformation of an image of a planar object under arbitrary camera motion, or the transformation of two images of the same scene d
Some_extra_image_logical_operations.1
- Logic operations such as $I > J$, where I and J are images are useful when generating masks. This submission includes $==$, $>$, $>=$, $<$ and $<=$ filters based on the existing logic filters. This is a very minor submission - there ma
ItkRegMFC
- he object of this application is to illustrate the use of ITK with MFC. There are example source codes along with readme document to show the details.
Fast_BlockMatching_Registration_with_Entropy-based
- This paper describes the implementation of a multidimensional block-matching nonrigid registration algorithm. The main features of the algorithm are its simplicity, its free form nature, the modularity of the similarity measure, which makes it possib
Efficient_implementation_of_kernel_filtering.3
- Kernel based filtering is one of the fundamental tools of image analysis and processing. A number of approaches have been developed over the years that allow efficient implementation of such filters even when the kernel size is large. This article re