搜索资源列表
edge---point
- 基于opencv的图像边缘检测程序,输出边缘像素点-edge checking based opencv,output is the pixel in edge
colorSignature
- 用openCV提取图片的象素值,用聚类进行分割,找出各个聚类的中心点,聚类个数是动态决定的,可重新设置个数最大上限。-OpenCV extract images using pixel value segmentation by clustering to identify the center of each cluster, clustering is a dynamic number of decisions can be re-set the upper limit of the num
zncc
- ZNCC Normalized cross correlation m = zncc(w1, w2) Compute the zero-mean normalized cross-correlation between the two equally sized image patches w1 and w2. Result is in the range -1 to 1, with 1 indicating identical pixel patterns.-ZN
myimgLabeller
- A Qt4 and OpenCV program to label a image at pixel level, It has inbuild segmentation algorithm included, with a bar for varying parameters. Useful tool for annotating a image.
pixel
- it is C++ source code for get pixel value from image with openCV library.
Usegments
- 使用OPENCV的基于图片的的超像素分割。-NOTHING -OPENCV use image-based pixel segmentation.-NOTHING
RGB
- 给予OPENCV的关于RGB检测程序,能识别图像中任何一点的的像素值-OPENCV given for RGB detection procedures, able to identify any point of the pixel value of the image
HistogramMatching
- opencv 直方图均衡化,通过遍历像素点得到直方图再进行均衡化-opencv histogram equalization obtained by traversing the pixel histogram equalization
xxh
- 实现PS中的像素碎片化效果,通过C++、opencv函数实现-C++ implementation PS pixel fragmentation effect
Accumulate-all-the-elements
- 使用OPENCV编写,遍历整幅图像的像素,并且进行累加各像素-Using OPENCV, traversal of the whole image pixels, and then sum of each pixel
pixelRW
- 压缩包内含一个调试好的使用opencv的Qt控制台工程,功能为用三种方式读写图像像素,改变图像对比度,并测量比较三种方式的运行速度。-Compression package includes a debugger opencv good use of Qt console works in three ways to read and write capabilities for image pixel, change image contrast, and measure the operat
ConsoleApplication2
- 将原始图像的像素坐标进行变换成桶状投影,改变图像外形,不改变图像其他属性(The pixel coordinates of the original image is transformed into a barrel shaped projection)
HSV_CIRCLE
- opencv 读取图像像素值到数组,用指针方式实现(opencv read the pixel of pictures and saved.)
9:解决像素点生成后,需要手动操作的问题
- 对一副图像进行预处理,然后提取轮廓,再将轮廓进行像素点抽取。(The image is preprocessed, then the contour is extracted and the contour is extracted by pixel.)
coutour
- Opencv用cvFindContours方法获取获取的轮廓,获取这些轮廓内部的像素点坐标等信息(Opencv uses the cvFindContours method to get the contour and get the information such as pixel coordinates.)