资源列表
frp_source
- This program is an intelligent traffic system implementation, it has image processor threads implemented in OpenCV and they monitor the traffic state from the video coming from cameras mounted on traffic lights
ViewTeapot
- OpenGL进行旋转,渲染,坐标系绘制等,是OpenGL入门最好的开端程序。-Rotate the OpenGL rendering, rendering of the coordinate system, start is the best for getting started with OpenGL programs.
BayesWaveletDenoise
- 贝叶斯小波去噪,例子很详尽,好几个例子,里面有论文-Bayesian wavelet denoising, examples in great detail, with a thesis
L!-HOMO
- 通论算法,给人脸做重构处理,进一步完成人脸的样本稀疏化,还能更好的重构人脸。-The General Theory of algorithms, giving face to do reconstruction processing to complete further thinning of face samples, but also to better reconstruct the face.
PlanePlane
- 一个求平面与平面交线的算法。大致思想是:先求出各平面的法线(plane.normal),再将这两条法线叉乘,得出来的向量就是交线的方向。最后经过计算得出3维直线方程中的a = (s2 * n1n2dot - s1 * n2normsqr) / (n1n2dot * n1n2dot - n1normsqr * n2normsqr) b = (s1 * n1n2dot - s2 * n2normsqr) / (n1n2dot * n1n2dot - n1normsqr * n2normsqr) -c
paintlib-2.6.2
- paintlib is a portable C++ class library for image loading, saving and manipulation. Images can be loaded from BMP, GIF, IFF, JPEG, PCX, PGM, PICT, PNG, PSD, SGI, TGA, TIFF and WMF files and saved in BMP, JPEG, PNG and TIFF formats-paintlib portable
lca_one_layer
- LCA (Lobe Component Analysis) Lobe成分分析法,图像基元的特征检测算法。
ADDdrawline
- 计算机图形学。老师要求的DDA画直线算法 用MFC编写的界面。通过输入参数 设置直线-Computer graphics. DDA line drawing algorithm teacher preparation with MFC interface. The input parameter set straight
Handwritten-character-recognition
- 基于字符识别的手写体生成程序,用于图像图形处理,可供参考-Handwritten character recognition based generation program
OpenGL-Nehe
- Nehe个人网站的关于openGL使用的教程资料,作为OpenGL的入门读物。-openGL tutor for Nehe
VCDRAWing
- 用VC++6.0画折线,虽然是简单的程序。不过对于新手还是有帮助的,由浅入深的学习-Draw a line with VC++6.0, although simple procedure. But for the novice or helpful, progressive approach to learning
Digital-Differential-Analyzer
- 验证直线和圆生成的DDA算法和Bresenham算法。能通过类分别抽象直线和圆,并对各自的DDA算法及Bresenham算法生成图元功能进行封装,通过设计MFC单文档应用程序来验证算法的正确性。-DDA Algorithm Bresenham algorithm verification and generation lines and circles. By abstract lines and circles class respectively, and the respective DD
