YOV408 Programming Resources Home Forum IdeaBox News Tutorials Articles CodeSpot Search About : Contact us, Partnerships, Members.My settings : Register.Page Style : Dark | Bright | Old. 10 online visitors | 3595 messages in the forum.1154 tutorials | 6251084 visits since July 2003. You are not currently logged in, you can register here. (uses Cookies). .:: LOGIN ::. Login : Password : The login requires cookies to be enabled in your browser's settings. If you forgot your password or login, please click here, so that we send you back your login information. If you don't have a login yet you can Register in a second ! .:: Survey ::. What is the most useless section ? Forum Tutorials Ideabox Codespot Articles NewsAlready 676 votes for this survey! .:: Forum : Global latest messages ::. Needed matlab code for ... (10/10-08:46) face recognition (10/10-08:30) face recognition (10/10-08:27) face recognition (10/10-06:51) face recognition (09/10-02:11) ICA application in CDMA ... (08/10-10:30) Matlab source code for g... (06/10-13:53) MATLAB code help please.... (05/10-11:14) TDNN (Time Delay Neural ... (03/10-23:04) Wavelet (03/10-22:53) .:: Tutorials categories ::. 3D Engines Principles (3D Geometry, Occlusion Culling / BackFace Culling / BSP, Raytracing techniques, Voxel Engines) 3D Programming (3D Effects and Techniques, 3D Engines Principles, DirectX, Lighting and Shading, OpenGL, Texture Mapping) Artificial Intelligence (Flock and Crowd Behaviours, Genetic Algorithms, Neural Networks) Assembly (Assembly 68k (Motorola), Assembly 80x86 (AMD/Intel)) Audio Libraries (DirectX, OpenAL) Classification / Recognition / Classes (Support Vector Machine) Communication Protocols (Chat Protocols, Email Protocols, Firewire - 1394 Standard, FTP Protocol, Hypertext Transfer Protocol (HTTP), Modems and Modulation, MySQL Protocol, Parallel Port, Serial Port, TCP/IP Protocol, Telnet Protocol, USB Protocol) Compressions (Jpeg Image Compression, MPEG Audio Compression, MPEG Video Compression, Ogg Vorbis Audio Compression (Vorbis.ORG)) Computer / Programming Theory (Multithreading, Operating Systems, Script Compilers / Interpretors) Computer Science (Algorithms, Artificial Intelligence, Computer / Programming Theory, Data Processing, Face Recognition, Fuzzy Logic, Games / Animations / Graphics, Miscellaneous, Numerical Techniques, Robotics related, Science, Statistical signal techniques) Data Processing (Cryptography, File Formats, Huffman Compression, Regular Expressions) Databases (MySQL/SQL) Digital Image Processing (Colorization of black and white images, Image segmentation, Motion Detection) Games / Animations / Graphics (Collision Detection, Particles engines / Particle Systems, Pathfinding Algorithms, Tile Maps) Java (Java Optimisations) Java Sun Technologies (Java, JavaScript) Microsoft .NET (.NET Framework, ASP .NET, Visual Basic .NET) Numerical Techniques (Classification / Recognition / Classes, Optimisation Techniques, Regression / Interpolation) Php (+ MySQL) (Sessions) Physics (Car Physics, Collision Response, Deformable, Breakable solids, Physics Simulations (Various Physics Domains), Rigid Body Dynamics) Programming Languages (Assembly, C, C#, C++, Cobol, Databases, Delphi (Pascal), Java Sun Technologies, Microsoft .NET, Miscellaneous, Perl, Python, QBasic/Basic, Scripting in Operating Systems, Tex / LaTeX, Visual Basic, Web Scripting/Markup Languages, Webdesign, Windows Specifics) Regression / Interpolation (PLS (Partial Least Square) Regression) Science (Mathematics, Physics) Scripting in Operating Systems (Batch (DOS) scripting, Unix/Linux Shell Scripting (Bash)) Signal Processing (Audio Libraries, Compressions, Digital Audio Processing, Digital Filters Design, Digital Image Processing, Digital Signal Processing, Digital Video Processing, Feature (Variable) Selection, Fourier Analysis, Kalman Filters, Matlab, Resampling / Downsampling / Upsampling, Speech processing, Wavelet Analysis) Speech processing (Linear Predictive Coding, Speech recognition, Speech synthesis) Statistical signal techniques (Hidden Markov models) TCP/IP Protocol (Network engines principles, Winsock (Windows Socket API)) Web Scripting/Markup Languages (Active Server Pages (ASP), CSS (Cascaded Style Sheets), Html, Php (+ MySQL), XML) Webdesign (Security) Windows Specifics (DirectShow filters and library, Memory mapped Files / Share memory, Preprocessor directives, Semaphore / Mutex / Synchronizing Threads, Video For Windows (Video library), Windows GUI) .:: Links ::. A 'must know' for the programmer, this famous site is a source of inspiration, thoughts, knowledge for most of us! (Programmers...) Huge quality contents updated on a daily basis and supported by a large community of programmers from all sides of the industry. Very useful website devoted to OpenGL and DirectX, 3D programming in general, with fully commented code samples. .:: Random links ::. Lots of tutorials and case studies on opengl, home-made. .:: Latest news ::. huffman decoding - 23rd January 2007, 09:52
Huffman algorithm for lossless compression is widely used in modern video, image and audio encoding standards such as mp3, aac, jpeg, mpeg2, mpeg4 etc... Once the huffman tree is built the encoding process is very simple. Each word which needs to be encoded is looked up in the huffman tables and it's encoded translation is output in the bitstream. The process on the decoder's side is much more complex because it doesn't know in advance, in the bitstream, the seperation between the different encoded words.
The huffman algorithm guarantees that an encoded word never starts be another valid encoded word (a bit like phone numbers : what if someone else had the first part of your phone number as a phone number, nobody could ever reach you...). In short, the easiest way through for the decoder is to read one bit at a time and check in the huffman tables if the encoded word is found. Of course this process can be slighly accelerated by sorting the huffman tables by code length but it remains very slow.
In fact the most widespread technique for huffman decoding uses lookup tables. A huffman encoded word can be decoded in only one lookup (sometimes two if necessary). The technique is slighly tricky because it requires to create 'different' tables based on the classic huffman tree but in most cases it's really worth it. I found this page which explains it all : Practical Huffman Coding> Comments (1)> More news .:: Forum : Unanswered messages ::. Topic of the post Author Viewed Need help with Matlab GUI how to refresh/ redraw?NikTuz204facial expression evalution surveysorcimatt189automatic and robust image registration using feature points extraction and zernike moments invariantprakash180TDNN (Time Delay Neural Network) Matlabdecloop162CFP: ISNN2009 (May 26-29, 2009; Wuhan, China)WCCI149How to capture motion with magnetic sensor?hewstone999146ICA application in CDMA multiuser detectionblackhole81 .:: Forum : Most popular threads ::. Topic of the post Author Posts image processing393face recognition360Motion Detectionkhhem151Webcam programmingMirko105Looking for MATLAB source code for mp3 compressionLiu Ming ye69MATLAB code help please....jennifer22cute67Union & intersection of meshes49 .:: Forum : Latest Messages ::. Topic of the post Author Date Needed matlab code for image registration using FFT:rchan10th Oct, 08:46face recognitionnive10th Oct, 08:30face recognitionnive10th Oct, 08:27face recognitionlastontheline10th Oct, 06:51face recognitionryan9th Oct, 02:11ICA application in CDMA multiuser detectionblackhole8th Oct, 10:30Matlab source code for genetic algorithm based fuzzy controllerfadi6th Oct, 13:53MATLAB code help please....ensienne5th Oct, 11:14TDNN (Time Delay Neural Network) Matlabdecloop3rd Oct, 23:04Waveletdecloop3rd Oct, 22:53MATLAB code help please....decloop3rd Oct, 22:51How to capture motion with magnetic sensor?hewstone9992nd Oct, 16:17pitch shifting using matlabswap2you1st Oct, 18:39
.:: Ideabox : latest ideas ::.
Idea Subject
Author
Date
Shape Texture extraction from face image using Matlabnive10th Oct, 13:35micro controllers,quality assesment measure for colour imagesshanthi_ec88528th Aug, 07:57stock exchange decession making tools by back propagation nural networkcsayantan24th Jul, 17:51palm and hand geometry based person identificationnaved7th Oct, 09:53Face Recognition using Gabor Filter Responsesabhijits13th Mar, 04:35
.:: Ideabox : latest idea comments ::.
Topic
Author
Date
Traffic Simulatoropraveen27th Sep, 13:32Traffic SimulatorMees15th Sep, 23:55palm and hand geometry based person identificationsweethana6th Mar, 15:45Traffic Simulatormoon19th Feb, 10:31Traffic Simulatormoon19th Feb, 10:05
.:: CodeSpot : latest code comments ::.
Code name
Author
Date
LPC (Linear Predictive Coding) matlab sourcehijjawe_Jo18th Sep, 18:43FFT C source code (Simple radix-2)trishmitch24th Apr, 15:24LPC (Linear Predictive Coding) matlab sourcevikram871217th Apr, 09:23Serial Port Programming C++ source codezingaroo3x18th Feb, 15:47Kernel PLS (Partial Least Squares) for regressionchaile6th Feb, 17:37
|
|