搜索资源列表
MyGetRGB
- 点击图片的任意一点获得坐标,并在窗口中将所点击的点的坐标显示出来
MouseShowPixelRGB
- 将自己需要查看每点像素值的图片加载到资源里面之后,用鼠标移动,鼠标指的像素点的坐标和RGB/灰度值可以被显示出来
ShowBmp
- visual C++的CDC类有一个成员函数setPixel可以直接在视区坐标(x,y)点设置成所要显示的颜色crCoIor。-The CDC class visual C++ a member function setPixel can point directly in the viewport coordinates (x, y) is set to the color display crCoIor.
Points-cloud
- 点云坐标点数据text文件导入Solidworks以便进行后续开发-This code is about how to import point to the solidworks text files for further operations
main_mouse
- 在C++里面利用openCV库,当鼠标移动到那个点时会显示其坐标-In C++ inside openCV library use, when the mouse is moved to that point coordinates are displayed
1Showimagepixcel
- 读入图片,显示到窗口中,通过鼠标点击图片上的相应点,自动读取该点的像素坐标和灰度值。opencv+vs2010-Reads the image displayed in the window, through the corresponding point on the image mouse click, automatically reads the pixel coordinates and gray value at that point. opencv+ vs2010
xsdf
- 根据已有的离散点坐标制作voronoi图-make a voronoi diagram
T_11
- 1.编写程序,完成灰度分段线性变换。如下图所示,输入两个点的坐标完成对图像的分段线性对比度拉伸。 2. 学习使用histeq函数,完成 ①对’lena.bmp‘的直方图均衡化; ②以’cameraman.tif’的直方图为模板,将’lena.bmp’做直方图匹配。 3. 不使用histeq函数,自己编写程序完成直方图均衡化,并显示直方图均衡化前后的图像以及其直方图。 4. 不使用histeq函数,自己编写程序完成直方图匹配,显示匹配前后的图像、模板直方