-
I would like to thank my advisor, Dr. A. Lynn Abbott, for helping me throughout...
I would like to thank my advisor, Dr. A. Lynn Abbott, for helping me throughout
my research, Gary Fleming and the rest of the people at NASA Langley who provided all
the flight information and image sequences, and my parents who supported me in my
decision to enter graduate study. Also, thanks to Phichet Trisirisipal and Xiaojin Gong
for helping when I had computer vision questions, and Nathan Herald for his help
creating an illustration.
- 2022-06-29 12:06:28下载
- 积分:1
-
为了方便众多音乐爱好者,本程序自动生成.M3U文件
为了方便众多音乐爱好者,本程序自动生成.M3U文件-many music lovers, the automatic generation procedures. M3U file
- 2022-03-12 23:21:24下载
- 积分:1
-
DICOM3.0标准中文版2
DICOM3.0标准中文版2-DICOM3.0 Chinese version 2
- 2022-08-05 14:58:10下载
- 积分:1
-
Huffman tree algorithm for the creation and implementation; Huffman coding algor...
Huffman树的创建算法与实现;Huffman编码算法的实现-Huffman tree algorithm for the creation and implementation; Huffman coding algorithm implementation
- 2022-03-06 14:42:12下载
- 积分:1
-
Basis of Uclinux development required documents to help you develop strength pla...
uclinux的开发必备文件,助你开发一壁之力-Basis of Uclinux development required documents to help you develop strength plastics
- 2023-08-08 16:25:03下载
- 积分:1
-
- 2022-02-13 21:39:51下载
- 积分:1
-
Norms and leave no place to feel accepted by the court that he was now very diff...
的规范和放假没地方感觉法庭接受他还是跟那个很难让他回头-Norms and leave no place to feel accepted by the court that he was now very difficult to let him go back to
- 2022-02-07 07:53:52下载
- 积分:1
-
数字水印技术是利用信号处理的方法…
数字水印技术是指用信号处理的方法在数字化的多媒体数据中嵌入隐蔽的标记,这种标记通常是不可见的,只有通过专用的检测器或阅读器才能提取。数字水印在信息隐藏及图象隐藏方面有着极为广泛的应用。-Digital watermarking technology is that by using the method of signal processing in the digital multimedia data embedded hidden tag, this tag is not usually visible only through a dedicated detector or reader can be extracted. Digital Watermarking and Information Hiding in the hidden image has a very wide range of applications.
- 2022-01-22 13:34:56下载
- 积分:1
-
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返...
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返回有效的实际值 */
#define A 10
char value
char filter()
{
char new_value
new_value = get_ad()
if ( ( new_value - value > A ) || ( value - new_value > A )
return value
return new_value
}
2、中位值滤波法
/* N值可根据实际情况调整
排序采用冒泡法*/-10 kinds of software filtering method one example of the procedure, limit the Deputy filter/* A value can be adjusted according to the actual value for the RMS, new_value filter for the current sampling procedures for the effective return of the actual value* /# define A 10 char value char filter () (char new_value new_value = get_ad () if ((new_value- value> A) | | (value- new_value> A) return value return new_value ) 2, the median filtering method/* N values can be adjust the actual situation in the use of bubble sort method* /
- 2023-08-29 16:45:03下载
- 积分:1
-
Avi 文件格式,英文版本。包括标准avi文件格式说明,以及各个重要的数据结构的定义。
是学习流媒体基础的必不可少的基础资料...
Avi 文件格式,英文版本。包括标准avi文件格式说明,以及各个重要的数据结构的定义。
是学习流媒体基础的必不可少的基础资料-Avi file format, and English versions. Including standard avi file format, as well as an all important data structure definitions. Streaming Media is the basis for learning the essential foundation for information
- 2022-01-25 17:10:38下载
- 积分:1