Dynamic Variations in the Speed of a Digital Video Stream due to Complexity of Algorithms and Entropy of Video Frames

Size: px
Start display at page:

Download "Dynamic Variations in the Speed of a Digital Video Stream due to Complexity of Algorithms and Entropy of Video Frames"

Transcription

1 International Journal of Applied Environmental Sciences ISSN Volume 12, Number 2 (2017), pp Research India Publications Dynamic Variations in the Speed of a Digital Video Stream due to Complexity of Algorithms and Entropy of Video Frames S. Aparna 1 and M.Ekambaram Naidu 2 1 GITAM University, Hyderabad, India. SRK Institute of Technology, Vijayawada, India. Abstract This paper discusses the dynamic variations of frame rate in a live digital video due to complexity of video processing algorithms and entropy of frames. A number of video processing algorithms are applied on a live video captured by a web camera and frame rates are observed. It was observed that frame rate reduces not only due to complexity of an algorithm applied on a streaming video but also on the information content, that is, the entropy associated with each running frame. Keywords: Digital Video, Frame Rate, Complexity of Video Processing Algorithms 1. INTRODUCTION The three major parameters associated with video quality are (i) speed, (ii) size and (iii) clarity. Speed of a digital video stream is quantified by Frames per Second (FPS). This means the number of frames displayed or communicated each second. Usually, FPS is considered as a standard in a digital video display or communication. However, each user would have a different FPS, depending on the computer, camera type, video size and the internet connection speed of say each conference participant, especially in a video conference. The purpose of this paper is to highlight the effect of frame entropy[2] and algorithmic complexity on FPS, especially when digital video processing of main concern. Secondly, the size of the frame plays a significant role in maintaining FPS during display or communication.

2 242 S.Aparna and M.Ekambaram Naidu The term size refers to the number of pixels displayed in a frame which in turn quantifies its resolution defined by the frame width and frame height. Usually ispq makes use of 320x240 resolution by default for capturing video. The next important parameter that determines video quality is clarity. One would come across many factors that determine how crisp and clear a video image will appear. Most of the video conferencing facilities give top priority to image clarity even at the cost of FPS, which means that the video quality remains within acceptable limits, even if the FPS is reduced to an acceptable level. In a way one would have a trade-off between FPS and clarity. In this context, video image processing becomes an essential operation in order to maintain video quality. The problem faced, in such a case, is an additional overhead to maintain speed and quality. This paper addresses the problem of dynamic variations in the speed of streaming video while using various image processing algorithms to process a live video[3] stream frames. 2. EFFECTS OF ALGORITHMIC COMPLEXITIES ON FPS Complexity of an algorithm is evaluated based on the number of computations involved in processing a video frame. For example, let us consider an algorithm meant for detecting edges in a video frame. Algorithm: Rajan2-Cellular Logic Array Processing Based 2-Dimentional Edge Detection Input: 2-Dimensional image with 'T' Output: 2-Dimensional image after Edge detection Steps: Step 1: Read the pixels from 2-Dimensional image and place pixel values in a 1- Dimensional array called Input array. Step 2: Copy input array to output array Step 3: Repeat the steps 1 & 2 sliding the 5-neighborhood window over the image (input array) Start: Step 3(a): Find MAX(0,1); Step 3(b): Find MIN(0,1); Step 3(c):Find difference D = MAX(0,1)-MIN(0,1); Step 3(d): If(D <= T) Then Assign CP=0 in value output array;

3 Dynamic Variations in the Speed of a Digital Video Stream due to Complexity Else Find the slide the 5-neighborhood End: Repeat this process until the structuring element scans Step 4: Pass the output array to Display() the whole of the image Complexity Calculation In the Cellular Logic Array Processing[7] based edge detection algorithm Rajan2, steps 3(a), (b), (c) and (d) are executed a maximum number of times. The time complexity of this computation is evaluated as O(n 2 r 2 ). The repetition of steps 3(a),, (b), (c) and (d) takes place with the complexity of O(n 2 ). The total time complexity of 2Dimentional edge detection by using Cellular Logic Array Processing -Rajan2 method is an image of size nxn by a structuring element of size rxr is O(n 2 r 2 )+O(n 2 ). Let us also consider an algorithm meant for skeletonizing a video frame. Algorithm: Rajan 2-Cellular Logic Array Processing Based 2-Dimensional Skeletonization Input: 2-Dimensional image, threshold Output: 2-Dimensional image after Edge detection Steps: Step 1: Read the pixel from 2-Dimensional image and place in a 1-Dimensional array called input array. Step 2: Move the elements in input array to output array Step 3: Repeat the step 1 & 2 and slide the 5-neighborhood window over the image (input array) Start Step 3(a): Find the MAX(0,1); Step 3(b): Find the MIN(0,1); Step 3(c):Find the difference D = MAX(0,1)-MIN(0,1); Step 3(d): If(D <= T) Then Retain the CP as well as corner pixels and remove the boundary pixels in output array Else slide the 5-neighborhood

4 244 S.Aparna and M.Ekambaram Naidu End Repeat this step until the structuring element spans the whole of the image. Step 4: Copy output array to input array and repeat step 3 until there is no boundary left for removal. Step 5: Pass the output array to Display() Complexity Calculation In the Rajan2 Cellular Logic Array Processing based skeletonization, steps 3(a), (b), (c) and (d) are executed a maximum number of times. The time complexity is evaluated as O(n 3 r 2 ). Because the outer while loop is executed until both input buffer and output buffer are equal. In the worst case while loop executes for n times. That is, the time complexity of 2-D skeletonization by using a Cellular Logic Array Processing method on an image of size nxn by a structuring element of size rxr is O(n 3 r 2 ). With these we can conclude that the overall time complexity of an algorithm not only depends on the complexity of the algorithm but also on the number of instructions used to implement it. Here CP stands for Center Pixel, T stands for Threshold 3. EFFECTS OF VIDEO FRAME ENTROPY ON FPS Entropy of a digital image[8] is a statistical quantification of the information content in the image. Larger the entropy more the information contained in an image. Figure 1(a) shows a minimum entropy[5] image and figure 1(b) maximum entropy[4] image. The term entropy refers to the degree of randomness of information. Real time video communication employs an image quality parameter Transmitted Information T I which is briefly described here. Given events S1,..., Sn occurring with probabilities p(s1),..., p(sn), then the average uncertainty associated with each event is defined based on Shannon entropy[1] as Let x and y be the input and output random variables and their entropies H(x) and H(y), respectively. Joint entropy, H(x, y), is defined as, where Hx(y) and Hy(x) are conditional entropies. Hx(y) is the entropy of the output when the input is known and Hy(x) that of the input when the output is known. Now, the transmitted information TI could be computed as T(x; y), where:

5 Dynamic Variations in the Speed of a Digital Video Stream due to Complexity where pi=ni/n, pj=nj/n, and pij=nij/n. One can rewrite the above equations as given below. (a) Minimum entropy image; (b) Maximum entropy image Figure 1: Sample images Figure 2 shows a real time video frame captured by a web camera and its histogram Figure 2: A sample video frame captured by a web camera

6 246 S.Aparna and M.Ekambaram Naidu Complete video image frame statistics is given below. Histogram of the image clearly shows that the entropy of the image is small. One would visualize that the histogram of an image with maximum entropy would be sparsely distributed. Pixels Count Pixels without black Red Min 0 Red Max 255 Red Mean Red Standard Deviation Red Median 158 Red Total Count Green Min 5 Green Max 255 Green Mean Green Standard Deviation Green Median 157 Green Total Count Blue Min 3 Blue Max 255 Blue Mean Blue Standard Deviation Blue Median 151 Blue Total Count Saturation Min 0 Saturation Max 1 Saturation Mean Saturation Standard Deviation Saturation Median Luminance Min Luminance Max Luminance Mean Luminance Standard Deviation Luminance Median Y Min Y Max Y Mean Y Standard Deviation Y Median Cb Min Cb Max

7 Dynamic Variations in the Speed of a Digital Video Stream due to Complexity Cb Mean Cb Standard Deviation Cb Median Cr Min Cr Max Cr Mean Cr Standard Deviation Cr Median Red Min WB 0 Red Max WB 255 Red Mean WB Red Standard Deviation WB Red Median WB 158 Red Total Count WB Green Min WB 5 Green Max WB 255 Green Mean WB Green Standard Deviation WB Green Median WB 157 Green Total Count WB Blue Min WB 3 Blue Max WB 255 Blue Mean WB Blue Standard Deviation WB Blue Median WB 151 Blue Total Count WB Saturation Min WB 0 Saturation Max WB 1 Saturation Mean WB Saturation Standard Deviation WB Saturation Median WB Luminance Min WB Luminance Max WB Luminance Mean WB Luminance Standard Deviation WB Luminance Median WB Y Min WB Y Max WB Y Mean WB Y Standard Deviation WB

8 248 S.Aparna and M.Ekambaram Naidu Y Median WB Cb Min WB Cb Max WB Cb Mean WB Cb Standard Deviation WB Cb Median WB Cr Min WB Cr Max WB Cr Mean WB Cr Standard Deviation WB Cr Median WB Figure 3: A salt and pepper noise with its histogram 4. THE EFFECTS OF A VIDEO FRAME ENTROPY ON FPS An empirical study was undertaken to verify the effects of applying various algorithms on a streaming videos and results observed. Part of the results of the study is presented in figures 4(I) to (XXXV) and table 1. One may observe that Seven out of 69 Algorithms reduce the FPS.Among them few images are grey scale morpholgy[9] Rajan1 Filtered (13.78 FPS) (I) Rajan2 Filtered Th. 40 (7.31 FPS)

9 Dynamic Variations in the Speed of a Digital Video Stream due to Complexity Sobel Filtered (23.26FPS) Laplacian Filtered (22.92 FPS) (II) Prewit Filtered Kirsch Filtered (23.62 FPS) (III) Morphological Dilated (15.50 FPS) Morphological Eroded (15.99 FPS) (IV)

10 250 S.Aparna and M.Ekambaram Naidu Segmentation Mean Segmentation Median (3.01FPS) (V) High Pass Filter Mask1 High Pass Filter Mask2 (VI) High Pass Filter Mask3 (23.90 FPS) High Pass Filter Mask4 (16.49 FPS) (VII)

11 Dynamic Variations in the Speed of a Digital Video Stream due to Complexity Low Pass Filter Mask1 (15.76 FPS) Low Pass Filter Mask2 (VIII) Low Pass Filter Mask3 Low Pass Filter Mask4 (23.60 FPS) (IX) Low Pass Filter Mask5 (24.22 FPS) Faler Filtered Mask1 (23.62 FPS) (X)

12 252 S.Aparna and M.Ekambaram Naidu Faler Filtered Mask2 (24.25 FPS) Faler Filtered Mask3 (24.25 FPS) (XI) Faler Filtered Mask4 Faler Filtered Mask5 (XII) Kirsch Filtered Mask1 (24.63 FPS) Kirsch Filtered Mask2 (23.54 FPS) (XIII)

13 Dynamic Variations in the Speed of a Digital Video Stream due to Complexity Kirsch Filtered Mask3 Kirsch Filtered Mask4 (XIV) Kirsch Filtered Mask5 Kirsch Filtered Mask6 (XV) Kirsch Filtered Mask7 (23.90 FPS) Kirsch Filtered Mask8 (24.25 FPS) (XVI)

14 254 S.Aparna and M.Ekambaram Naidu Prewitt Filtered Mask1 (23.62 FPS) Prewitt Filtered Mask2 (22.92 FPS) (XVII) Prewitt Filtered Mask3 (22.64 FPS) Prewitt Filtered Mask4 (22.92 FPS) (XVIII) Prewitt Filtered Mask5 (22.92 FPS) Prewitt Filtered Mask6 (22.92 FPS) (XIX)

15 Dynamic Variations in the Speed of a Digital Video Stream due to Complexity Prewitt Filtered Mask7 (22.92 FPS) Prewitt Filtered Mask8 (22.92 FPS) (XX) Prewitt Filtered Mask9 (22.92 FPS) Sobel Filtered Mask1 (23.62 FPS) (XXI) Sobel Filtered Mask2 (20.37 FPS) Sobel Filtered Mask3 (22.94 FPS) (XXII)

16 256 S.Aparna and M.Ekambaram Naidu Sobel Filtered Mask4 (23.28 FPS) Sobel Filtered Mask5 (23.62 FPS) (XXIII) Sobel Filtered Mask6 (23.28 FPS) Sobel Filtered Mask7 (23.92 FPS) (XXIV) Sobel Filtered Mask8 (21.99 FPS) Laplatian Mask1 (22.66 FPS) (XXV)

17 Dynamic Variations in the Speed of a Digital Video Stream due to Complexity Laplatian Mask2 (22.29 FPS) Laplatian Mask3 (22.64 FPS) (XXVI) Laplatian Mask4 (24.25 FPS) Laplatian Mask5 (24.25 FPS) (XXVII) Robinson Mask1 (23.28 FPS) Robinson Mask2 (23.28 FPS) (XXVIII)

18 258 S.Aparna and M.Ekambaram Naidu Robinson Mask3 (23.28 FPS) Edge Enhancement East (24.25 FPS) (XXIX) Edge Enhancement west Edge Enhancement north (23.62 FPS) (XXX) Edge Enhancement South (24.25 FPS) Edge Enhancement north-east (24.25 FPS) (XXXI)

19 Dynamic Variations in the Speed of a Digital Video Stream due to Complexity Edge Enhancement north-west Edge Enhancement south- east (24.25 FPS) (XXXII) Edge Enhancement south- west Line Enhancement East -west (23.62FPS) (XXXIII) Line Enhancement North-south (22.64 FPS) LineEnhancement northeast-southwest (XXXIV)

20 260 S.Aparna and M.Ekambaram Naidu Line Enhancement northwest-southeast (23.62 FPS) (XXXV) Figure 4: Processed video image frames Table 1: Algorithms and FPS Sl. No. Algorithms FPS 1 rajan rajan Sobel Laplacian Prewit Kirsch morphological dilation morphological erosion segmentation mean segmentation median high pass filter mask high pass filter mask high pass filter mask high pass filter mask low pass filter mask

21 Dynamic Variations in the Speed of a Digital Video Stream due to Complexity low pass filter mask low pass filter mask low pass filter mask low pass filter mask fahler filter mask fahler filter mask fahler filter mask fahler filter mask fahler filter mask kirsch mask kirsch mask kirsch mask kirsch mask kirsch mask kirsch mask kirsch mask kirsch mask prewitt mask prewitt mask prewitt mask prewitt mask prewitt mask prewitt mask prewitt mask prewitt mask prewitt mask sobel mask sobel mask

22 262 S.Aparna and M.Ekambaram Naidu 44 sobel mask sobel mask sobel mask sobel mask sobel mask sobel mask laplacian mask laplacian mask laplacian mask laplacian mask laplacian mask robinson mask robinson mask robinson mask Edge enhancement East Edge enhancement West Edge enhancement north Edge enhancement south Edge enhancement north east Edge enhancement north west Edge enhancement south east Edge enhancement south west line enhancement east -west line enhancement north-south line enhancement northeast - southwest line enhancement northwest - southeast

23 Dynamic Variations in the Speed of a Digital Video Stream due to Complexity Figure 5: Graph showing the results of applying 69 algorithms on a video stream and the dynamic variations in FPS 5. CONCLUSIONS Sixty-nine algorithms were applied on various digital video streams and their effects on FPS were observed. It was observed that seven of these 69 algorithms reduce the FPS of a video stream. They are listed below along with the FPS Rajan Rajan Morphological dilation Morphological erosion Segmentation median 3.01 High pass filter mask Low pass filter mask The reason behind the reduction of FPS is twofold (i) algorithmic complexity and (ii) entropy of the video frames. It was also observed that the reduction in FPS is dynamic and it oscillates between tolerable limits. ACKNOWLEDGEMENTS The authors gratefully acknowledge the untiring support given to them by the research team of Pentagram Research Centre Private Limited, Hyderabad, Telangana State, India while carrying out research. REFERENCES [1] Shannon, Claude E(July-October 1948)."A Mathematical theory of communication" Technical Journal doi: /j tb01338.x.

24 264 S.Aparna and M.Ekambaram Naidu [2] C.Studholme, "An Overlap invariant entropy measure of 3d medical image alignment." Pattern Reconition, volume 32,issue1,January 1999,pages [3] John C.Crocker. "Methods of Digital Video Microscopy for Colloidal studies." Journal of colloid and interface Science. Volume 179, issue 1,15 April 1996.pages Elsevier. [4] S.F.Burch, "Image restoration by a powerful maximum entropy method". Computer vision, Graphics and image Processing.Volume 23,issue 2,August 1983,pages Elsevier [5] C.V.Angelino, E.Debreuve, M.Barlaud "A nonparametric minimum entropy image deblurring algorithm"2008 IEEE International conference on accoustics,speech and signal processing Pages ,DOI: /ICASSP [6] Vaddi chandra sekhar, satyajit bora, monalisa das, Pavan kumar manchi, S.JOsephine,Roy Paily "Design and Implementation of Blind Assistance system using real time stereo vision algorithms. Pages , DOI: /VLSID [7] Rajan, E.G., Cellular Logic Array Processing, Invited paper, World Congress for Nonlinear Analysts, organized by the international Federation of Nonlinear Analysts, Florida Institute of Technology, July 10-17, 1996, Athens, Greece [8] R.C. Gonzalez, R.E. Woods, Digital Image Processing. Addison Wesley, New York, 1992 [9] Stanley R. Sternberg. Gray scale morphology "Computer vision, graphics and image processing (1986) [10] Rajan, E.G., Medical Imaging in the framework of cellular Logic Array Processing, 15th International Conference of Biomedical Society of India,INCONBME 96, Coimbatore Institute of Technology, December 12-14, ABOUT THE AUTHORS S. Aparna is Assistant Professor from the Department of Computer Science and Engineering of the GITAM University, Hyderabad. My profound interests in research pulled me from industry and took to academics.my Research interests include Video Image Processing, Software Engineering, Data Base Management Systems. Dr. M. Ekambaram Naidu is the Principal of SRK College of Engineering and technology, Vijayawada.He is an avid Researcher and renowned professor. His research interests include image processing, Pattern Recognition and Analysis, Computer Networking, Software Engineering.

Countering*Trade*Opponents *Issues*with*TPP:*Point*and*Counterpoint* * * Opponents *Point* * * * * * * * Counterpoint**

Countering*Trade*Opponents *Issues*with*TPP:*Point*and*Counterpoint* * * Opponents *Point* * * * * * * * Counterpoint** Cuntering*Trade*Oppnents *Issues*with*TPP:*Pint*and*Cunterpint* Tradeppnents,includingsmemembersfCngress,haveremainedutspkenthrughuttheintensedebateregardingtheTrans:Pacific Partnership,rTPP.TaddresstheirmainargumentsagainstTPP,thisarticledecnstructsandcunterseach,whilestressingtheimprtancef

More information

Diamond Cut Productions / Application Notes AN-2

Diamond Cut Productions / Application Notes AN-2 Diamond Cut Productions / Application Notes AN-2 Using DC5 or Live5 Forensics to Measure Sound Card Performance without External Test Equipment Diamond Cuts DC5 and Live5 Forensics offers a broad suite

More information

AAM Guide for Authors

AAM Guide for Authors ISSN: 1932-9466 AAM Guide for Authors Application and Applied Mathematics: An International Journal (AAM) invites contributors from throughout the world to submit their original manuscripts for review

More information

FAQ of DVB-S PI210. Copyright KWorld Computer Co., Ltd. All rights are reserved. October 24, 2007

FAQ of DVB-S PI210. Copyright KWorld Computer Co., Ltd. All rights are reserved. October 24, 2007 FAQ of DVB-S PI210 Copyright 2007. KWorld Computer Co., Ltd. All rights are reserved. October 24, 2007 Page 1 of 17 (1)I had just received my product, I don t know how to set up everything!...3 (2)If my

More information

Prestwick House. Activity Pack. Click here. to learn more about this Activity Pack! Click here. to find more Classroom Resources for this title!

Prestwick House. Activity Pack. Click here. to learn more about this Activity Pack! Click here. to find more Classroom Resources for this title! Prestwick House Sample Pack Pack Literature Made Fun! Lord of the Flies by William GoldinG Click here to learn more about this Pack! Click here to find more Classroom Resources for this title! More from

More information

Thirty-three Opinionated Ideas About How to Choose Repertoire for Musical Success

Thirty-three Opinionated Ideas About How to Choose Repertoire for Musical Success Thirty-three Opinionated Ideas About How to Choose Repertoire for Musical Success Dr. Betsy Cook Weber University of Houston Moores School of Music Houston Symphony Chorus California Choral Directors Association

More information

EMGE WOODFREE FORECAST REPORT - INCLUDING FORECASTS OF DEMAND, SUPPLY AND PRICES AUGUST Paper Industry Consultants

EMGE WOODFREE FORECAST REPORT - INCLUDING FORECASTS OF DEMAND, SUPPLY AND PRICES AUGUST Paper Industry Consultants EMGE Paper Industry Consultants WOODFREE FORECAST REPORT - INCLUDING FORECASTS OF DEMAND, SUPPLY AND PRICES AUGUST 2016 EUROPEAN WOODFREE AUGUST 2016 Page A - TERMS & CONDITIONS Our products are supplied

More information

Reference: THE JOURNAL OF THE BARBADOS MUSEUM AND HISTORICAL SOCIETY, INDEX OF PERSONS NAMED IN VOL- UMES XXVI TO XLVII

Reference: THE JOURNAL OF THE BARBADOS MUSEUM AND HISTORICAL SOCIETY, INDEX OF PERSONS NAMED IN VOL- UMES XXVI TO XLVII Subject: Fwd: Richard Taylor 1786 Commissariat, Department at Barbados Date: Thu, 5 Sep 2013 15:47:40-0400 From: Harriet Pierce To: roy@christopherson.net Hello Mr Christopherson

More information

Contents. xv xxi xxiii xxiv. 1 Introduction 1 References 4

Contents. xv xxi xxiii xxiv. 1 Introduction 1 References 4 Contents List of figures List of tables Preface Acknowledgements xv xxi xxiii xxiv 1 Introduction 1 References 4 2 Digital video 5 2.1 Introduction 5 2.2 Analogue television 5 2.3 Interlace 7 2.4 Picture

More information

Release Notes for LAS AF version 1.8.0

Release Notes for LAS AF version 1.8.0 October 1 st, 2007 Release Notes for LAS AF version 1.8.0 1. General Information A new structure of the online help is being implemented. The focus is on the description of the dialogs of the LAS AF. Configuration

More information

On Sense Perception and Theory of Recollection in Phaedo

On Sense Perception and Theory of Recollection in Phaedo Acta Cogitata Volume 3 Article 1 in Phaedo Minji Jang Carleton College Follow this and additional works at: http://commons.emich.edu/ac Part of the Philosophy Commons Recommended Citation Jang, Minji ()

More information

Effective from the Session Department of English University of Kalyani

Effective from the Session Department of English University of Kalyani SYLLABUS OF THE SEMESTER COURSES FOR M.A. IN ENGLISH Effective from the Session 2017-19 Department of English University of Kalyani About the Course: This is basically a course in English Language and

More information

On the design of turbo codes with convolutional interleavers

On the design of turbo codes with convolutional interleavers University of Wollongong Research Online University of Wollongong Thesis Collection 1954-2016 University of Wollongong Thesis Collections 2005 On the design of turbo codes with convolutional interleavers

More information

Interactive Tic Tac Toe

Interactive Tic Tac Toe Interactive Tic Tac Toe Stefan Bennie Botha Thesis presented in fulfilment of the requirements for the degree of Honours of Computer Science at the University of the Western Cape Supervisor: Mehrdad Ghaziasgar

More information

The SCJBF 3 year, cyclical repertoire list for the Complete Works Audition

The SCJBF 3 year, cyclical repertoire list for the Complete Works Audition The SCJBF 3 year, cyclical repertoire list for the Complete Works Audition Students may enter the Complete Works Audition (CWA) only once each year as a soloist on the same instrument and must perform

More information

i 13 xxi 59 xli 107 ii 15 xxii 62 xlii 110 iii 17 xxiii 65 xliii 112 iv 20 xxiv 67 xliv 114 v 22 xxv 69 xlv 117 vi 25 xxvi 72 xlvi 119

i 13 xxi 59 xli 107 ii 15 xxii 62 xlii 110 iii 17 xxiii 65 xliii 112 iv 20 xxiv 67 xliv 114 v 22 xxv 69 xlv 117 vi 25 xxvi 72 xlvi 119 CONTENTS Introduction 7 i 13 xxi 59 xli 107 ii 15 xxii 62 xlii 110 iii 17 xxiii 65 xliii 112 iv 20 xxiv 67 xliv 114 v 22 xxv 69 xlv 117 vi 25 xxvi 72 xlvi 119 vii 27 xxvii 75 xlvii 121 viii 29 xxviii 77

More information

LadyBug Technologies LLC Manual PowerSensor+ Field Certification Procedure

LadyBug Technologies LLC Manual PowerSensor+ Field Certification Procedure LadyBug Technologies LLC Manual PowerSensor+ Field Certification Procedure Procedure Applies to Following Power Sensors LB478A, LB479A, LB480A, LB559A, LB579A, LB589A, LB679A, LB680A Contents Purpose:...

More information

Analysis, Synthesis, and Perception of Musical Sounds

Analysis, Synthesis, and Perception of Musical Sounds Analysis, Synthesis, and Perception of Musical Sounds The Sound of Music James W. Beauchamp Editor University of Illinois at Urbana, USA 4y Springer Contents Preface Acknowledgments vii xv 1. Analysis

More information

PRIYADARSHINI COLLEGE OF ENGINEERING CRPF CAMPUS HINGNA ROAD, NAGPUR DATABASES 1. CD S OF VIDEO LECTURES BY CET IIT KHARAGHPUR

PRIYADARSHINI COLLEGE OF ENGINEERING CRPF CAMPUS HINGNA ROAD, NAGPUR DATABASES 1. CD S OF VIDEO LECTURES BY CET IIT KHARAGHPUR PRIYADARSHINI COLLEGE OF ENGINEERING CRPF CAMPUS HINGNA ROAD, NAGPUR DATABASES 1. CD S OF VIDEO LECTURES BY CET IIT KHARAGHPUR Sr. No Course Name Faculty Name Approx Duration Mechanical No. of Courses

More information

Lab 6: Edge Detection in Image and Video

Lab 6: Edge Detection in Image and Video http://www.comm.utoronto.ca/~dkundur/course/real-time-digital-signal-processing/ Page 1 of 1 Lab 6: Edge Detection in Image and Video Professor Deepa Kundur Objectives of this Lab This lab introduces students

More information

Color Image Compression Using Colorization Based On Coding Technique

Color Image Compression Using Colorization Based On Coding Technique Color Image Compression Using Colorization Based On Coding Technique D.P.Kawade 1, Prof. S.N.Rawat 2 1,2 Department of Electronics and Telecommunication, Bhivarabai Sawant Institute of Technology and Research

More information

APPLICATIONS OF DIGITAL IMAGE ENHANCEMENT TECHNIQUES FOR IMPROVED

APPLICATIONS OF DIGITAL IMAGE ENHANCEMENT TECHNIQUES FOR IMPROVED APPLICATIONS OF DIGITAL IMAGE ENHANCEMENT TECHNIQUES FOR IMPROVED ULTRASONIC IMAGING OF DEFECTS IN COMPOSITE MATERIALS Brian G. Frock and Richard W. Martin University of Dayton Research Institute Dayton,

More information

BUREAU OF ENERGY EFFICIENCY

BUREAU OF ENERGY EFFICIENCY Date: 26 th May, 2016 Schedule No.: 11 Color Televisions 1. Scope This schedule specifies the energy labeling requirements for color televisions with native resolution upto 1920 X 1080 pixels, of CRT,

More information

HEBS: Histogram Equalization for Backlight Scaling

HEBS: Histogram Equalization for Backlight Scaling HEBS: Histogram Equalization for Backlight Scaling Ali Iranli, Hanif Fatemi, Massoud Pedram University of Southern California Los Angeles CA March 2005 Motivation 10% 1% 11% 12% 12% 12% 6% 35% 1% 3% 16%

More information

Finding List by Question by State *

Finding List by Question by State * Finding List by Question by State * I. What are the elements of a claim for tortious interference in the context of recruiting or hiring an employee with a restrictive covenant (e.g., noncompete, nonsolicitation,

More information

Figure 2: Original and PAM modulated image. Figure 4: Original image.

Figure 2: Original and PAM modulated image. Figure 4: Original image. Figure 2: Original and PAM modulated image. Figure 4: Original image. An image can be represented as a 1D signal by replacing all the rows as one row. This gives us our image as a 1D signal. Suppose x(t)

More information

Automatic LP Digitalization Spring Group 6: Michael Sibley, Alexander Su, Daphne Tsatsoulis {msibley, ahs1,

Automatic LP Digitalization Spring Group 6: Michael Sibley, Alexander Su, Daphne Tsatsoulis {msibley, ahs1, Automatic LP Digitalization 18-551 Spring 2011 Group 6: Michael Sibley, Alexander Su, Daphne Tsatsoulis {msibley, ahs1, ptsatsou}@andrew.cmu.edu Introduction This project was originated from our interest

More information

CSE 166: Image Processing. Overview. Representing an image. What is an image? History. What is image processing? Today. Image Processing CSE 166

CSE 166: Image Processing. Overview. Representing an image. What is an image? History. What is image processing? Today. Image Processing CSE 166 CSE 166: Image Processing Overview Image Processing CSE 166 Today Course overview Logistics Some mathematics MATLAB Lectures will be boardwork and slides Take written notes or take pictures of the board

More information

Bit Rate Control for Video Transmission Over Wireless Networks

Bit Rate Control for Video Transmission Over Wireless Networks Indian Journal of Science and Technology, Vol 9(S), DOI: 0.75/ijst/06/v9iS/05, December 06 ISSN (Print) : 097-686 ISSN (Online) : 097-5 Bit Rate Control for Video Transmission Over Wireless Networks K.

More information

Introduction to GRIP. The GRIP user interface consists of 4 parts:

Introduction to GRIP. The GRIP user interface consists of 4 parts: Introduction to GRIP GRIP is a tool for developing computer vision algorithms interactively rather than through trial and error coding. After developing your algorithm you may run GRIP in headless mode

More information

A COMPARATIVE STUDY ALGORITHM FOR NOISY IMAGE RESTORATION IN THE FIELD OF MEDICAL IMAGING

A COMPARATIVE STUDY ALGORITHM FOR NOISY IMAGE RESTORATION IN THE FIELD OF MEDICAL IMAGING A COMPARATIVE STUDY ALGORITHM FOR NOISY IMAGE RESTORATION IN THE FIELD OF MEDICAL IMAGING Dr.P.Sumitra Assistant Professor, Department of Computer Science, Vivekanandha College of Arts and Sciences for

More information

Chapter 5. Describing Distributions Numerically. Finding the Center: The Median. Spread: Home on the Range. Finding the Center: The Median (cont.

Chapter 5. Describing Distributions Numerically. Finding the Center: The Median. Spread: Home on the Range. Finding the Center: The Median (cont. Chapter 5 Describing Distributions Numerically Copyright 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Copyright 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Slide

More information

How Architecture Can Re-Construct Political Theoretical Manual for Hypercapitalistic Arab Gulf States

How Architecture Can Re-Construct Political Theoretical Manual for Hypercapitalistic Arab Gulf States 6th International Alvar Aalto Meeting on Contemporary Architecture TECHNOLOGY & HUMANISM 14-15 September 2017, Seinäjoki, Finland How Architecture Can Re-Construct Political Theoretical Manual for Hypercapitalistic

More information

Digital Signal Processing

Digital Signal Processing Real-Time Second Edition Digital Signal Processing from MATLAB to C with the TMS320C6X DSPs Thad B. Welch Boise State University, Boise, Idaho Cameron H.G. Wright University of Wyoming, Laramie, Wyoming

More information

Doubletalk Detection

Doubletalk Detection ELEN-E4810 Digital Signal Processing Fall 2004 Doubletalk Detection Adam Dolin David Klaver Abstract: When processing a particular voice signal it is often assumed that the signal contains only one speaker,

More information

for Digital IC's Design-for-Test and Embedded Core Systems Alfred L. Crouch Prentice Hall PTR Upper Saddle River, NJ

for Digital IC's Design-for-Test and Embedded Core Systems Alfred L. Crouch Prentice Hall PTR Upper Saddle River, NJ Design-for-Test for Digital IC's and Embedded Core Systems Alfred L. Crouch Prentice Hall PTR Upper Saddle River, NJ 07458 www.phptr.com ISBN D-13-DflMfla7-l : Ml H Contents Preface Acknowledgments Introduction

More information

Contents BOOK CLUB 1 1 UNIT 1: SARAH, PLAIN AND TALL. Acknowledgments Quick Guide. Checklist for Module 1 29 Meet the Author: Patricia MacLachlan 31

Contents BOOK CLUB 1 1 UNIT 1: SARAH, PLAIN AND TALL. Acknowledgments Quick Guide. Checklist for Module 1 29 Meet the Author: Patricia MacLachlan 31 Acknowledgments Quick Guide Preface Welcome, Students, to Readers in Residence! Suggested Daily Schedule iv xii xiv xv xviii BOOK CLUB 1 1 UNIT 1: SARAH, PLAIN AND TALL Introduction 5 Rubric for the Sarah,

More information

TVD-5406 H.265 IP 3MPX Outdoor Dome Camera A&E Specifications

TVD-5406 H.265 IP 3MPX Outdoor Dome Camera A&E Specifications TVD-5406 H.265 IP 3MPX Outdoor Dome Camera A&E Specifications A. The TVD-5406 IP 3MPX Dome camera shall capture, encode and transmit video over a network. B. TVD-5406 shall be as manufactured by Interlogix.

More information

A Framework for Segmentation of Interview Videos

A Framework for Segmentation of Interview Videos A Framework for Segmentation of Interview Videos Omar Javed, Sohaib Khan, Zeeshan Rasheed, Mubarak Shah Computer Vision Lab School of Electrical Engineering and Computer Science University of Central Florida

More information

Implementation of A Low Cost Motion Detection System Based On Embedded Linux

Implementation of A Low Cost Motion Detection System Based On Embedded Linux Implementation of A Low Cost Motion Detection System Based On Embedded Linux Hareen Muchala S. Pothalaiah Dr. B. Brahmareddy Ph.d. M.Tech (ECE) Assistant Professor Head of the Dept.Ece. Embedded systems

More information

Nearest-neighbor and Bilinear Resampling Factor Estimation to Detect Blockiness or Blurriness of an Image*

Nearest-neighbor and Bilinear Resampling Factor Estimation to Detect Blockiness or Blurriness of an Image* Nearest-neighbor and Bilinear Resampling Factor Estimation to Detect Blockiness or Blurriness of an Image* Ariawan Suwendi Prof. Jan P. Allebach Purdue University - West Lafayette, IN *Research supported

More information

Finding Aid for the Barry Moser Wood Engraving Blocks and Prints, ca No online items

Finding Aid for the Barry Moser Wood Engraving Blocks and Prints, ca No online items http://oac.cdlib.org/findaid/ark:/13030/tf496nb2b4 No online items Processed by Manuscripts Division staff; machine-readable finding aid created by Caroline Cubé UCLA Library, Department of Special Collections

More information

NanoTrack Cell and Particle Tracking Primer

NanoTrack Cell and Particle Tracking Primer NanoTrack Cell and Particle Tracking Primer The NanoTrack Pnode allows the user to track single cells and particles with nanometer precision at very fast tracking speeds. The speed of the tracking is dependent

More information

Sample Analysis Design. Element2 - Basic Software Concepts (cont d)

Sample Analysis Design. Element2 - Basic Software Concepts (cont d) Sample Analysis Design Element2 - Basic Software Concepts (cont d) Samples per Peak In order to establish a minimum level of precision, the ion signal (peak) must be measured several times during the scan

More information

Machine Vision System for Color Sorting Wood Edge-Glued Panel Parts

Machine Vision System for Color Sorting Wood Edge-Glued Panel Parts Machine Vision System for Color Sorting Wood Edge-Glued Panel Parts Q. Lu, S. Srikanteswara, W. King, T. Drayer, R. Conners, E. Kline* The Bradley Department of Electrical and Computer Eng. *Department

More information

VOLUME 111 ISSUE ISSN: X Pages Sanja Ivic

VOLUME 111 ISSUE ISSN: X Pages Sanja Ivic VOLUME 111 ISSUE 1 2008 ISSN: 1833-878X Pages 26-34 Sanja Ivic Explanation and Understanding in the History of Philosophy from Hermeneutics to Ricoeur ABSTRACT In this article I will present the main ideas

More information

EMBEDDED ZEROTREE WAVELET CODING WITH JOINT HUFFMAN AND ARITHMETIC CODING

EMBEDDED ZEROTREE WAVELET CODING WITH JOINT HUFFMAN AND ARITHMETIC CODING EMBEDDED ZEROTREE WAVELET CODING WITH JOINT HUFFMAN AND ARITHMETIC CODING Harmandeep Singh Nijjar 1, Charanjit Singh 2 1 MTech, Department of ECE, Punjabi University Patiala 2 Assistant Professor, Department

More information

Classification of Different Indian Songs Based on Fractal Analysis

Classification of Different Indian Songs Based on Fractal Analysis Classification of Different Indian Songs Based on Fractal Analysis Atin Das Naktala High School, Kolkata 700047, India Pritha Das Department of Mathematics, Bengal Engineering and Science University, Shibpur,

More information

For the SIA. Applications of Propagation Delay & Skew tool. Introduction. Theory of Operation. Propagation Delay & Skew Tool

For the SIA. Applications of Propagation Delay & Skew tool. Introduction. Theory of Operation. Propagation Delay & Skew Tool For the SIA Applications of Propagation Delay & Skew tool Determine signal propagation delay time Detect skewing between channels on rising or falling edges Create histograms of different edge relationships

More information

Part 1: Introduction to Computer Graphics

Part 1: Introduction to Computer Graphics Part 1: Introduction to Computer Graphics 1. Define computer graphics? The branch of science and technology concerned with methods and techniques for converting data to or from visual presentation using

More information

A New Standardized Method for Objectively Measuring Video Quality

A New Standardized Method for Objectively Measuring Video Quality 1 A New Standardized Method for Objectively Measuring Video Quality Margaret H Pinson and Stephen Wolf Abstract The National Telecommunications and Information Administration (NTIA) General Model for estimating

More information

FAR Part 150 Noise Exposure Map Checklist

FAR Part 150 Noise Exposure Map Checklist FAR Part 150 Noise Exposure Map Checklist I. IDENTIFICATION AND SUBMISSION OF MAP DOCUMENT: Page Number A. Is this submittal appropriately identified as one of the following, submitted under FAR Part 150:

More information

2018 RUW 4630 (047A): READING EUGENE ONEGIN

2018 RUW 4630 (047A): READING EUGENE ONEGIN University of Florida Spring 2018 RUW 4630 (047A): READING EUGENE ONEGIN: PUSHKIN AND NABOKOV (in Russian!!!) M, W, F: 9 th period, CBD 0230 Instructor: Professor Galina Rylkova (grylkova@ufl.edu) Office

More information

Tout au Nord student project, MCC Finding Aid

Tout au Nord student project, MCC Finding Aid Tout au Nord student project, 1977-1981 MCC-00358 Finding Aid Prepared by Kathryn Donahue, October 2010 Acadian Archives/Archives acadiennes University of Maine at Fort Kent Fort Kent, Maine Title: Tout

More information

COMP 249 Advanced Distributed Systems Multimedia Networking. Video Compression Standards

COMP 249 Advanced Distributed Systems Multimedia Networking. Video Compression Standards COMP 9 Advanced Distributed Systems Multimedia Networking Video Compression Standards Kevin Jeffay Department of Computer Science University of North Carolina at Chapel Hill jeffay@cs.unc.edu September,

More information

FAST MOBILITY PARTICLE SIZER SPECTROMETER MODEL 3091

FAST MOBILITY PARTICLE SIZER SPECTROMETER MODEL 3091 FAST MOBILITY PARTICLE SIZER SPECTROMETER MODEL 3091 MEASURES SIZE DISTRIBUTION AND NUMBER CONCENTRATION OF RAPIDLY CHANGING SUBMICROMETER AEROSOL PARTICLES IN REAL-TIME UNDERSTANDING, ACCELERATED IDEAL

More information

Photodiode Detector with Signal Amplification

Photodiode Detector with Signal Amplification 107 Bonaventura Dr., San Jose, CA 95134 Tel: +1 408 432 9888 Fax: +1 408 432 9889 www.x-scanimaging.com Linear X-Ray Photodiode Detector Array with Signal Amplification XB8801R Series An X-Scan Imaging

More information

AUDIOVISUAL COMMUNICATION

AUDIOVISUAL COMMUNICATION AUDIOVISUAL COMMUNICATION Laboratory Session: Recommendation ITU-T H.261 Fernando Pereira The objective of this lab session about Recommendation ITU-T H.261 is to get the students familiar with many aspects

More information

Fast Ethernet Consortium Clause 25 PMD-EEE Conformance Test Suite v1.1 Report

Fast Ethernet Consortium Clause 25 PMD-EEE Conformance Test Suite v1.1 Report Fast Ethernet Consortium Clause 25 PMD-EEE Conformance Test Suite v1.1 Report UNH-IOL 121 Technology Drive, Suite 2 Durham, NH 03824 +1-603-862-0090 Consortium Manager: Peter Scruton pjs@iol.unh.edu +1-603-862-4534

More information

Learning Joint Statistical Models for Audio-Visual Fusion and Segregation

Learning Joint Statistical Models for Audio-Visual Fusion and Segregation Learning Joint Statistical Models for Audio-Visual Fusion and Segregation John W. Fisher 111* Massachusetts Institute of Technology fisher@ai.mit.edu William T. Freeman Mitsubishi Electric Research Laboratory

More information

Murrieta Valley Unified School District High School Course Outline February 2006

Murrieta Valley Unified School District High School Course Outline February 2006 Murrieta Valley Unified School District High School Course Outline February 2006 Department: Course Title: Visual and Performing Arts Advanced Placement Music Theory Course Number: 7007 Grade Level: 9-12

More information

1ms Column Parallel Vision System and It's Application of High Speed Target Tracking

1ms Column Parallel Vision System and It's Application of High Speed Target Tracking Proceedings of the 2(X)0 IEEE International Conference on Robotics & Automation San Francisco, CA April 2000 1ms Column Parallel Vision System and It's Application of High Speed Target Tracking Y. Nakabo,

More information

An Overview of Video Coding Algorithms

An Overview of Video Coding Algorithms An Overview of Video Coding Algorithms Prof. Ja-Ling Wu Department of Computer Science and Information Engineering National Taiwan University Video coding can be viewed as image compression with a temporal

More information

Development of an Optical Music Recognizer (O.M.R.).

Development of an Optical Music Recognizer (O.M.R.). Development of an Optical Music Recognizer (O.M.R.). Xulio Fernández Hermida, Carlos Sánchez-Barbudo y Vargas. Departamento de Tecnologías de las Comunicaciones. E.T.S.I.T. de Vigo. Universidad de Vigo.

More information

Distributed Video Coding Using LDPC Codes for Wireless Video

Distributed Video Coding Using LDPC Codes for Wireless Video Wireless Sensor Network, 2009, 1, 334-339 doi:10.4236/wsn.2009.14041 Published Online November 2009 (http://www.scirp.org/journal/wsn). Distributed Video Coding Using LDPC Codes for Wireless Video Abstract

More information

m RSC Chromatographie Integration Methods Second Edition CHROMATOGRAPHY MONOGRAPHS Norman Dyson Dyson Instruments Ltd., UK

m RSC Chromatographie Integration Methods Second Edition CHROMATOGRAPHY MONOGRAPHS Norman Dyson Dyson Instruments Ltd., UK m RSC CHROMATOGRAPHY MONOGRAPHS Chromatographie Integration Methods Second Edition Norman Dyson Dyson Instruments Ltd., UK THE ROYAL SOCIETY OF CHEMISTRY Chapter 1 Measurements and Models The Basic Measurements

More information

Part III: How to Present in the Health Sciences

Part III: How to Present in the Health Sciences CONTENTS Preface Foreword xvii xix 1. An Overview of Writing and Publishing in the Health Sciences 1 Part I: How to Write in the Health Sciences 2. How to Write Effectively: Making Reading Easier 29 3.

More information

ECG SIGNAL COMPRESSION BASED ON FRACTALS AND RLE

ECG SIGNAL COMPRESSION BASED ON FRACTALS AND RLE ECG SIGNAL COMPRESSION BASED ON FRACTALS AND Andrea Němcová Doctoral Degree Programme (1), FEEC BUT E-mail: xnemco01@stud.feec.vutbr.cz Supervised by: Martin Vítek E-mail: vitek@feec.vutbr.cz Abstract:

More information

Oculomatic Pro. Setup and User Guide. 4/19/ rev

Oculomatic Pro. Setup and User Guide. 4/19/ rev Oculomatic Pro Setup and User Guide 4/19/2018 - rev 1.8.5 Contact Support: Email : support@ryklinsoftware.com Phone : 1-646-688-3667 (M-F 9:00am-6:00pm EST) Software Download (Requires USB License Dongle):

More information

VISUAL CONTENT BASED SEGMENTATION OF TALK & GAME SHOWS. O. Javed, S. Khan, Z. Rasheed, M.Shah. {ojaved, khan, zrasheed,

VISUAL CONTENT BASED SEGMENTATION OF TALK & GAME SHOWS. O. Javed, S. Khan, Z. Rasheed, M.Shah. {ojaved, khan, zrasheed, VISUAL CONTENT BASED SEGMENTATION OF TALK & GAME SHOWS O. Javed, S. Khan, Z. Rasheed, M.Shah {ojaved, khan, zrasheed, shah}@cs.ucf.edu Computer Vision Lab School of Electrical Engineering and Computer

More information

Primitive segmentation in old handwritten music scores

Primitive segmentation in old handwritten music scores Primitive segmentation in old handwritten music scores Alicia Fornés 1, Josep Lladós 1, and Gemma Sánchez 1 Computer Vision Center / Computer Science Department, Edifici O, Campus UAB 08193 Bellaterra

More information

Relative frequency. I Frames P Frames B Frames No. of cells

Relative frequency. I Frames P Frames B Frames No. of cells In: R. Puigjaner (ed.): "High Performance Networking VI", Chapman & Hall, 1995, pages 157-168. Impact of MPEG Video Trac on an ATM Multiplexer Oliver Rose 1 and Michael R. Frater 2 1 Institute of Computer

More information

RECOMMENDATION ITU-R BT Methodology for the subjective assessment of video quality in multimedia applications

RECOMMENDATION ITU-R BT Methodology for the subjective assessment of video quality in multimedia applications Rec. ITU-R BT.1788 1 RECOMMENDATION ITU-R BT.1788 Methodology for the subjective assessment of video quality in multimedia applications (Question ITU-R 102/6) (2007) Scope Digital broadcasting systems

More information

Department of Electrical & Electronic Engineering Imperial College of Science, Technology and Medicine. Project: Real-Time Speech Enhancement

Department of Electrical & Electronic Engineering Imperial College of Science, Technology and Medicine. Project: Real-Time Speech Enhancement Department of Electrical & Electronic Engineering Imperial College of Science, Technology and Medicine Project: Real-Time Speech Enhancement Introduction Telephones are increasingly being used in noisy

More information

A Pseudorandom Binary Generator Based on Chaotic Linear Feedback Shift Register

A Pseudorandom Binary Generator Based on Chaotic Linear Feedback Shift Register A Pseudorandom Binary Generator Based on Chaotic Linear Feedback Shift Register Saad Muhi Falih Department of Computer Technical Engineering Islamic University College Al Najaf al Ashraf, Iraq saadmuheyfalh@gmail.com

More information

Chapter 10 Basic Video Compression Techniques

Chapter 10 Basic Video Compression Techniques Chapter 10 Basic Video Compression Techniques 10.1 Introduction to Video compression 10.2 Video Compression with Motion Compensation 10.3 Video compression standard H.261 10.4 Video compression standard

More information

N T I. Introduction. II. Proposed Adaptive CTI Algorithm. III. Experimental Results. IV. Conclusion. Seo Jeong-Hoon

N T I. Introduction. II. Proposed Adaptive CTI Algorithm. III. Experimental Results. IV. Conclusion. Seo Jeong-Hoon An Adaptive Color Transient Improvement Algorithm IEEE Transactions on Consumer Electronics Vol. 49, No. 4, November 2003 Peng Lin, Yeong-Taeg Kim jhseo@dms.sejong.ac.kr 0811136 Seo Jeong-Hoon CONTENTS

More information

Browsing News and Talk Video on a Consumer Electronics Platform Using Face Detection

Browsing News and Talk Video on a Consumer Electronics Platform Using Face Detection Browsing News and Talk Video on a Consumer Electronics Platform Using Face Detection Kadir A. Peker, Ajay Divakaran, Tom Lanning Mitsubishi Electric Research Laboratories, Cambridge, MA, USA {peker,ajayd,}@merl.com

More information

Understanding Compression Technologies for HD and Megapixel Surveillance

Understanding Compression Technologies for HD and Megapixel Surveillance When the security industry began the transition from using VHS tapes to hard disks for video surveillance storage, the question of how to compress and store video became a top consideration for video surveillance

More information

PulseCounter Neutron & Gamma Spectrometry Software Manual

PulseCounter Neutron & Gamma Spectrometry Software Manual PulseCounter Neutron & Gamma Spectrometry Software Manual MAXIMUS ENERGY CORPORATION Written by Dr. Max I. Fomitchev-Zamilov Web: maximus.energy TABLE OF CONTENTS 0. GENERAL INFORMATION 1. DEFAULT SCREEN

More information

AbhijeetKhandale. H R Bhagyalakshmi

AbhijeetKhandale. H R Bhagyalakshmi Sobel Edge Detection Using FPGA AbhijeetKhandale M.Tech Student Dept. of ECE BMS College of Engineering, Bangalore INDIA abhijeet.khandale@gmail.com H R Bhagyalakshmi Associate professor Dept. of ECE BMS

More information

CTI 310 / C C 301: Introduction to Ancient Greece Unique #33755, MWF 2:00 3:00 PM Waggener Hall, Room 308

CTI 310 / C C 301: Introduction to Ancient Greece Unique #33755, MWF 2:00 3:00 PM Waggener Hall, Room 308 CTI 310 / C C 301: Introduction to Ancient Greece Unique #33755, 32910 MWF 2:00 3:00 PM Waggener Hall, Room 308 1 Instructor: Dr. Erik Dempsey Office: Waggener 401b Office Hours: Monday 3:00-4:30, Thursday

More information

NAGALAND UNIVERSITY (A Central University Estd. By the Act of Parliament No.35 of 1989) Headquarters: Lumami

NAGALAND UNIVERSITY (A Central University Estd. By the Act of Parliament No.35 of 1989) Headquarters: Lumami NAGALAND UNIVERSITY (A Central University Estd. By the Act of Parliament No.35 of 1989) Headquarters: Lumami 798627 Supply of Video Conferencing Equipment to Nagaland University Sl. Particulars Qty. Rate

More information

MICHAEL POLANYI SCIENTIST AND PHILOSOPHER TENTATIVE CHAPTER AND SELECTION (MANUSCRIPT)

MICHAEL POLANYI SCIENTIST AND PHILOSOPHER TENTATIVE CHAPTER AND SELECTION (MANUSCRIPT) William Taussig Scott MICHAEL POLANYI SCIENTIST AND PHILOSOPHER TENTATIVE CHAPTER AND SELECTION (MANUSCRIPT) This manuscript of the monograph on Michael Polanyi which William Taussig Scott completed in

More information

CS2401-COMPUTER GRAPHICS QUESTION BANK

CS2401-COMPUTER GRAPHICS QUESTION BANK SRI VENKATESWARA COLLEGE OF ENGINEERING AND TECHNOLOGY THIRUPACHUR. CS2401-COMPUTER GRAPHICS QUESTION BANK UNIT-1-2D PRIMITIVES PART-A 1. Define Persistence Persistence is defined as the time it takes

More information

Lecture 1: Introduction & Image and Video Coding Techniques (I)

Lecture 1: Introduction & Image and Video Coding Techniques (I) Lecture 1: Introduction & Image and Video Coding Techniques (I) Dr. Reji Mathew Reji@unsw.edu.au School of EE&T UNSW A/Prof. Jian Zhang NICTA & CSE UNSW jzhang@cse.unsw.edu.au COMP9519 Multimedia Systems

More information

Video 1 Video October 16, 2001

Video 1 Video October 16, 2001 Video Video October 6, Video Event-based programs read() is blocking server only works with single socket audio, network input need I/O multiplexing event-based programming also need to handle time-outs,

More information

TECHNICAL SPECIFICATION

TECHNICAL SPECIFICATION TECHNICAL SPECIFICATION FOR DIGITAL TERRESTRIAL SET TOP BOX ISSUED BY BOTSWANA COMMUNICATIONS REGULATORY AUTHORITY Document Number: DTT001 Revision: 2 Date: 01/05/2016 Page 1of 16 Technical Specification

More information

Implementation of BIST Test Generation Scheme based on Single and Programmable Twisted Ring Counters

Implementation of BIST Test Generation Scheme based on Single and Programmable Twisted Ring Counters IOSR Journal of Mechanical and Civil Engineering (IOSR-JMCE) e-issn: 2278-1684, p-issn: 2320-334X Implementation of BIST Test Generation Scheme based on Single and Programmable Twisted Ring Counters N.Dilip

More information

Optimized Color Based Compression

Optimized Color Based Compression Optimized Color Based Compression 1 K.P.SONIA FENCY, 2 C.FELSY 1 PG Student, Department Of Computer Science Ponjesly College Of Engineering Nagercoil,Tamilnadu, India 2 Asst. Professor, Department Of Computer

More information

OPERATING GUIDE. HIGHlite 660 series. High Brightness Digital Video Projector 16:9 widescreen display. Rev A June A

OPERATING GUIDE. HIGHlite 660 series. High Brightness Digital Video Projector 16:9 widescreen display. Rev A June A OPERATING GUIDE HIGHlite 660 series High Brightness Digital Video Projector 16:9 widescreen display 111-9714A Digital Projection HIGHlite 660 series CONTENTS Operating Guide CONTENTS About this Guide...

More information

ISSN (Print) Original Research Article. Coimbatore, Tamil Nadu, India

ISSN (Print) Original Research Article. Coimbatore, Tamil Nadu, India Scholars Journal of Engineering and Technology (SJET) Sch. J. Eng. Tech., 016; 4(1):1-5 Scholars Academic and Scientific Publisher (An International Publisher for Academic and Scientific Resources) www.saspublisher.com

More information

ESI VLS-2000 Video Line Scaler

ESI VLS-2000 Video Line Scaler ESI VLS-2000 Video Line Scaler Operating Manual Version 1.2 October 3, 2003 ESI VLS-2000 Video Line Scaler Operating Manual Page 1 TABLE OF CONTENTS 1. INTRODUCTION...4 2. INSTALLATION AND SETUP...5 2.1.Connections...5

More information

40G SWDM4 MSA Technical Specifications Optical Specifications

40G SWDM4 MSA Technical Specifications Optical Specifications 40G SWDM4 MSA Technical Specifications Specifications Participants Editor David Lewis, LUMENTUM The following companies were members of the SWDM MSA at the release of this specification: Company Commscope

More information

Part I I On the Methodology oj the Social Sciences

Part I I On the Methodology oj the Social Sciences Preface by H. L. VAN BREDA Editor's Note Introduction by MAURICE NATANSON VI XXIII XXV Part I I On the Methodology oj the Social Sciences COMMON-SENSE AND SCIENTIFIC INTERPRETATION OF HUMAN ACTION 3 I.

More information

COMPOSITE VIDEO LUMINANCE METER MODEL VLM-40 LUMINANCE MODEL VLM-40 NTSC TECHNICAL INSTRUCTION MANUAL

COMPOSITE VIDEO LUMINANCE METER MODEL VLM-40 LUMINANCE MODEL VLM-40 NTSC TECHNICAL INSTRUCTION MANUAL COMPOSITE VIDEO METER MODEL VLM- COMPOSITE VIDEO METER MODEL VLM- NTSC TECHNICAL INSTRUCTION MANUAL VLM- NTSC TECHNICAL INSTRUCTION MANUAL INTRODUCTION EASY-TO-USE VIDEO LEVEL METER... SIMULTANEOUS DISPLAY...

More information

Multiband Noise Reduction Component for PurePath Studio Portable Audio Devices

Multiband Noise Reduction Component for PurePath Studio Portable Audio Devices Multiband Noise Reduction Component for PurePath Studio Portable Audio Devices Audio Converters ABSTRACT This application note describes the features, operating procedures and control capabilities of a

More information

Digital Television Fundamentals

Digital Television Fundamentals Digital Television Fundamentals Design and Installation of Video and Audio Systems Michael Robin Michel Pouiin McGraw-Hill New York San Francisco Washington, D.C. Auckland Bogota Caracas Lisbon London

More information

PYROPTIX TM IMAGE PROCESSING SOFTWARE

PYROPTIX TM IMAGE PROCESSING SOFTWARE Innovative Technologies for Maximum Efficiency PYROPTIX TM IMAGE PROCESSING SOFTWARE V1.0 SOFTWARE GUIDE 2017 Enertechnix Inc. PyrOptix Image Processing Software v1.0 Section Index 1. Software Overview...

More information

Video Compression. Representations. Multimedia Systems and Applications. Analog Video Representations. Digitizing. Digital Video Block Structure

Video Compression. Representations. Multimedia Systems and Applications. Analog Video Representations. Digitizing. Digital Video Block Structure Representations Multimedia Systems and Applications Video Compression Composite NTSC - 6MHz (4.2MHz video), 29.97 frames/second PAL - 6-8MHz (4.2-6MHz video), 50 frames/second Component Separation video

More information