-
计算机图形学中的裁剪算法。裁剪的用途是从一幅大的画面中提取所需的信息。...
计算机图形学中的裁剪算法。裁剪的用途是从一幅大的画面中提取所需的信息。-Computer Graphics cutting algorithm. The use of cutting from a big picture extract the required information.
- 2022-01-26 01:23:05下载
- 积分:1
-
图像,边缘检测方面的源码,进行微分处理运算,速度较快
图像,边缘检测方面的源码,进行微分处理运算,速度较快-Images, edge detection of the source area to carry out differential processing algorithms, faster
- 2022-04-07 17:57:01下载
- 积分:1
-
将BMP文件转换成32位或16位RGB格式C语言头文件的小工具
将BMP文件转换成32位或16位RGB格式C语言头文件的小工具-to BMP file conversion into 32 or 16 bit RGB format C header files small tools
- 2022-02-20 15:05:24下载
- 积分:1
-
visual studio 2008 图像处理,包括二值化、缩放、另存、反相、GUI等。...
visual studio 2008 图像处理,包括二值化、缩放、另存、反相、GUI等。-visual studio 2008 image processing, including binarization, zoom, save, RP, GUI and so on.
- 2022-03-11 13:42:19下载
- 积分:1
-
关于圆的一个优化算法
关于圆的一个优化算法-This is a optimized algorithm about circle.
- 2022-08-03 18:46:17下载
- 积分:1
-
VC++图形绘制代码,操作风格类似AutoCAD,很有研究价值!
可以画出简单的直线,方形等图形...
VC++图形绘制代码,操作风格类似AutoCAD,很有研究价值!
可以画出简单的直线,方形等图形-VC++ Graphics rendering code, operating style similar to AutoCAD, great research value! Can draw a simple straight line, square and other graphics
- 2022-04-25 13:52:49下载
- 积分:1
-
obj文件读取和三角面片细分
obj文件的读取,对三角面片的细分等算法的实现。在图形图像方面有较大的使用价值,所用数据结构清晰明了,也是学习计算机图像的一大帮助,对于刚接触单位重建的也是很好的指导
- 2022-12-16 07:25:03下载
- 积分:1
-
H264的测试向量产生,包括边缘检测和macroblock
H264的测试向量产生,包括边缘检测和macroblock-dz-H264 of the test vectors generated, including edge detection and macroblock-dz
- 2023-05-06 05:00:03下载
- 积分:1
-
video frame to achieve the full search and three
实现了视频帧中的全搜索和三步搜索运动估计,得到运动矢量,对新手很有帮助-video frame to achieve the full search and three-step search motion estimation, motion vector is the novice helpful
- 2022-03-28 12:37:04下载
- 积分:1
-
opencv手势识别
用opencv写的手势识别代码,听说识别率还不错,当然得跟据自己的环境调一下阈值什么的.方法跟大多数的差不多,也是先滤波一遍,再从RGB转到HSV空间,设置阈值,再二值化成单色图,然后进行二次滤波把小杂点滤掉,再提取轮廓,在圆滑一下轮廓,最后用Hu矩和模板比较.
- 2022-03-07 22:02:17下载
- 积分:1