资源列表
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
toolboxLS-1.1
- Level Set Toolbox Source codes and documents.
Matrix
- 可以做數學陣列的反轉, 是一個cla
11
- bidirectional associative memory
4images1.7.4
- 国外开源软件,最新版本,基于web的图片管理软件,Windows/Linus下均可运行。
win_snmp
- windows系统下snmp编程源代码,内容包括agent、管理者例子和编程规范说明,初学者的最好学习资料
quicksort
- 这是快速排序的源代码,可以输出每一趟的排序结果,有助于理解整个排序过程的思想算法。
merge
- 这是归并排序的源代码,可以输出每一趟的排序结果,有助于理解归并排序算法的核心思想。
sort
- 这是基数排序程序的源代码,其时间复杂度较小,能输出三趟排序的结果,有助于理解排序过程。