搜索资源列表
用opencv类库两副图像的特征点匹配
- 两副图像的特征点匹配,其中用了opencv类库,功能包括:特征点的亚像素精度检测,特征点初始匹配,基本矩阵计算及对极约束引导匹配等。matcher.rar网上的都是有错误,而且缺少类库,我把错误改正了,把所有需要的类库都加上了,现在已经编译通过,保证能运行!希望大家喜欢,2 points, matching the characteristics of images, which used the opencv library, features include: Feature Point D
save_file.rar
- 基于OPENCV的读取图像程序,并将图像像素数据用矩阵表示,并将矩阵显示成新的图像并保存。,Based on the read image OPENCV procedures, and image pixel data matrix, said matrix display and a new image and save.
thin.rar
- 应用OPENCV编写的,输入一张二值图片,根据细化算法细化成单像素的二值图像。,OPENCV prepared application, enter a two-valued picture, refined into a thinning algorithm based on single-pixel binary image.
thin.rar
- opencv实现的,很好用的图像轮廓细化算法。效果很好,把轮廓细化为单像素轮廓,方便处理。,opencv achieved a very good image with the outline of the thinning algorithm. Well, the detailed outline of the outline of a single pixel, to facilitate the processing.
opencv
- opencv的图像匹配程序,可达到亚象素,是基于opencv写的,已经通过测试。-opencv image matching procedure, can achieve sub-pixel is based on written opencv, has passed the test.
backgroundSubtraction_v0
- 基于graphcut的背景建模程序,其中具备阴影去除功能,建模时对rgb三个颜色通道进行了高斯模型训练。程序需要OpenCV 1.0 的支持。-This is a C implementation of background subtraction given a set of background frames as a training set.The background model is per-pixel RGB space Gaussian, assuming independenc
opencvPicCo
- opencv的图像匹配程序,可达到亚象素-opencv image matching procedure, can achieve sub-pixel
people-counting-opencv
- Change detection by background subtraction is a common approach to detect moving foreground. The resulting difference image is usually thresholded to obtain objects based on pixel connectedness and resulting blob objects are subsequently trac
imageWorm
- 基于LOG算子的亚象素精度灰度图检测,图像滤波,降分辨率等算法的VC实现-LOG-based operator of the sub-pixel grayscale accuracy of detection, image filtering, such as lower-resolution algorithm to achieve the VC
seg_oneseed
- 单种子点区域生长图像分割算法:基本处理方法是 以一组种子点开始来行程生长区域,即将哪些预定义属性类似于种子的邻域像素附加到每个种子上-Single seed point region growing image segmentation algorithms: the basic processing method is based on a set of seed points, started to trip the growth region, which is about predefi
read_data
- 基于OPENCV的读取图片像素数据的程序,给定图片的像素数据被保存为TXT或XML文件。-Based on the OPENCV picture pixel data read process, a given image pixel data is saved as a TXT or XML file.
PixelConvert
- 将图像的RGB转换为HSV、xyz空间显示 逐个像素点读取 附带注释 有用opencv做的 也有用纯c做的-The RGB image is converted to HSV space-by-pixel display reads annotated to do with the opencv
YUV2RGB
- YUV图像数据转换为RGB格式。 含YUV颜色转换R、G、B分量的函数-YUV Image Format to RGB Format. Including Get R/G/B Color Compoment from YUV pixel.
OpenCV-read-a-pixel
- opencv实现读取像素值 -opencv read a pixel
opencv-P-subPixelDetect
- 基于opencv1.0的亚像素角点检测,需安装opencv1.0,检测到角点在图像上标识出来,并输出文件保存,研究生期间做的一个小程序,程序还添加了换界面的功能,需要的请下载。-Sub-pixel based opencv1.0 corner detection, install opencv1.0, to detect corners in the image on the logo out and save the output file, a graduate student doing
Pixel
- 基于opencv对实时画像像素的直接操作-Based on the real-time image opencv direct manipulation of pixels
Medianblur-opencv
- 中值滤波选择每个邻域像素的中值输出; -截尾均值滤波是指去掉百分率为 的最小值和最大值;定义域滤波中沿着边界的数字是像素的距离;值域就是去掉值域外的像素值。-Median filter to select each neighborhood pixel values in the output - trimmed mean filter is the minimum and maximum percentage of the removed domain filte
Opencv
- 采用8种方法对图像Mat的像素进行扫描,并对像素点的像素进行压缩,压缩间隔为div=64,并比较扫描及压缩的效率,效率最高的是采用.ptr及减少循环次数来遍历图像,并采用位操作来对图像像素进行压缩。-8-Mat method for image scanning pixel pixel pixel compression and compression interval div = 64, and scanning and comparing the compression efficiency
opencv 像素提取
- opencv 3 关于提取图片中某一点像素值的程序(Opencv pixel extraction program)
PIXEL
- 灰度变换是指根据某种目标条件按一定变换关系逐点改变源图像中每一个像素灰度值的方法。目的是为了改善画质,使图像的显示效果更加清晰。 图像的灰度变换处理是图像增强处理技术中的一种非常基础、直接的空间域图像处理方法,也是图像数字化软件和图像显示软件的一个重要组成部分。提取像素进行变化(Grayscale transformation is a method of changing the gray value of each pixel in a source image according to c