-
本代码是用vc开发的水印的源文件,包括水印的嵌入…
本代码是用VC++开发的水印源程序,包括水印的嵌入和提取-the code is developed by VC watermark source files, including the watermark embedding and extraction
- 2023-02-16 12:55:03下载
- 积分:1
-
一个dxf输出dxf12的例子
一个dxf输出dxf12的例子-an example of the output dxf12
- 2022-10-06 19:30:03下载
- 积分:1
-
Realize a kind of image translation operation, input image, x translation and y...
实现了一种图像的平移操作,输入为图像,x平移量和y平移量。-Realize a kind of image translation operation, input image, x translation and y translation volume.
- 2022-01-27 18:10:58下载
- 积分:1
-
DTW算法VC实现 数字图像处理
DTW算法VC实现 数字图像处理-DTW VC Digital Image Processing
- 2022-03-22 02:46:53下载
- 积分:1
-
opengl切削仿真
#include "stdafx.h"
#include
#include
#include
#include
void solidCylinder(GLdouble radius, GLdouble height, GLint slices, GLint stacks) //»Ò»¸öÔ²ÖùÌ壬ÓÃDiskÀ´¸ÇסÉÏϵ×Ãæ
{
GLUquadricObj* qobj = gluNewQuadric();
gluCylinder(qobj, radius, radius, height, slices, stacks); //slicesÀàËÆÓÚ¾¶È£¬stacksÀàËÆÓÚγ¶È
glScalef(-1.0, 1.0, -1.0);
- 2022-02-03 11:01:56下载
- 积分:1
-
基于opencv的轮廓跟踪
基于opencv的轮廓跟踪
- 2022-02-20 13:37:10下载
- 积分:1
-
一个比较不错的图象浏览器
一个比较不错的图象浏览器-a relatively good image browser
- 2023-04-19 00:50:03下载
- 积分:1
-
用Java编写的基于Kohonen神经网络的OCR
用Java编写的基于Kohonen神经网络的OCR-Java prepared by the Kohonen neural network-based OCR
- 2022-10-24 12:20:03下载
- 积分:1
-
Highcharts
Highcharts 是一个用纯JavaScript编写的一个图表库, 能够很简单便捷的在web网站或是web应用程序添加有交互性的图表,并且免费提供给个人学习、个人网站和非商业用途使用。HighCharts支持的图表类型有曲线图、区域图、柱状图、饼状图、散状点图和综合图表。
- 2022-01-21 05:01:32下载
- 积分:1
-
The aim of Optical Character Recognition (OCR) is to classify optical patterns (...
The aim of Optical Character Recognition (OCR) is to classify optical patterns (often contained in a digital image) corresponding to alphanumeric or other characters. The process of OCR involves several steps including segmentation, feature extraction, and classification. This program use Image Processing Toolbox to get it.
For more information, visit: http://www.matpic.com
- 2022-02-16 07:59:46下载
- 积分:1