-
rtp打包发送H264视频 h264toRtp
采用rtp打包发送H264视频流例子, 采用VC6.0编写,是学习h264视频传输,打包发送的经典例子,里面有测试的264文件 和sdp文件, 可用VLC来测试 播放发送的视频,核心代码在以下几个文件h264toRtp.hRtpPack.hRtpPack.c请仔细阅读这几个文件。本人编译测试通过, 下载之后可直接编译运行
- 2022-07-03 15:58:00下载
- 积分:1
-
Algorithm
bezier曲面的生成算法-Algorithm
- 2022-01-25 20:19:18下载
- 积分:1
-
画图板100%模仿windows自带的画板,非常牛的画图程序,我已经实验过,很好用...
画图板100%模仿windows自带的画板,非常牛的画图程序,我已经实验过,很好用-drawing board 100%, bring their windows imitation slate, the very cattle drawing program, I have too experimental, with a good
- 2022-03-02 04:50:55下载
- 积分:1
-
DIB(设备
DIB(Device-indepent bitmap)的与设备无关性主要体现在以下两个方面: DIB的颜色模式与设备无关。例如,一个256色的DIB即可以在真彩色显示模式下使用,也可以在16色模式下使用。 256色以下(包括256色)的DIB拥有自己的颜色表,像素的颜色独立于系统调色板。 由于DIB不依赖于具体设备,因此可以用来永久性地保存图象。DIB一般是以*.BMP文件的形式保存在磁盘中的,有时也会保存在*.DIB文件中。运行在不同输出设备下的应用程序可以通过DIB来交换图象。 DIB还可以用一种RLE算法来压缩图像数据,但一般来说DIB是不压缩的。 DIB的结构-DIB (Device-indepentent bitmap) has nothing to do with sexual equipment mainly in the following two aspects : DIB color mode has nothing to do with the equipment. For example, a 256-color DIB is the true color display mode, or can be used in 16 color mode. 256-color below (including 256 colors), the DIB has its own color table, color of the pixel independent system palette. As DIB is not dependent on specific equipment, it can be used for permanent preservation of images. DIB normally*. BMP file stored in the form of disk, sometimes stored in*. DIB document. Running on different output devices under the application of the procedure can be DIB to exchange images. DIB can also use a RLE compression algori
- 2022-03-07 07:46:45下载
- 积分:1
-
delphi 图像处理
delphi 图像处理-Image Processing
- 2022-12-01 00:45:03下载
- 积分:1
-
数字图像处理平台 可以实现图像的FFTSobel算子提取边界 图像的缩放等功能我添加几个函数
数字图像处理平台 可以实现图像的FFTSobel算子提取边界 图像的缩放等功能我添加几个函数 -digital image processing platform can be achieved Image Extraction FFTSobel Operator border image scaling function, I added several functions
- 2022-04-07 15:03:36下载
- 积分:1
-
本代码是把二值图像转换成边缘检测图像国,是通过C语言和M语言混编的。...
本代码是把二值图像转换成边缘检测图像国,是通过C语言和M语言混编的。-This code converts a BW image to an Edge Detected image in C with MEX. This code implements convolution with Sobel kernels to do the edge detection. I put this together for a school project and I couldn t find any good examples of MEX with image processing. One note the code is currently hard coded to handle only UINT8, however it should be trivial to convert that data type. Enjoy.
- 2022-08-12 17:50:18下载
- 积分:1
-
drawing a three
绘制一个三维几何图形,如:球、立方体、棱柱、棱锥等-drawing a three-dimensional geometric shapes, such as : the ball, cube, prism, pyramid, etc.
- 2022-04-24 17:05:47下载
- 积分:1
-
利用双缓存,显示钟表的走动,可以实现,其中针的颜色不一样,可以看效果...
利用双缓存,显示钟表的走动,可以实现,其中针的颜色不一样,可以看效果-Using double-buffering, display of moving clocks can be achieved, of which not the same as the color of the needle, you can see the effect of
- 2022-01-28 23:40:00下载
- 积分:1
-
opengl显示列表
opengl显示列表示例。使用显示列表绘制了一大堆圆锥并旋转。
显示列表很容易实现,很像自己写了一个函数。
对opengl初学者很有帮助。
- 2022-12-03 10:05:03下载
- 积分:1