搜索资源列表
opencv_FeatureDetect_Test
- 这个是在刚学opencv时候的测试小代码。主要是图像特征提取方面的。同时,里面含有自编了canny、角点检测还有一些其他。里面每个文件均可以单独运行在VS20101平台下。(opencv2.1)-This is just a test when a small learning opencv code. The main aspects of the image feature extraction. At the same time, which includes self-compiled
GetSkeleton-using-OpenNI(Qt)
- MS的kinec SDK和OpenNI都提供了人体骨骼跟踪的算法,人体骨骼跟踪算法在kinect人体行为识别中非常重要,该识别过程通常被用来作为行为识别的第一步,比如说,通过定位人体中的骨骼支架,可以提取出人手的部位,从而可以把手的部分单独拿出来分析,这样就达到了手势的定位,而后面的手势识别则可以在刚刚定位出的领域进行处理。总而言之,一套有效的人体骨架追踪算法在kinect的一系列应用中非常有用,不过MS SDK和OpenNI虽然都提供了该算法类的直调用,但是其源码并没有开放,毕竟这是人家最核心
HU
- 这是一个提取Hu矩的代码,采用opencv库提取的,里面包括有单独提取一幅图片的代码和批量提取多幅图片的代码-This is an extract of the code Hu moments, extracted using opencv library, which includes a separate picture of the code to extract a number of pictures and batch extraction code
opencv_extration
- 配置好opencv库以后,对图片中某个区域提取出来单独进行处理,处理完毕后放回原图像。-After configuring the opencv library, an area on the image is processed separately extracted, processed back into the original image after.
cvCanny
- opencv 只带的 canny算法,单独提取出来,可以单独使用。-opencv with only a canny algorithm alone extracted, can be used alone.