搜索资源列表
opencv_hu_moments
- 计算HU不变矩的OPENCV程序,可以同时比较多幅图片的不变矩。-calculated HU unchanged Moments OPENCV procedures can compare the same number of pictures moment.
OpenCVtuxiangju
- 用OpenCV做的,先对图像做预处理,再求取图像中目标区域的归一化中心矩或者Hu矩。使用前先对VC++6.0进行OpenCV环境设置。
计算7个hu不变矩的程序
- 计算7个hu不变矩的程序
基于vc++与opencv实现的视频图像Hu矩计算
- 基于vc++与opencv实现的视频图像Hu矩计算,可以作为运动检测的一个模块。运行时需要有一台usb摄像机才能正确执行。,Based on vc++ with opencv video images to achieve the calculation of Hu moments, can be used as a motion detection module. Run-time need to have a usb camera to the correct implementation.
HUCentralMoment.rar
- HU不变矩程序代码很多,但是没找到一个完整准确的代码。本人对其中的某些代码修正后,和matlab计算结果进行比较,结果是一致的。本程序没有利用Opencv计算Hu矩的函数,好像opencv计算的M03和M30应该对调,否则,和matlab计算不一样!对旋转、缩放的图像进行测试,HU矩也是一样的,不信可以利用提供的图片对比一下。由于HU矩比较小,程序对HU矩取对数便于查看比较。总之,程序绝对安全可靠,可直接调用。,HU moment invariants code a lot, but could
hu.rar
- 利用opencv 编写的计算图像hu矩的程序,利用了cvContourMoments,cvGetHumoments等函数。,Using Opencv to demon how to calcualate the Hu moments of an input binary image with black background.
HuMoments
- Hu 不变矩算法实现 基于opencv-Hu invariant moment algorithm based on opencv
locatoin1
- locatoin 不变矩定位.基于HU矩的几何定位,HU矩跟用OPENCV的函数求到得一样-locatoin moment invariants location. HU based on the geometric moment position, HU moment function with the use OPENCV seeking to have the same
Hull
- 利用OPENCV编写的图像HU不变矩,是图像处理的入门的工具-OPENCV prepared to use the image HU invariant moments, is a tool for image processing entry
ImageRetrieval
- 毕业设计,基于内容的图像检索,支持的检索特征包括 sift,颜色直方图,灰度矩阵,HU不变矩,边缘方向直方图,检索方法使用K-means和K-D树两种,需要OPENCV支持,运行时请先选定一个文件夹来生成特征库,特征库用access数据库保存,只支持JPG文件-Graduate design, content-based image retrieval, search features, including support sift, color histogram, gray matrix,
HU.cpp.tar
- 利用opencv求解hu不变矩 得到的效果不错-cal the hu
match
- 在利用开源软件OPENCV的基础上,在.NET4.0的开发平台上实现动态的模板匹配。分别利用了Hu矩,轮廓树等匹配方式进行匹配。-Based on the use of open source software OPENCV. NET 4.0 development platform, dynamic templates matching. Use Hu moments, contour tree matching to match.
test
- OPencv 第八章成对几何直方图匹配,包含Hu矩的匹配,轮廓凸包检测等-OPencv Chapter VIII of the pairs of geometric histogram matching
zernike
- 求zernike矩,反应图像高阶信息,比hu矩稍微好点,用opencv写的-Seeking zernike moments, reaction image high-end, slightly better than the hu moment point, written with opencv
vc_opencv
- 人型识别系统,主要是利用OPENCV和Hu不变矩计算人像特征,然后识别到人和动物区别。算法源码在VC6上实现。-Person recognition system, OPENCV and Hu invariant moments calculated the portrait characteristics, and then identify the difference between humans and animals. Algorithm source code in VC6.
hu
- 用opencv的方法求取图像的Hu矩,可执行的实例,先计算图像轮廓,在计算其Hu矩并进行匹配-Hu moments opencv method of obtaining images, executable instance, first calculate the outline of the image, Hu moments in the calculation of its match
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
hu-moments
- 7个不变矩的C++程序,使用opencv,方便简单,便于运行。-Seven invariant moments C++ program, using opencv, convenient and simple, easy operation.
Hu
- 基于opencv一个小程序,对彩色图像提取7个Hu不变矩,初学者随便看看。-Based on opencv a small program for color image extraction seven Hu invariant moments, beginners casual look.
easycentroidpoint
- 提取二值图像的轮廓,根据hu矩求轮廓质心点(Extract the contour of the two value image, and calculate the contour centroid point according to the Hu moment)