-
8章图形编程drawshapes。
第8章 图形图像编程DRAWSHAPES.-Chapter 8 graphics programming DRAWSHAPES.
- 2022-02-02 01:02:39下载
- 积分:1
-
imagelib is a C++ class library providing image processing and related facilitie...
imagelib是一个C + +类库提供图像处理及相关设施,希望对大家有所帮助-imagelib is a C++ class library providing image processing and related facilities, and they hope to help everyone
- 2022-03-22 15:30:55下载
- 积分:1
-
《数字图象处理编程入门》,chm版的,阅读起来比较方便。
《数字图象处理编程入门》,chm版的,阅读起来比较方便。- Introduction to digital image processing program , chm version, read up more convenient.
- 2022-02-28 09:38:36下载
- 积分:1
-
一个java
一个基于java的人工生命的程序,很有意思-A java-based artificial life program, very interesting
- 2022-02-06 06:04:49下载
- 积分:1
-
该判断多边形点时钟排列方向,
非常准确(不准确的还没有遇到过,快3年了)。
该函数用到的相关函数都在文档中:
1.PtoLDistance-点到直线...
该判断多边形点时钟排列方向,
非常准确(不准确的还没有遇到过,快3年了)。
该函数用到的相关函数都在文档中:
1.PtoLDistance-点到直线的距离;
2.CalcPolygonRect-计算多边形外接矩形;
3.CalcSegmentRect-计算线段外接矩形;
4.Distance-计算两点距离;
5.ISZEROA-判断数值是否为零;
该函数数据类型为Windows的POINT,使用了标准模板vector-The polygon points to determine the direction of the clock with very accurate (inaccurate, not yet encountered, fast 3 years). The function of the correlation function used in the document: 1.PtoLDistance-point to the straight-line distance 2.CalcPolygonRect-calculated external rectangular polygon 3.CalcSegmentRect-computing segment external rectangle 4.Distance-computing two distance 5 . ISZEROA-judge whether the value is zero the function data type for the Windows-POINT, using the standard template vector
- 2023-08-03 05:55:03下载
- 积分:1
-
vc编的图形学里的zbuffer算法,可以参考下做法
vc编的图形学里的zbuffer算法,可以参考下做法-vc-series graphics zbuffer in the algorithm, can refer to practices under
- 2022-05-26 10:47:00下载
- 积分:1
-
Photoshop 教程
Photoshop 教程--EXE文件形式,内部各章分层方便,想学就快下吧!-Photoshop tutorial-- EXE file format, the chapters internal stratification convenient, quick to learn under!
- 2022-02-20 23:09:09下载
- 积分:1
-
自编各种插值,包括最近邻插值,双线性插值,还有图像拼接程序...
自编各种插值,包括最近邻插值,双线性插值,还有图像拼接程序-Composing a variety of interpolation, including the nearest neighbor interpolation, bilinear interpolation, as well as image stitching program
- 2023-02-12 22:30:05下载
- 积分:1
-
delphiX的代码,以及他的示例程序,,,是delphi的一个游戏插件
delphiX的代码,以及他的示例程序,,,是delphi的一个游戏插件-delphiX code, and examples of his procedures, is a game of delphi plugins
- 2022-02-26 05:36:50下载
- 积分:1
-
经典OpenCV目标跟踪源程序
需要一个int ipp6.0 MILTRACK README, Version 1.0
-------------------------------------------------------------------------------------------------------
This code includes an implementation of the MilTrack algorithm [1], as well as a re-implemenation of the Online AdaBoost tracker described in [2], though with some modifications. This code requires both OpenCV 1.0 (http://sourceforge.net/projects/opencvlibrary/) and Intel IPP 6.0 (http://www.intel.com/cd/software/products/asmo-na/eng/302910.htm) to be installed on your machine. It has only been tested on a machine running Windows XP, usiong Visual Studio 9.0. In order for the code to run, make sure you have the OpenCV bin directory, and the Intel IPP bin directory in your system path.
- 2022-03-16 00:10:00下载
- 积分:1