搜索资源列表
ex01
- 在VC6.0和opencv下,简单的实现了彩色图像转换成灰度图-In VC6.0 and opencv, the simple implementation of the color image into grayscale
zhuanhuanhuidutu
- 将原始彩色图像转换成灰度图,利用opencv实现-opencv
edge-detection
- 将彩色图像转换为灰度图像并对其进行边缘检测 vs2008+opencv2.1运行成功-A color image is converted to grayscale and edge detection of its successful run vs2008+ opencv2.1
BMP2PGM
- 利用opencv将BMP图像转换成为PGM,简单实用,所有dll都已包含。可以直接调试-Opencv BMP images converted into PGM, all dll are included.
edge
- 主要是采用Canny算法进行边缘检测,有一个个跟踪条,涉及到callback函数,对灰度图像进行边缘检测,将彩色图像转换为灰度图像-Using Canny algorithm for edge detection, a track bar relates to the callback function, for edge detection of gray image, the color image is converted to grayscale images
1
- 将一幅RGB图像转换成一幅HSV图像,并显示-RGB TO HSV
Test1
- 一个基于OpneCV的canny边缘算法,支持将彩色图像转换成灰度图片之后再求边缘的程序-A support and then seek to convert a color image to grayscale image edge program based canny edge OpneCV algorithm,
image-canny-and-scaling
- 这是一个基于opencv的图像转换灰度图,图像缩放,边缘检测过程-This is a opencv grayscale image conversion, image scaling, edge detection process
Mat2Wic
- 我们在编写界面的时候,会想在界面上绘制OpenCV的图像而不仅仅是调用imshow,而是需要将图像转换成WicBitmap或者D2D1Bitmap,这个类提供了最简单的办法,创建一个Mat2Wic实例,然后使用mat2Wic(opencvImg)即可得到Wic图像,用mat2Wic(opoencvImg,d2dRender)即可得到Direct2D能直接使用的图像。-In writing interface, we will want to draw in the OpenCV image in
xianshituxiangjuzhen
- 把图像转换成矩阵的形式,并将其矩阵保存成文件形式-Image is converted into the form of a matrix, and the matrix is saved into a file format
grating
- 基于opencv简单的将rgb图像转换为灰度图像。-Simply, based on opencv,a rgb image is converted to a grayscale image.
RGB-to-Gray
- 实现将RGB图像转换的灰度图像,完成对图像的进一步处理。-Grayscale images to RGB image conversion to complete further processing of the image.
HSVtoRGB
- 本代码的功能是将一副RGB图像转换成HSV图像,并分别显示出来,对初学者有较好的参考意义。-This code function is an RGB image is converted into HSV image, and were displayed on a better reference for beginners
GRAYTOPseudo-color-and-rainbow
- 将灰度图像转换成伪彩色图和彩虹图像,彩虹图像的效果比伪彩色好一些-The pseudo-color grayscale images into image maps and rainbow, rainbow image is better than some pseudo-color
extDll
- 最适用的将YUY2的彩色图像转换为灰度图像的方法,可以大量应用在opencv中-the best method used to convert yuy2 image to be gray image
opencvQt.tar
- Qt图像处理,实现一些图像处理基本功能,包括灰度图像转换,大律法二值化,添加水印等操作。后边会陆续增加功能。使用极度类似opencv- Qt image processing, to achieve some of the basic image processing functions, including grayscale image conversion, the law of the two values, add the watermark and other operat
Gaussian
- 打开24位彩色bmp文件, 显示该图像 将图像内容顺时针旋转90度后显示出来 将图像分成等大小的4块,将第1和第3块像素互换后保存 将旋转后的图像转换成灰度图像显示,并保存 对灰度图像求Sobel边缘图,显示出来,并保存 对灰度图像进行Gaussian平滑,并保存(需要体会平滑的作用) 对灰度图像进行2值化-Open 24-bit color bmp files, displays the image will rotate clockwise image content
CUDA_RGBimageToGray
- 用cuda+opencv将RGB图像转换成灰度图-With cuda+opencv Converting an RGB image into grayscale
openCV-Practicefh
- 人脸识别: 相关功能: 1.将图像转换为灰度显示 2.应用高斯滤波器去除小的边缘 3.计算与画布边缘 4.修改边缘颜色 5.将Mat转换为Xcode的UIImageView显示(Face recognition: Related functions: 1. Convert the image to grayscale display 2. Use gaussian filter to remove small edges 3. Calculate the edge of th
SURF探测器拼接两张图像以创建全景的openCV实现
- 基于SURF的图像拼接,全景图像筛选特征点,进行匹配刷选转换(Image mosaic based on SURF panoramic image filtering feature points matching selection switch)