资源列表
911-CCSMaster
- Qt开发的一款集中控制系统上位机软件,可以通过xml文件添加和删除集控中使用的设备,支持自定义设备添加-based on Qt developed a center control software ,by xml you can add or remove machine you needed
eluosi
- 俄罗斯方块游戏 自己用VC写的俄罗斯程序-Tetris games
Moravec
- Moravec角点检测算法是最早的角点检测算法之一。该算法将角点定义为具有低“自相关性”的点。算法会检测图像的每一个像素,将像素周边的一个邻域作为一个patch,并检测这个patch和周围其他patch的相关性。这种相关性通过两个patch间的平方差之和(SSD)来衡量,SSD值越小则相似性越高。-Moravec corner detection algorithm principle
Scale-Space-Theory
- 尺度空间相关资料及代码(OpenCV编程中的资料和代码)-Scale space-related data and codeScale space-related data and code (OpenCV programming data and code)
coraseHarris
- 基于OpenCV的关于harris 角点检测-OpenCV based on harris corner detection
Learnig-OpenCV
- 学习 OpenCV 的书籍配套之源代码。-Learning OpenCV book supporting source code.
FourierTransform
- This source code topic is the Fourier Transform.
coraseHarrisAndCanny
- 从互联网收集来的关于harris角点检测的代码资源。-From the Internet to gather information about the Harris corner detection code resources.
Mathematical-functions.
- 数学函数。编写一个求x的n次方的函数。改变程序参数,可计算不同情况的值-Mathematical functions. Write a demand function x ^ n. Changing program parameters, calculate the value of different situations
1
- 定义类IntChar,实现用一个整数保存一个长度不超过4的字符串。假设一个字符长度是1个字节。-Class definition IntChar, save a realization with an integer not exceeding the length of the string 4. Assuming a character length is 1 byte.
2
- 定义实现大整数运算的类LINT,该类实现两个100位以内的大整数的加法和结果输出。-Define the implementation of large integer arithmetic class LINT, realization of such large integer addition and the resulting output of two 100 or less.
3
- Define an integer set class which is named Set with some memeber functions as follows: a. Judge if an integer is a member of a Set or not b. Delete an integer from the Set c. Judge if two Sets are equal or not d. Intersection with anot