搜索资源列表
cmy2
- OPGL编程示例 显示如何在三维坐标中显示图象 三维图象处理
Bezier
- 用Visual C++,根据用户输入控制点坐标,生成并显示贝塞尔曲线,其中用到opengl的画点函数
AudioBar6
- 功能描述:这是一个示波器显示控件,能够完成类似于示波器的功能。最多可以同时显示8个通道的数据波形,在控件上鼠标单击右键切换波形全屏显示/正常显示,在控件上鼠标单击左键可以暂停/继续,波形颜色,悉数等可以设置参数调节。鼠标位于控件上时会有十字形的定位线(图中蓝色十字线),同时有半透明的窗口显示当前坐标。由于采用了向内存DC绘图然后贴到pic控件上的方法绘制波形,所以控件的大小可以在运行时任意改变。
Test2D
- 仿射变换与摄影变换,通过最小二乘算法计算变换矩阵。具体要有像点坐标文件,读取相应的文件即可在图上显示三位点的位置-Transformation affine transformation and photography, through the transformation matrix least-squares algorithm. Point coordinates should be as specific documents, read the corresponding docume
showkeys
- 显示关键点,返回值为关键点的坐标,尺度,方向,模值,描述符-return the (x,y),scale,derection,size
ImageProcess
- 在mfc框架下实现类似在photoshop中,随鼠标移动,显示当前位置坐标的功能,显示方式为在属性页上显示-err
fft2d
- 数字图像的傅里叶变换包括旋转平移后的原图及其频谱图。显示用的是三维坐标-Digital image, including the Fourier transform of the image after rotation and translation spectrum Fig. Show that using a three-dimensional coordinates
dongtai
- 动态显示鼠标的坐标值和图像像素值对于动态显示鼠标的坐标值和像素值,在其他语言如vc,vb中都比较方便,有直接的着方 面的函数,本程序在matlab图像处理实现-Dynamic display mouse coordinates and image pixel values for the dynamic display mouse coordinates and pixel value, in other languages such as vc, vb are more convenien
image_demo
- 使用vc++2005完成,实现B样条曲线拟合曲线.单文档视图结构.可打开显示图片,可使用B样条曲线对对象轮廓进行拟合.显示B样条曲线的次数,控制点个数,控制点坐标,节点向量等-Using vc++2005 completed, the realization of B-spline curve fitting. The structure of a single document view. To open the display picture, you can use B-spline cu
ScreenGetColor
- 该程序用于拾取屏幕上任意点的RGB值,并显示当前的屏幕坐标。其中的获取RGB值这段源码具有一定的代表性,可用于其它程序。-The program used to pick up on the screen at any point of the RGB values, and displays the current screen coordinates. One of the RGB values to obtain a certain representation of this sourc
kmeans_svm_image_segmentation
- svm 图像分割 用kmeans得到两类分割的图,在显示的图像中用鼠标取点得到2*num个坐标位置的二维向量,前num个为正样本,后num各为负样本-image segmentation
deal0
- BMP位图读取与显示 鼠标坐标的读取及显示 谢谢支持-Read and Display the bitmap BMP Read and display the mouse coordinates Thanks for support
MO
- 添加sharp文件到map 坐标定位 tooltip半透明显示 图层保存 图层叠加-Add a sharp file to map coordinate location tooltip translucent layers save the Overlay Display
Show-your-love
- 问题的提出:根据“心”形曲线的数学参数方程,绘制曲线并输出屏幕。在各坐标点处循环显示“LOVE”的各字母。 编程思路:“心”形曲线的数学参数方程为: x=rsinθ/2sinθ(0<=θ<=2π) y=rsinθ/2cosθ 用xin[2*R+1][2*R+1]存储图形。 -Of the problem: According to the " heart" -shaped mathematical curve para
myfunc
- 朋友帮忙编写的图像的坐标变换代码,实现直角坐标下图像的显示~-a function which can trans image form polar coordinate to De cooedinate
harriscornerdetection
- 完整实现对棋盘图形的角点检测以及显示程序,保存棋盘角点坐标。-Complete implementation of the graphical chessboard corner detection and display program, save board corner coordinates.
hough-detect
- hough变换用来检测圆,代码编写规范,可以通过坐标显示圆的位置。对学习该方面知识有很大帮助-hough transform to detect circles, coding standards, can be shown round by the coordinates of the location. The knowledge of learning helps a lot
ImageAnalysis
- C# 图像放大缩小拖拽,用picturebox实现,双击左键回复原始大小。有坐标显示,并显示鼠标所指的图像灰度值。-Image zoom display
plot画图断开坐标code
- 写文章时常常遇到要画一个图,但有效信息只有一点点,中间有大量的0值,这时需要把坐标轴断开显示,本程序配合MATLAB的plot函数,能够实现美观化处理,是写文章的必备技巧!(When writing an article, you often encounter a picture to draw, but the effective information is only a little. There are a large number of 0 values in the middle.