搜索资源列表
LearningOpenCV_ComputerVisionwiththeOpenCVLibrary.
- OpenCV入门书籍,很好的学习资料,电子版-OpenCV 是英特尔? 开源计算机视觉库。它由一系列 C 函数和少量 C++ 类构成,实现了图像处理和计算机视觉方面的很多通用算法。 OpenCV 是一个跨平台的中、高层 API 构成,目前包括 300 多个 C 函数。它不依赖与其它的外部库,尽管也可以使用某些外部库。 OpenCV 对非商业用途和商业用途都是免费的
sift_c
- sift算法的c实现,依赖opencv,但不复杂,有步骤有讲解,适合正在学习sift算法的同道者。vs08/10,需配置opencv库。-c achieve sift algorithm relies opencv, but not complicated, there are steps have to explain, suitable for studying fellow who sift algorithm.
canny
- canny算子的c++写法,不依赖opencv的库函数,对图像的存储释放都包含在内-canny operator c++ writing, opencv library functions do not rely on memory to release images are included
watershed
- 实现分水岭分割函数,需要给出待分割图片,和给定的种子点矩阵mask。该函数是依赖与opencv库,但是实现方法和opencv不同,该方法能够更好的保留元图片的轮廓信息。-An algorithm for watershed. This algorithm is realised through opencv library, but different the algorithm of opencv. A better contour is achieved by my algorithm.