-
用C++和OPENCV实现的SOBEL边缘检测
用C++和OPENCV实现的SOBEL边缘检测
-C++, and OPENCV realized SOBEL edge detection
- 2022-01-26 00:51:56下载
- 积分:1
-
documents in a single file, use the menu to open bitmaps, and can drag the mouse...
在单文档文件中,使用菜单打开位图,并可用鼠标拖动》-documents in a single file, use the menu to open bitmaps, and can drag the mouse "
- 2022-05-28 13:35:06下载
- 积分:1
-
数字图像处理,离散余弦dct变换域中水印的提取
数字图像处理,离散余弦dct变换域中水印的提取-digital image processing, discrete cosine transform domain Extra watermark extraction
- 2022-02-01 05:15:52下载
- 积分:1
-
图像特技,实现图像的阴影,像雷达扫描似的显示
图像特技,实现图像的阴影,像雷达扫描似的显示
-stunt images, the image of the shadow, like a similar radar scan revealed
- 2023-04-08 10:15:03下载
- 积分:1
-
着色器语言编程的最经典书籍shader.x
着色器语言编程的最经典书籍shader.x-Shader programming language classic books shader.x
- 2022-04-18 10:51:42下载
- 积分:1
-
d3d 编程的好书,对学些游戏入门和DX编程有很大的帮助
d3d 编程的好书,对学些游戏入门和DX编程有很大的帮助-d3d programming books, right up some games entry-level and very helpful DX programming
- 2022-01-26 03:06:34下载
- 积分:1
-
图元识别:数字化图像是一个m*m的像素矩阵。每个像素要么为0,要么为1。识别图元就是对图元像素进行标记,当且仅当两个像素属于同一图元时,他们的标号相同...
图元识别:数字化图像是一个m*m的像素矩阵。每个像素要么为0,要么为1。识别图元就是对图元像素进行标记,当且仅当两个像素属于同一图元时,他们的标号相同-map Identification : digital image is an m* m pixel matrix. Each pixel either 0 or 1. Recognition is the right map billion yuan pixel map marking, if and only if two pixels belonging to the same map yuan, the same label
- 2022-01-21 21:27:21下载
- 积分:1
-
功能是图象的检测,模板匹配如果上
命令行编译过程如下
vcvars32
rc bmp.rc
cl detect.c bmp.res user32...
功能是图象的检测,模板匹配如果上
命令行编译过程如下
vcvars32
rc bmp.rc
cl detect.c bmp.res user32.lib gdi32.lib
这里是vc可直接运行
注意事项:
运行时,文件c: est.bmp必须存在-Function of image detection, template matching on the command-line compiler, if the process is as follows vcvars32rc bmp.rccl detect.c bmp.res user32.lib gdi32.lib here can be directly run vc Note: run-time, file c: est.bmp must exist
- 2022-09-30 18:50:03下载
- 积分:1
-
读取txt文件象素,在Winform上显示图象
读取txt文件象素,在Winform上显示图象-Pixel read txt file in the Winform display image
- 2022-02-21 04:21:09下载
- 积分:1
-
Harris Corner 角点检测程序
Harris Corner是最典型的角点检测子Corner Detector。角点经常被检测在边缘的交界处、被遮挡的边缘、纹理性很强的部分。满足这些条件一般都是稳定的、重复性比较高的点,所以实际上他们是不是角点并不重要(因为我们的目标就是找一些稳定、重复性高的点以作为特征点)。
- 2022-12-09 21:55:03下载
- 积分:1