-
视频帧感兴趣区域提取工具
一款视频标注软件,基于opencv2.4.9 & VS2010开发的用于交互式提取视频感兴趣区域并保存为图片的软件,可用于模式识别方向的的训练数据提取环节。
- 2022-02-13 13:50:24下载
- 积分:1
-
三维形体可视化,并且可对三维形体交互修改,实时显示.
三维形体可视化,并且可对三维形体交互修改,实时显示.-make visualisation for 3d object is able to interact with and display 3d object in real time
- 2022-07-04 20:37:24下载
- 积分:1
-
目标显著性检测
显著性检验(significance test)就是事先对总体(随机变量)的
- 2022-02-22 00:04:09下载
- 积分:1
-
一个RSA的类的源代码,并有我写的测试程序,非常好用
一个RSA的类的源代码,并有我写的测试程序,非常好用-the source code of a rsa class,which has been tested ,and works well.
- 2022-02-26 06:22:35下载
- 积分:1
-
详细用法请看文件说明,该程序用matlab编写,挂用vc++编译器编译而成,程序用途:找出在任意多变形内的象素点...
详细用法请看文件说明,该程序用matlab编写,挂用vc++编译器编译而成,程序用途:找出在任意多变形内的象素点-detailed document indicates that the procedures used to prepare Matlab, linked with vc++ compiler compiler which, procedures purposes : to identify more arbitrary deformation within the pixel point
- 2022-03-13 13:50:33下载
- 积分:1
-
bmp image processing exposure
bmp图像曝光处理-bmp image processing exposure
- 2022-09-07 20:10:02下载
- 积分:1
-
游程编码
系统实现方案:总体思想:将图像文件以二进制方式读入缓冲区,把二进制位转制为整数,对缓冲区数据进行编码,以特定的格式(unsigned short)写入输出文件;解压缩过程反过来即可。压缩文件存储格式:以每两个字节为单位储存(即每次写入16位unsigned short类型)。 0 1 2~15 ... 第0位 存储压缩信息(1压缩;0不压缩,原始数据)第1位 如果第0位为1(压缩),此位标明字符类别(0或1);如果第0位为0(原始数据),此位无意义,默认为0后14位 存储字符数量或者原始数据的值
- 2022-07-09 04:00:22下载
- 积分:1
-
can also showed 24 Figure 3 color R, G, B Histogram
能同时显示24位图三色R、G、B的直方图-can also showed 24 Figure 3 color R, G, B Histogram
- 2022-04-12 07:26:06下载
- 积分:1
-
图像处理、傅氏变换函数全,是学习BMP图像处理的必备函数集...
图像处理、傅氏变换函数全,是学习BMP图像处理的必备函数集-image processing, Fourier transform function entire study is the BMP image processing required Function Set
- 2023-05-16 01:25:03下载
- 积分:1
-
学习VC也没多久,将我做的这个小工具和大家分享一下。其主要功能就是可以自定义生成公章图形并保存为bmp图片,希望对大家有点用。具体实现的方法如下:
步...
学习VC也没多久,将我做的这个小工具和大家分享一下。其主要功能就是可以自定义生成公章图形并保存为bmp图片,希望对大家有点用。具体实现的方法如下:
步骤一:生成对话框工程,并加入相应的控件,图片的显示使用Picture控件;
步骤二:定义生成图形所需要的参数;
步骤三:通过参数定义,生成对应的Bitmap,再在Picture控件中显示该位图,具体实 现参看源程序。
步骤四:将生成的Bitmap保存为位图文件。
-VC did not learn how long I will do this small tools and share with you. Its main function is to be generated from the definition graphics and seals for the preservation bmp picture, and I hope to use you a bit. The specific methods to achieve the following : Step 1 : Generation dialog, and add the corresponding controls, the pictures showed a picture control; Step 2 : definition graphics generated by the parameters; Step 3 : through the definition of parameters, generate the corresponding Bitmap, and the Picture Control showed the bitmap, See achieve specific source. Step 4 : Generation to preserve the Bitmap bitmap file.
- 2023-04-09 06:30:03下载
- 积分:1