Image enhancement in spatial domain, the sources include histogram, laplacian, unsharp mask, and spatial filter
资源简介:Image enhancement in spatial domain, the sources include histogram, laplacian, unsharp mask, and spatial filter
上传时间: 2013-12-13
上传用户:hj_18
资源简介:image enhancement in frequency domain
上传时间: 2014-08-13
上传用户:小宝爱考拉
资源简介:Image enhancement in frequency domain using Fourier center frequency, Gaussian lowpass filter, Low pass filter, high pass filter. Image restoration using medean filter, weiner filter with noise generator such as Gaussian noise, Salt and Pep...
上传时间: 2017-08-24
上传用户:xinzhch
资源简介:image enhancement in matlab!
上传时间: 2013-12-19
上传用户:talenthn
资源简介:This book provides the reader with the basics in radio engineering, the techniques needed to generate, control, detect, and use radio waves. The text approaches the relevant problems both from the electromagnetic theory based on Maxwell...
上传时间: 2014-01-17
上传用户:rocketrevenge
资源简介:image enhancement matlab code ,can improve the picture quality ,especially for the image with low quality .
上传时间: 2013-12-21
上传用户:ynwbosss
资源简介:image enhancement by nonlinear extrapolation in frequency space。使用小波进行边缘锐化和增强的论文
上传时间: 2013-12-25
上传用户:xinyuzhiqiwuwu
资源简介:DELPHIBOX The ImageHTML converts images to ASCII characters in HTML format. The output image is in three formats: true color, grayscale, and mono color. The ImageHTML is provided "AS IS " without any warranty of any kind, either expr...
上传时间: 2013-12-27
上传用户:zhichenglu
资源简介:the magnitude responses in dB of the window functions in the frequency domain
上传时间: 2014-01-08
上传用户:teddysha
资源简介:The sources of IDAPython, a plugin for IDA for using python for scripting in IDA, instead of IDC.
上传时间: 2013-12-23
上传用户:我干你啊
资源简介:Image related files in java for the naive users who are learing image related programs in java
上传时间: 2017-07-22
上传用户:sz_hjbf
资源简介:Image related files in java for the naive users who are learing image related programs in java..its toggle java
上传时间: 2014-01-20
上传用户:lmeeworm
资源简介:Image related files in java for the naive users who are learing image related programs in java..user interface ..
上传时间: 2017-07-22
上传用户:yuchunhai1990
资源简介:Abstract—We describe a technique for image encoding in which local operators of many scales but identical shape serve as the basis functions. The representation differs from established techniques in that the code elements are localized i...
上传时间: 2014-01-23
上传用户:ruixue198909
资源简介:手机文件浏览器 Here are the sources to SMan v1.2c 1.2 is a major jump from v1.1. You will see this from the way the code has been restructured into multiple files. It also supports flip closed. However, to my chagrin, I made the mistake of ...
上传时间: 2015-03-31
上传用户:彭玖华
资源简介:uc/os-ii for 8051 This package provides the sources required to use the uC/OS-II v2.00 real time kernel on the 8051 processor. To use this package you will need the TASKING C Compiler toolset v6.0r1 or higher. For info on TASKING prod...
上传时间: 2015-05-21
上传用户:ainimao
资源简介:Structure the sources so that the compression and decompression code form a library usable by any program, and write both gzip and zip on top of this library. This would ideally be a reentrant (thread safe) library, but this would deg...
上传时间: 2015-08-06
上传用户:jackgao
资源简介:I wrote this code early this year using ColdFire MCF5213 in codewarrior IDE. The LCD is STN B/W 320x240 dot matrix LCD. The code include 3 different fonts, and basic LCD driver. All original!
上传时间: 2013-12-20
上传用户:皇族传媒
资源简介:This ZIP archive includes the sources (and executable) for the FileTest utility, written by Ladislav Zezula. The archive also includes the source of a general purpose "Utils" lib which contains some generally useful functions and is al...
上传时间: 2014-01-25
上传用户:ccclll
资源简介:In number theory, the Euclidean algorithm (also called Euclid s algorithm) is an algorithm to determine the greatest common divisor (GCD) of two elements of any Euclidean domain (for example, the integers). Its major significance is that it...
上传时间: 2017-07-17
上传用户:恋天使569
资源简介:Rotation tool, totates a single image contained in HANDLE.HANDLE can be a handle to figure, axes, or image object. This GUI is a pure imitation of ROTATEGUI from Birju Patel and uses some code from that function. However, it has extended f...
上传时间: 2017-07-28
上传用户:han_zh
资源简介:The Gray Watson debugging malloc library is C source code for a drop in replacement for the system malloc & other memory manage ment routines. What is unique about this library is that it contains a number of powerful debugging facilities i...
上传时间: 2015-02-05
上传用户:TF2015
资源简介:This directory contains code implementing the K-means algorithm. Source codemay be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANSprogram accepts input consisting of vectors and calculates the givennumber of cluster centers ...
上传时间: 2014-01-27
上传用户:maizezhen
资源简介:The ability to create groups of reports, and grant users access to reports by group. The ability to generate reports as PDF, XLS, HTML, and CSV files. The ability to generate bar, pie and xy charts for inclusion in reports. The ability to s...
上传时间: 2014-01-14
上传用户:franktu
资源简介:In each step the LZSS algorithm sends either a character or a <position, length> pair. Among these, perhaps character "e" appears more frequently than "x", and a <position, length> pair of length 3 might be commoner than one of length 18, s...
上传时间: 2014-01-27
上传用户:wang0123456789
资源简介:ICA is used to classify text in extension to the latent semantic indexing framework. ICA show to align the context grouping structure well in a human sense [1], thus can be used for unsupervised classification. The demonstration shows this ...
上传时间: 2013-12-22
上传用户:himbly
资源简介:This file contains a summary of what you will find in each of the files that make up your hpauth application.
上传时间: 2015-05-03
上传用户:wang5829
资源简介:This file contains a summary of what you will find in each of the files that make up your xxxlogon application.
上传时间: 2015-05-03
上传用户:wangyi39
资源简介:This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end of program execution it will display in the debug window if there were any memory leaks and how the memory looks so you can identify where y...
上传时间: 2015-05-07
上传用户:comua
资源简介:This a very simple Yee algorithm 3D FDTD code in C implementing the free space form of Maxwell s equations on a Cartesian grid. There are no internal materials or geometry. The code as delivered simulates an idealized rectangular waveguide ...
上传时间: 2015-05-14
上传用户:水中浮云