International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015)

Size: px
Start display at page:

Download "International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015)"

Transcription

1 International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015) Study on Obtaining High-precision Velocity Parameters of Visual Autonomous Navigation Method Considering Lens Distortion Han Zhou 1, a, Qinghua Li 1, b and Hongei Li 1, c 1 Qilu University of echnology, Jinan, China a eredarzh@163.com, b lqh@qlu.edu.cn, c earltrojan@yahoo.com Keyords: Visual navigation; Pyramid LK optical flo method; Lens distortion; Kalman filter Abstract. Acquisition of velocity parameter in visual navigation is an important part in autonomous navigation, and its accuracy can directly impact hether this navigation is good or bad. his paper focuses on the study of the velocity parameters accuracy in the pyramid LK optical flo method of visual navigation, introduces the acquisition method of velocity parameters in visual navigation based on pyramid LK optical flo, on the basis of this, corrects the lens distortion, and uses the Kalman filter optimal estimation. he experimental results proves that this method can get a good result and improve the accuracy significantly of velocity parameters. Introduction With the rapid development of modern computer technology, high-speed operation, high-reliability, high-precision and other advantages of computers makes the computer technology gradually popularity in all areas of detection and controlling. Visual navigation is an important application of computer vision, for decades, especially in recent years, ith the development of optical components, visual navigation has reached a very high precision, autonomous navigation in many occasions has been fully applied. Automation indoor mobile robots have increasingly been used in a ide range of applications [1]. hrough the error analysis to traditional pyramid LK optical flo method, to main sources of error are determined: (1) Systematic error: this error is mainly caused by lens distortion, that is the inherent lens distortion of optical lens, the lens distortion can greatly eliminate by optimizing the production process and the choice of materials, but it cannot completely eliminated[2,3]. (2) random errors: this errors are mainly linear errors, the measured value alays contains hite Gaussian noise, that is the errors beteen ideal velocity line and the actual curve line. his paper aims at these to sources of errors, describes distortion correction algorithm and Kalman filter algorithm, and a series of comparative analysis experiments under different conditions as made. Introduction of the relevant principles Optical flo method is the most commonly used method of visual navigation, the principle is to give each pixel a given velocity vector in a digital image, and forming a motion field, compared ith the traditional interframe differentiation algorithm and background differentiation algorithm it is more complex. Classical optical flo algorithm included Horn-Schunck optical flo method and the Lucas-Kanade optical flo method. he pyramid LK optical flo method hich e used is a improved algorithm of classic LK optical flo method. his paper s visual navigation process includes: capture real time video by CCD camera, obtain optical flo beteen to adjacent frames of a video, transport the velocity of optical flo into the actual velocity, error analysis. Corresponding author addresses: lqh@qlu.edu.cn (Qinghua LI) he authors - Published by Atlantis Press 2001

2 Pyramid LK optical flo algorithm. LK optical flo algorithm is a kind of sparse optical flo algorithm, the basic principle is to detect and track feature points. According to the upard-looking camera, e can acquire the image sequences of the terrain. In each set of adjacent images, e select some good features from the first image and record their locations according to the feature detection method [4]. hen, the selected features are tracked to the second image according to the pyramidal implementation of Lucas-Kanade optical flo method [5,6]. Assuming that the image sequence is I (u, v, n), here (u, v) indicates the position of pixels in the image, n is the order number of a sequence of image frames, to meet the constraint condition of a constant gray level, assuming that the to adjacent grayscale image satisfies the constant constraint: I( u, v, n) = I( u + du, v + dv, n + 1) (1) his indicates that the n+1 th frame image can be obtained by moving a appropriate vector d = (du, dv) of each pixel in the nth frame image, the vector d is called optical flo, hich contains the corresponding pixels motion information of interframe. LK method assumes that all the pixels in a small indo ithin the partial image have the same optical flo, and the value d is estimated obtained by minimized the residuals. Order J( x) = Iuvn (,, ) (2) I( x + d) = I( u + du, v + dv, n + 1) (3) he objective function is: 2 E = [ I( x+ d) J( x)] (4) In this formula, indicates rectangular indo, take aylor series expansion of I (x+d) and then linear approximation to obtain: I( x+ d) I( x) + I ( x) d (5) Obtained the value d by estimated minimizing E, so that E derivative of d is 0 0= E 2 I ( x)[ I( x) + I ( x) d J( x)] (6) d I ( x) [ J( x) I( x)] D (7) I ( x) I ( x) When using the LK optical flo algorithm, in order to take account of the feature point tracking both accuracy and robustness, selecting the integration indo size is important. In order to solve this problem, e use the pyramid LK optical flo algorithm, hich provides a good solution for local tracking of accuracy and robustness. he basic idea of pyramid LK optical flo algorithm is don sampling every digital image interlaced to establish a series of pyramid image level, then beyond this using LK optical flo algorithm. his method can detect the large motion vector in the condition of smaller integration indo, this solve both accuracy and robustness issues effectively. Lens distortion. Lens distortion is the inherent distortion to all optical lens. In practice, it is impossible to completely eliminate, the distortion of the lens can be reduced to a very lo level by high levels of production process, but in the edge portions different degrees of deformation ill occurs, hich the integrated model can be expressed as radial distortion and tangential distortion, it may occur errors or even bring false in the image analysis and processing, so e have to correct the to distortion. 2002

3 dr dt Ideal position Actual position Y dr:radial distortion dt:tangential distortion Fig 1. o kinds of lens distortion o kinds of lens distortion are shon in Fig 1: (1) radial distortion: the vector endpoint changes along the length direction. (2) tangential distortion: the vector endpoint changes along the tangential direction. Assuming CCD camera coordinate system (x, y, z) and any point in the ideal image coordinates (X u, Y u ), the focal length is f, then the ideal projective transformation formula: Xu = f x/ z (8) Yu = f y/ z (9) (X d, Y d ) indicates the actual image coordinates of the image coordinate system, radial lens distortion and tangential distortion are introduced, its expression: Xu = Xd + k1x( x + y ) + ( p1(3 x + y ) + 2 p2xy) (10) Yu = Yd + k2y( x + y ) + ( p2( x + 3 y ) + 2 p1xy) (11) In this formula k 1, k 2 indicates radial distortion parameters, p1, p2 is the tangential distortion parameters. Kalman Filter. During the procedure of obtaining velocity parameters in navigation, the error beteen measurement value and real value is alays exists, that is the measured value has noise at any time. Kalman filtering utilization dynamic information of targets, trying to remove the effects of noise, get a good estimate of the target location. his estimate may be estimated on the current target position (filter), it can be estimated for the future location (predicted), it can also estimate the position of the past (interpolation or smoothing). In this paper, the Kalman filter is used to estimate the parameters of the current velocity, that is the velocity measurements filtered and updates of current moment[7,8]. Includes the folloing steps: (1) Predicted the current state: X( k k 1) = A X( k 1 k 1) + B U( k) (12) By the optimal estimate of previous time X(k-1 k-1) and the current control state U(k) predicted the current time state X(k k-1), the test take U(k)=0,that means the current control is 0. (2) Calculation of covariance matrix: Pk ( k 1) = APk ( 1 k 1) A + Q (13) A is the transpose of the matrix A, Q is the hite noise of the system (3) Reference measurement value estimation: X( k k) = X( k k 1) + kg( k) ( Z( k) H X( k k 1)) (14) kg (k) is the Kalman gain at time k, Z (k) is the measured value at time k, H is the parameter of measurement system. (4) Update the data kgk ( ) = Pk ( k 1) H / ( H Pk ( k 1) H + R) (15) Pk ( k) = (1 kgk ( ) H) Pk ( k 1) (16) Constantly updated kg (k) and P (k k), and achieve recursive calculations. 2003

4 Results analysis In this study, the real time avi video is shot by a CCD camera, using MFC dialog to import it and then single-frame image preprocessing.in a constant velocity forard moving navigation vehicle, conducted four experiments: (1) Pyramid LK optical flo algorithm to obtain the velocity parameter error (2) Pyramid LK optical flo algorithm + distortion correction obtained velocity parameters error (3) Pyramid LK optical flo algorithm + Kalman filter obtained velocity parameter error (4) Pyramid LK optical flo algorithm + Kalman filter + distortion correction obtained velocity parameter error Four error curves are shon in Fig 2. Fig 2. Four curves under the above four cases Blue curve, red curve, green curve and black curve are experimental results of the above four experiments(1), (2), (3) and (4). In this experiment, the avi video has 24 frames per second, that is every to pictures are at intervals of 1/24 sec. In the navigation vehicle hich velocity is 100cm / s, e take a real-time data analysis every 0.5 seconds: In able 1, from e1 to e4 indicates the velocity parameter error of the above four experiments(1), (2), (3) and (4). Experimental data sho: Pyramid LK optical flo algorithm and distortion correction, or a combination ith the Kalman filter can significantly improve the velocity error, pyramid LK optical flo algorithm + distortion correction + Kalman filter can obtain the minimal error of velocity. Conclusions velocity errors 0.5s 1.0s 1.5s 2.0s 2.5s e e e e able 1. Velocity errorsin every 0.5 second under the above four cases [cm/s] his paper presents a pyramid LK optical flo algorithm + Kalman filter + distortion correction velocity parameter acquisition methods for visual navigation. heoretically, this method aims at the main error sources of pyramid LK optical flo algorithm, designs distortion correction and Kalman filter method, has a strong feasibility. hrough a series of comparative experiments, this method reduces the error rate by more than 90%, improves the accuracy of the velocity parameter significantly. Acknoledgement his ork as supported by the National Natural Science Foundation of China (No ), the National Postdoctoral fund (No.2012M520967) and the Shandong Province Young Scientists Fund (No.BS2013DX031). 2004

5 References [1] S. J. Kim and B. K. Kim, Accurate hybrid global self-localization algorithm for indoor mobile robots ith to-dimensional isotropic ultrasonic receivers, IEEE rans. Instrument and Measurement, vol.60, no.10, pp , [2] Z.Y. Zhang, S.J. Huang, C. Luo, et al.. Nonlinear distortion correction of camera based on coplanar condition equation [J]. Acta Optica Sinica, 2012, 32(1): [3] S. Xu, X.X. Sun, S.G. Liu, et al.. Mode reference approaching method of camera distortion calibration [J]. Acta Optica Sinica, 2013, 33(7): [4] J. Shi, C. omasi, Good Features to rack, in IEEE Int. Conf. Computer Vision and Pattern Recognition., 1994, pp [5] Pyramidal Implementation of the Lucas Kanade Feature racker Description of the algorithm Jean-Yves Bouguet. Intel Corporation Microprocessor Research Labs [6] S.N amgade, V.R. Bora, Motion Vector Estimation of Video Image by Pyramidal Implementation of Lucas Kanade Optical Flo, Second International Conference on Emerging rends in Engineering& echnology, [7] F. Chen and M.W. Dunnigan, Comparative study of a sliding-mode observer and Kalman filters for full state estimation in an induction machine, in Proc. IEE Electric Poer Applications, vol.149, no.1 pp , [8]. Lefebvre, H. Bruyninckx, and J. D. Schutter, Kalman filters for nonlinear systems: A comparison of performance, International Journal of Control, vol. 77, no. 7, pp , May

A REAL-TIME REGISTRATION METHOD OF AUGMENTED REALITY BASED ON SURF AND OPTICAL FLOW

A REAL-TIME REGISTRATION METHOD OF AUGMENTED REALITY BASED ON SURF AND OPTICAL FLOW A REAL-TIME REGISTRATION METHOD OF AUGMENTED REALITY BASED ON SURF AND OPTICAL FLOW HONGBO LI, MING QI AND 3 YU WU,, 3 Institute of Web Intelligence, Chongqing University of Posts and Telecommunications,

More information

A Practical Camera Calibration System on Mobile Phones

A Practical Camera Calibration System on Mobile Phones Advanced Science and echnolog Letters Vol.7 (Culture and Contents echnolog 0), pp.6-0 http://dx.doi.org/0.57/astl.0.7. A Practical Camera Calibration Sstem on Mobile Phones Lu Bo, aegkeun hangbo Department

More information

A Robust Two Feature Points Based Depth Estimation Method 1)

A Robust Two Feature Points Based Depth Estimation Method 1) Vol.31, No.5 ACTA AUTOMATICA SINICA September, 2005 A Robust Two Feature Points Based Depth Estimation Method 1) ZHONG Zhi-Guang YI Jian-Qiang ZHAO Dong-Bin (Laboratory of Complex Systems and Intelligence

More information

Video Seamless Splicing Method Based on SURF Algorithm and Harris Corner Points Detection

Video Seamless Splicing Method Based on SURF Algorithm and Harris Corner Points Detection Vol13 (Softech 016), pp138-14 http://dxdoiorg/101457/astl016137 Video Seamless Splicing Method Based on SURF Algorithm and Harris Corner Points Detection Dong Jing 1, Chen Dong, Jiang Shuen 3 1 College

More information

Adaptive Zoom Distance Measuring System of Camera Based on the Ranging of Binocular Vision

Adaptive Zoom Distance Measuring System of Camera Based on the Ranging of Binocular Vision Adaptive Zoom Distance Measuring System of Camera Based on the Ranging of Binocular Vision Zhiyan Zhang 1, Wei Qian 1, Lei Pan 1 & Yanjun Li 1 1 University of Shanghai for Science and Technology, China

More information

Flexible Calibration of a Portable Structured Light System through Surface Plane

Flexible Calibration of a Portable Structured Light System through Surface Plane Vol. 34, No. 11 ACTA AUTOMATICA SINICA November, 2008 Flexible Calibration of a Portable Structured Light System through Surface Plane GAO Wei 1 WANG Liang 1 HU Zhan-Yi 1 Abstract For a portable structured

More information

3D Environment Measurement Using Binocular Stereo and Motion Stereo by Mobile Robot with Omnidirectional Stereo Camera

3D Environment Measurement Using Binocular Stereo and Motion Stereo by Mobile Robot with Omnidirectional Stereo Camera 3D Environment Measurement Using Binocular Stereo and Motion Stereo by Mobile Robot with Omnidirectional Stereo Camera Shinichi GOTO Department of Mechanical Engineering Shizuoka University 3-5-1 Johoku,

More information

SURVEY OF LOCAL AND GLOBAL OPTICAL FLOW WITH COARSE TO FINE METHOD

SURVEY OF LOCAL AND GLOBAL OPTICAL FLOW WITH COARSE TO FINE METHOD SURVEY OF LOCAL AND GLOBAL OPTICAL FLOW WITH COARSE TO FINE METHOD M.E-II, Department of Computer Engineering, PICT, Pune ABSTRACT: Optical flow as an image processing technique finds its applications

More information

Inverse Analysis of Soil Parameters Based on Deformation of a Bank Protection Structure

Inverse Analysis of Soil Parameters Based on Deformation of a Bank Protection Structure Inverse Analysis of Soil Parameters Based on Deformation of a Bank Protection Structure Yixuan Xing 1, Rui Hu 2 *, Quan Liu 1 1 Geoscience Centre, University of Goettingen, Goettingen, Germany 2 School

More information

Fast Natural Feature Tracking for Mobile Augmented Reality Applications

Fast Natural Feature Tracking for Mobile Augmented Reality Applications Fast Natural Feature Tracking for Mobile Augmented Reality Applications Jong-Seung Park 1, Byeong-Jo Bae 2, and Ramesh Jain 3 1 Dept. of Computer Science & Eng., University of Incheon, Korea 2 Hyundai

More information

A Robust Method of Facial Feature Tracking for Moving Images

A Robust Method of Facial Feature Tracking for Moving Images A Robust Method of Facial Feature Tracking for Moving Images Yuka Nomura* Graduate School of Interdisciplinary Information Studies, The University of Tokyo Takayuki Itoh Graduate School of Humanitics and

More information

A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation

A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation , pp.162-167 http://dx.doi.org/10.14257/astl.2016.138.33 A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation Liqiang Hu, Chaofeng He Shijiazhuang Tiedao University,

More information

Application of Geometry Rectification to Deformed Characters Recognition Liqun Wang1, a * and Honghui Fan2

Application of Geometry Rectification to Deformed Characters Recognition Liqun Wang1, a * and Honghui Fan2 6th International Conference on Electronic, Mechanical, Information and Management (EMIM 2016) Application of Geometry Rectification to Deformed Characters Liqun Wang1, a * and Honghui Fan2 1 School of

More information

Contrast Improvement on Various Gray Scale Images Together With Gaussian Filter and Histogram Equalization

Contrast Improvement on Various Gray Scale Images Together With Gaussian Filter and Histogram Equalization Contrast Improvement on Various Gray Scale Images Together With Gaussian Filter and Histogram Equalization I M. Rajinikannan, II A. Nagarajan, III N. Vallileka I,II,III Dept. of Computer Applications,

More information

manufacturing process.

manufacturing process. Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2014, 6, 203-207 203 Open Access Identifying Method for Key Quality Characteristics in Series-Parallel

More information

Dominant plane detection using optical flow and Independent Component Analysis

Dominant plane detection using optical flow and Independent Component Analysis Dominant plane detection using optical flow and Independent Component Analysis Naoya OHNISHI 1 and Atsushi IMIYA 2 1 School of Science and Technology, Chiba University, Japan Yayoicho 1-33, Inage-ku, 263-8522,

More information

Planar pattern for automatic camera calibration

Planar pattern for automatic camera calibration Planar pattern for automatic camera calibration Beiwei Zhang Y. F. Li City University of Hong Kong Department of Manufacturing Engineering and Engineering Management Kowloon, Hong Kong Fu-Chao Wu Institute

More information

Auto-focusing Technique in a Projector-Camera System

Auto-focusing Technique in a Projector-Camera System 2008 10th Intl. Conf. on Control, Automation, Robotics and Vision Hanoi, Vietnam, 17 20 December 2008 Auto-focusing Technique in a Projector-Camera System Lam Bui Quang, Daesik Kim and Sukhan Lee School

More information

Tracking Multiple Moving Objects in Video Based on Multi-channel Adaptive Mixture Background Model

Tracking Multiple Moving Objects in Video Based on Multi-channel Adaptive Mixture Background Model Journal of Information Hiding and Multimedia Signal Processing c 2017 ISSN 2073-4212 Ubiquitous International Volume 8, Number 5, September 2017 Tracking Multiple Moving Objects in Video Based on Multi-channel

More information

A dynamic programming algorithm for perceptually consistent stereo

A dynamic programming algorithm for perceptually consistent stereo A dynamic programming algorithm for perceptually consistent stereo The Harvard community has made this article openly available. Please share ho this access benefits you. Your story matters. Citation Accessed

More information

Dynamic Obstacle Detection Based on Background Compensation in Robot s Movement Space

Dynamic Obstacle Detection Based on Background Compensation in Robot s Movement Space MATEC Web of Conferences 95 83 (7) DOI:.5/ matecconf/79583 ICMME 6 Dynamic Obstacle Detection Based on Background Compensation in Robot s Movement Space Tao Ni Qidong Li Le Sun and Lingtao Huang School

More information

Quaternion Kalman Filter Design Based on MEMS Sensors

Quaternion Kalman Filter Design Based on MEMS Sensors , pp.93-97 http://dx.doi.org/10.14257/astl.2014.76.20 Quaternion Kalman Filter Design Based on MEMS Sensors Su zhongbin,yanglei, Kong Qingming School of Electrical and Information. Northeast Agricultural

More information

A three-step system calibration procedure with error compensation for 3D shape measurement

A three-step system calibration procedure with error compensation for 3D shape measurement January 10, 2010 / Vol. 8, No. 1 / CHINESE OPTICS LETTERS 33 A three-step system calibration procedure with error compensation for 3D shape measurement Haihua Cui ( ), Wenhe Liao ( ), Xiaosheng Cheng (

More information

Pedestrian Detection with Improved LBP and Hog Algorithm

Pedestrian Detection with Improved LBP and Hog Algorithm Open Access Library Journal 2018, Volume 5, e4573 ISSN Online: 2333-9721 ISSN Print: 2333-9705 Pedestrian Detection with Improved LBP and Hog Algorithm Wei Zhou, Suyun Luo Automotive Engineering College,

More information

Robust Fingertip Tracking with Improved Kalman Filter

Robust Fingertip Tracking with Improved Kalman Filter Robust Fingertip Tracking with Improved Kalman Filter Chunyang Wang and Bo Yuan Intelligent Computing Lab, Division of Informatics Graduate School at Shenzhen, Tsinghua University Shenzhen 518055, P.R.

More information

Research on time optimal trajectory planning of 7-DOF manipulator based on genetic algorithm

Research on time optimal trajectory planning of 7-DOF manipulator based on genetic algorithm Acta Technica 61, No. 4A/2016, 189 200 c 2017 Institute of Thermomechanics CAS, v.v.i. Research on time optimal trajectory planning of 7-DOF manipulator based on genetic algorithm Jianrong Bu 1, Junyan

More information

Autonomous Mobile Robot Design

Autonomous Mobile Robot Design Autonomous Mobile Robot Design Topic: EKF-based SLAM Dr. Kostas Alexis (CSE) These slides have partially relied on the course of C. Stachniss, Robot Mapping - WS 2013/14 Autonomous Robot Challenges Where

More information

A Novel Double Triangulation 3D Camera Design

A Novel Double Triangulation 3D Camera Design Proceedings of the 2006 IEEE International Conference on Information Acquisition August 20-23, 2006, Weihai, Shandong, China A Novel Double Triangulation 3D Camera Design WANG Lei,BOMei,GAOJun, OU ChunSheng

More information

Design and Development of a High Speed Sorting System Based on Machine Vision Guiding

Design and Development of a High Speed Sorting System Based on Machine Vision Guiding Available online at www.sciencedirect.com Physics Procedia 25 (2012 ) 1955 1965 2012 International Conference on Solid State Devices and Materials Science Design and Development of a High Speed Sorting

More information

DESIGNING A REAL TIME SYSTEM FOR CAR NUMBER DETECTION USING DISCRETE HOPFIELD NETWORK

DESIGNING A REAL TIME SYSTEM FOR CAR NUMBER DETECTION USING DISCRETE HOPFIELD NETWORK DESIGNING A REAL TIME SYSTEM FOR CAR NUMBER DETECTION USING DISCRETE HOPFIELD NETWORK A.BANERJEE 1, K.BASU 2 and A.KONAR 3 COMPUTER VISION AND ROBOTICS LAB ELECTRONICS AND TELECOMMUNICATION ENGG JADAVPUR

More information

Journal of Chemical and Pharmaceutical Research, 2015, 7(3): Research Article

Journal of Chemical and Pharmaceutical Research, 2015, 7(3): Research Article Available online www.jocpr.com Journal of Chemical and Pharmaceutical esearch, 015, 7(3):175-179 esearch Article ISSN : 0975-7384 CODEN(USA) : JCPC5 Thread image processing technology research based on

More information

Research for Digital Video Image Processing of Table Tennis Ying Xuan1, Chang Liu2

Research for Digital Video Image Processing of Table Tennis Ying Xuan1, Chang Liu2 2014 International Conference on Computer Science and Electronic Technology (ICCSET 2014) Research for Digital Video Image Processing of Table Tennis Ying Xuan1, Chang Liu2 1 2 Yunnan Sports Vocational

More information

An Image Based 3D Reconstruction System for Large Indoor Scenes

An Image Based 3D Reconstruction System for Large Indoor Scenes 36 5 Vol. 36, No. 5 2010 5 ACTA AUTOMATICA SINICA May, 2010 1 1 2 1,,,..,,,,. : 1), ; 2), ; 3),.,,. DOI,,, 10.3724/SP.J.1004.2010.00625 An Image Based 3D Reconstruction System for Large Indoor Scenes ZHANG

More information

Autonomous Navigation for Flying Robots

Autonomous Navigation for Flying Robots Computer Vision Group Prof. Daniel Cremers Autonomous Navigation for Flying Robots Lecture 7.1: 2D Motion Estimation in Images Jürgen Sturm Technische Universität München 3D to 2D Perspective Projections

More information

An Angle Estimation to Landmarks for Autonomous Satellite Navigation

An Angle Estimation to Landmarks for Autonomous Satellite Navigation 5th International Conference on Environment, Materials, Chemistry and Power Electronics (EMCPE 2016) An Angle Estimation to Landmarks for Autonomous Satellite Navigation Qing XUE a, Hongwen YANG, Jian

More information

Video Inter-frame Forgery Identification Based on Optical Flow Consistency

Video Inter-frame Forgery Identification Based on Optical Flow Consistency Sensors & Transducers 24 by IFSA Publishing, S. L. http://www.sensorsportal.com Video Inter-frame Forgery Identification Based on Optical Flow Consistency Qi Wang, Zhaohong Li, Zhenzhen Zhang, Qinglong

More information

CS6670: Computer Vision

CS6670: Computer Vision CS6670: Computer Vision Noah Snavely Lecture 19: Optical flow http://en.wikipedia.org/wiki/barberpole_illusion Readings Szeliski, Chapter 8.4-8.5 Announcements Project 2b due Tuesday, Nov 2 Please sign

More information

Research and Realization on the key technology of. Motion Image Matching Based on UAV

Research and Realization on the key technology of. Motion Image Matching Based on UAV Research and Realization on the key technology of Motion Image Matching Based on UAV Yuri Shebzukhov Department of the International Relations Belarusian State University of Transport, Republic of Belarus

More information

Video Processing for Judicial Applications

Video Processing for Judicial Applications Video Processing for Judicial Applications Konstantinos Avgerinakis, Alexia Briassouli, Ioannis Kompatsiaris Informatics and Telematics Institute, Centre for Research and Technology, Hellas Thessaloniki,

More information

2 Proposed Methodology

2 Proposed Methodology 3rd International Conference on Multimedia Technology(ICMT 2013) Object Detection in Image with Complex Background Dong Li, Yali Li, Fei He, Shengjin Wang 1 State Key Laboratory of Intelligent Technology

More information

Subpixel Corner Detection Using Spatial Moment 1)

Subpixel Corner Detection Using Spatial Moment 1) Vol.31, No.5 ACTA AUTOMATICA SINICA September, 25 Subpixel Corner Detection Using Spatial Moment 1) WANG She-Yang SONG Shen-Min QIANG Wen-Yi CHEN Xing-Lin (Department of Control Engineering, Harbin Institute

More information

DEPTH ESTIMATION USING STEREO FISH-EYE LENSES

DEPTH ESTIMATION USING STEREO FISH-EYE LENSES DEPTH ESTMATON USNG STEREO FSH-EYE LENSES Shishir Shah and J. K. Aggamal Computer and Vision Research Center Department of Electrical and Computer Engineering, ENS 520 The University of Texas At Austin

More information

Contour Error Decoupling Compensation for Non-circular Grinding Qi-guang LI 1,a, Qiu-shi HAN 1, Wei-hua LI 2 and Bao-ying PENG 1

Contour Error Decoupling Compensation for Non-circular Grinding Qi-guang LI 1,a, Qiu-shi HAN 1, Wei-hua LI 2 and Bao-ying PENG 1 07 nd International Conference on Applied Mechanics, Electronics and Mechatronics Engineering (AMEME 07) ISBN: 978--60595-497-4 Contour Error Decoupling Compensation for Non-circular Grinding Qi-guang

More information

Research on Evaluation Method of Video Stabilization

Research on Evaluation Method of Video Stabilization International Conference on Advanced Material Science and Environmental Engineering (AMSEE 216) Research on Evaluation Method of Video Stabilization Bin Chen, Jianjun Zhao and i Wang Weapon Science and

More information

Leow Wee Kheng CS4243 Computer Vision and Pattern Recognition. Motion Tracking. CS4243 Motion Tracking 1

Leow Wee Kheng CS4243 Computer Vision and Pattern Recognition. Motion Tracking. CS4243 Motion Tracking 1 Leow Wee Kheng CS4243 Computer Vision and Pattern Recognition Motion Tracking CS4243 Motion Tracking 1 Changes are everywhere! CS4243 Motion Tracking 2 Illumination change CS4243 Motion Tracking 3 Shape

More information

Open Access Moving Target Tracking Algorithm Based on Improved Optical Flow Technology

Open Access Moving Target Tracking Algorithm Based on Improved Optical Flow Technology Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 015, 7, 1387-139 1387 Open Access Moving Target Tracking Algorithm Based on Improved Optical Flow

More information

Adaptive Multi-Stage 2D Image Motion Field Estimation

Adaptive Multi-Stage 2D Image Motion Field Estimation Adaptive Multi-Stage 2D Image Motion Field Estimation Ulrich Neumann and Suya You Computer Science Department Integrated Media Systems Center University of Southern California, CA 90089-0781 ABSRAC his

More information

Evaluation of Moving Object Tracking Techniques for Video Surveillance Applications

Evaluation of Moving Object Tracking Techniques for Video Surveillance Applications International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2015INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Evaluation

More information

Matching. Compare region of image to region of image. Today, simplest kind of matching. Intensities similar.

Matching. Compare region of image to region of image. Today, simplest kind of matching. Intensities similar. Matching Compare region of image to region of image. We talked about this for stereo. Important for motion. Epipolar constraint unknown. But motion small. Recognition Find object in image. Recognize object.

More information

A New Watermarking Algorithm for Point Model Using Angle Quantization Index Modulation. Feng Xiaoqing

A New Watermarking Algorithm for Point Model Using Angle Quantization Index Modulation. Feng Xiaoqing 4th National Conference on Electrical, Electronics and Computer Engineering (NCEECE 015) A Ne Watermarking Algorithm for Point Model Using Angle Quantization Index Modulation Feng Xiaoqing Institute of

More information

Implementation Of Harris Corner Matching Based On FPGA

Implementation Of Harris Corner Matching Based On FPGA 6th International Conference on Energy and Environmental Protection (ICEEP 2017) Implementation Of Harris Corner Matching Based On FPGA Xu Chengdaa, Bai Yunshanb Transportion Service Department, Bengbu

More information

Development of 3D Positioning Scheme by Integration of Multiple Wiimote IR Cameras

Development of 3D Positioning Scheme by Integration of Multiple Wiimote IR Cameras Proceedings of the 5th IIAE International Conference on Industrial Application Engineering 2017 Development of 3D Positioning Scheme by Integration of Multiple Wiimote IR Cameras Hui-Yuan Chan *, Ting-Hao

More information

A FRACTAL WATERMARKING SCHEME FOR IMAGE IN DWT DOMAIN

A FRACTAL WATERMARKING SCHEME FOR IMAGE IN DWT DOMAIN A FRACTAL WATERMARKING SCHEME FOR IMAGE IN DWT DOMAIN ABSTRACT A ne digital approach based on the fractal technolog in the Disperse Wavelet Transform domain is proposed in this paper. First e constructed

More information

VC 11/12 T11 Optical Flow

VC 11/12 T11 Optical Flow VC 11/12 T11 Optical Flow Mestrado em Ciência de Computadores Mestrado Integrado em Engenharia de Redes e Sistemas Informáticos Miguel Tavares Coimbra Outline Optical Flow Constraint Equation Aperture

More information

A Tracking algorithm for Super-speed Maneuvering Target Based on Velocity Measurement Yu-yuan ZHANG 1, a, *, Jian LIU 2 and Zhang-song SHI 3

A Tracking algorithm for Super-speed Maneuvering Target Based on Velocity Measurement Yu-yuan ZHANG 1, a, *, Jian LIU 2 and Zhang-song SHI 3 17 nd International Conference on Computer Science and echnology (CS 17) ISBN: 978-1-6595-461-5 A racking algorithm for Super-speed Maneuvering arget Based on Velocity Measurement Yu-yuan ZHANG 1, a, *,

More information

Power Load Forecasting Based on ABC-SA Neural Network Model

Power Load Forecasting Based on ABC-SA Neural Network Model Power Load Forecasting Based on ABC-SA Neural Network Model Weihua Pan, Xinhui Wang College of Control and Computer Engineering, North China Electric Power University, Baoding, Hebei 071000, China. 1471647206@qq.com

More information

Study on Determination of Preceding Vehicle Motion State at the Traffic Lights Intersection

Study on Determination of Preceding Vehicle Motion State at the Traffic Lights Intersection 2014 b IFSA Publishing, S. L. http://.sensorsportal.com Stud on Determination of Preceding Vehicle Motion State at the raffic Lights Intersection 1 Cailin Wu, 2 Huicheng Yang 1 China College of Electrical

More information

Research and application of volleyball target tracking algorithm based on surf corner detection

Research and application of volleyball target tracking algorithm based on surf corner detection Acta Technica 62 No. 3A/217, 187 196 c 217 Institute of Thermomechanics CAS, v.v.i. Research and application of volleyball target tracking algorithm based on surf corner detection Guowei Yuan 1 Abstract.

More information

An Edge Detection Method Using Back Propagation Neural Network

An Edge Detection Method Using Back Propagation Neural Network RESEARCH ARTICLE OPEN ACCESS An Edge Detection Method Using Bac Propagation Neural Netor Ms. Utarsha Kale*, Dr. S. M. Deoar** *Department of Electronics and Telecommunication, Sinhgad Institute of Technology

More information

A VEHICLE DISTANCE MEASUREMENT BASED ON BINOCULAR STEREO VISION

A VEHICLE DISTANCE MEASUREMENT BASED ON BINOCULAR STEREO VISION ISSN: 1992-8645.jatit.org E-ISSN: 1817-3195 A VEHICLE DISTANCE MEASUREMENT BASED ON BINOCULAR STEREO VISION 1 ZHIBIN ZHANG, 2 SHUANGSHUANG LIU, 3 GANG XU, 4 JUANGJUANG WANG 1 College of Computer science

More information

An Indoor Mobile Robot Localization Method Based on Information Fusion

An Indoor Mobile Robot Localization Method Based on Information Fusion Internet of hings and Cloud Computing 07; 5(3): 5-58 http://www.sciencepublishinggroup.com/j/iotcc doi: 0.648/j.iotcc.070503.3 ISSN: 376-775 (Print); ISSN: 376-773 (Online) An Indoor Mobile Robot Localization

More information

Research on Clearance of Aerial Remote Sensing Images Based on Image Fusion

Research on Clearance of Aerial Remote Sensing Images Based on Image Fusion Research on Clearance of Aerial Remote Sensing Images Based on Image Fusion Institute of Oceanographic Instrumentation, Shandong Academy of Sciences Qingdao, 266061, China E-mail:gyygyy1234@163.com Zhigang

More information

The dynamic path planning of UAV based on A* algorithm

The dynamic path planning of UAV based on A* algorithm Applied Mechanics and Materials Online: 014-0-06 ISSN: 166-748, Vols. 494-495, pp 1094-1097 doi:10.408/.scientific.net/amm.494-495.1094 014 Trans Tech Publications, Sitzerland The dynamic path planning

More information

Using Optical Flow for Stabilizing Image Sequences. Peter O Donovan

Using Optical Flow for Stabilizing Image Sequences. Peter O Donovan Using Optical Flow for Stabilizing Image Sequences Peter O Donovan 502425 Cmpt 400 Supervisor: Dr. Mark Eramian April 6,2005 1 Introduction In the summer of 1999, the small independent film The Blair Witch

More information

Parameter Optimization for Model Computation of Pipeline Critical Deposition Velocity using Improved SFLA Algorithm

Parameter Optimization for Model Computation of Pipeline Critical Deposition Velocity using Improved SFLA Algorithm Parameter Optimization for Model Computation of Pipeline Critical Deposition elocity using Improved SFLA Algorithm Jingzong YANG,, Xiaodong WANG,*, Jiande WU,. Faculty of Information Engineering and Automation,

More information

10.2 Single-Slit Diffraction

10.2 Single-Slit Diffraction 10. Single-Slit Diffraction If you shine a beam of light through a ide-enough opening, you might expect the beam to pass through ith very little diffraction. Hoever, hen light passes through a progressively

More information

An Algorithm for the Welding Torch Weaving Control of Arc Welding Robot

An Algorithm for the Welding Torch Weaving Control of Arc Welding Robot http://dx.doi.org/0.5755/j0.eee.2.2.599 ELEKTRONIKA IR ELEKTROTECHNIKA, ISSN 392-25, VOL. 2, NO. 2, 205 An Algorithm for the Welding Torch Weaving Control of Arc Welding Robot Wen-liang Zhu, Fu-sheng Ni

More information

Traffic Flow Prediction Based on the location of Big Data. Xijun Zhang, Zhanting Yuan

Traffic Flow Prediction Based on the location of Big Data. Xijun Zhang, Zhanting Yuan 5th International Conference on Civil Engineering and Transportation (ICCET 205) Traffic Flow Prediction Based on the location of Big Data Xijun Zhang, Zhanting Yuan Lanzhou Univ Technol, Coll Elect &

More information

Efficient Path Finding Method Based Evaluation Function in Large Scene Online Games and Its Application

Efficient Path Finding Method Based Evaluation Function in Large Scene Online Games and Its Application Journal of Information Hiding and Multimedia Signal Processing c 2017 ISSN 2073-4212 Ubiquitous International Volume 8, Number 3, May 2017 Efficient Path Finding Method Based Evaluation Function in Large

More information

Chapter 9 Object Tracking an Overview

Chapter 9 Object Tracking an Overview Chapter 9 Object Tracking an Overview The output of the background subtraction algorithm, described in the previous chapter, is a classification (segmentation) of pixels into foreground pixels (those belonging

More information

Indoor Location Algorithm Based on Kalman Filter

Indoor Location Algorithm Based on Kalman Filter Advanced Science and echnology Letters Vol.121 (AS 2016), pp.344-349 http://dx.doi.org/10.14257/astl.2016. Indoor Location Algorithm Based on Kalman Filter Zhang Ya-qiong 1,*, Li Zhao-xing 2, Li Xin 3,*,

More information

Pupil Localization Algorithm based on Hough Transform and Harris Corner Detection

Pupil Localization Algorithm based on Hough Transform and Harris Corner Detection Pupil Localization Algorithm based on Hough Transform and Harris Corner Detection 1 Chongqing University of Technology Electronic Information and Automation College Chongqing, 400054, China E-mail: zh_lian@cqut.edu.cn

More information

Segmentation and Tracking of Partial Planar Templates

Segmentation and Tracking of Partial Planar Templates Segmentation and Tracking of Partial Planar Templates Abdelsalam Masoud William Hoff Colorado School of Mines Colorado School of Mines Golden, CO 800 Golden, CO 800 amasoud@mines.edu whoff@mines.edu Abstract

More information

Performance Analysis on the Target Detection of Linear Camera of CCD Vertical Target Coordinate Measurement System

Performance Analysis on the Target Detection of Linear Camera of CCD Vertical Target Coordinate Measurement System Sensors & Transducers, Vol. 17, Issue 7, July 21, pp. 285-291 Sensors & Transducers 21 y IFSA Pulishing, S. L. http://www.sensorsportal.com Performance Analysis on the Target Detection of Linear Camera

More information

Capturing, Modeling, Rendering 3D Structures

Capturing, Modeling, Rendering 3D Structures Computer Vision Approach Capturing, Modeling, Rendering 3D Structures Calculate pixel correspondences and extract geometry Not robust Difficult to acquire illumination effects, e.g. specular highlights

More information

LANDMARK EXTRACTION USING CORNER DETECTION AND K-MEANS CLUSTERING FOR AUTONOMOUS LEADER-FOLLOWER CARAVAN

LANDMARK EXTRACTION USING CORNER DETECTION AND K-MEANS CLUSTERING FOR AUTONOMOUS LEADER-FOLLOWER CARAVAN LANDMARK EXTRACTION USING CORNER DETECTION AND K-MEANS CLUSTERING FOR AUTONOMOUS LEADER-FOLLOER CARAVAN Andrew B. Nevin Department of Electrical and Computer Engineering Auburn University Auburn, Al 36849,

More information

Shack-Hartmann spot dislocation map determination using an optical flow method

Shack-Hartmann spot dislocation map determination using an optical flow method Shack-Hartmann spot dislocation map determination using an optical flow method J. Vargas 1* R. Restrepo 2 3 and. Belenguer 2 1 Biocomputing Unit Centro Nacional de Biotecnología-CSIC C/ Darwin 3 28049

More information

Study on Gear Chamfering Method based on Vision Measurement

Study on Gear Chamfering Method based on Vision Measurement International Conference on Informatization in Education, Management and Business (IEMB 2015) Study on Gear Chamfering Method based on Vision Measurement Jun Sun College of Civil Engineering and Architecture,

More information

DRIVING WARNING SYSTEM BASED ON VISUAL PERCEPTION OF ROAD SIGNS

DRIVING WARNING SYSTEM BASED ON VISUAL PERCEPTION OF ROAD SIGNS DRIVING WARNING SYSTEM BASED ON VISUAL PERCEPTION OF ROAD SIGNS Juan Pablo Carrasco, Arturo de la Escalera and José María Armingol Intelligent Systems Lab. Universidad Carlos III de Madrid, c/butarque

More information

Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian

Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian 4th International Conference on Machinery, Materials and Computing Technology (ICMMCT 2016) Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian Hebei Engineering and

More information

Measurement and Precision Analysis of Exterior Orientation Element Based on Landmark Point Auxiliary Orientation

Measurement and Precision Analysis of Exterior Orientation Element Based on Landmark Point Auxiliary Orientation 2016 rd International Conference on Engineering Technology and Application (ICETA 2016) ISBN: 978-1-60595-8-0 Measurement and Precision Analysis of Exterior Orientation Element Based on Landmark Point

More information

RECTIFICATION METHODS ON DISTORTION OF DIGITAL AIRBORNE IMAGES

RECTIFICATION METHODS ON DISTORTION OF DIGITAL AIRBORNE IMAGES RECTIFICATION METHODS ON DISTORTION OF DIGITAL AIRBORNE IMAGES Tao Jun School of Mathematics and Computer Science Jianghan University, Wuhan, Hubei, China martintao2006@163.com Abstract. This paper mainly

More information

Moving Object Detection and Tracking for Video Survelliance

Moving Object Detection and Tracking for Video Survelliance Moving Object Detection and Tracking for Video Survelliance Ms Jyoti J. Jadhav 1 E&TC Department, Dr.D.Y.Patil College of Engineering, Pune University, Ambi-Pune E-mail- Jyotijadhav48@gmail.com, Contact

More information

Particle Filtering. CS6240 Multimedia Analysis. Leow Wee Kheng. Department of Computer Science School of Computing National University of Singapore

Particle Filtering. CS6240 Multimedia Analysis. Leow Wee Kheng. Department of Computer Science School of Computing National University of Singapore Particle Filtering CS6240 Multimedia Analysis Leow Wee Kheng Department of Computer Science School of Computing National University of Singapore (CS6240) Particle Filtering 1 / 28 Introduction Introduction

More information

A Reactive Bearing Angle Only Obstacle Avoidance Technique for Unmanned Ground Vehicles

A Reactive Bearing Angle Only Obstacle Avoidance Technique for Unmanned Ground Vehicles Proceedings of the International Conference of Control, Dynamic Systems, and Robotics Ottawa, Ontario, Canada, May 15-16 2014 Paper No. 54 A Reactive Bearing Angle Only Obstacle Avoidance Technique for

More information

Integration of Multiple-baseline Color Stereo Vision with Focus and Defocus Analysis for 3D Shape Measurement

Integration of Multiple-baseline Color Stereo Vision with Focus and Defocus Analysis for 3D Shape Measurement Integration of Multiple-baseline Color Stereo Vision with Focus and Defocus Analysis for 3D Shape Measurement Ta Yuan and Murali Subbarao tyuan@sbee.sunysb.edu and murali@sbee.sunysb.edu Department of

More information

Available online at ScienceDirect. Procedia Computer Science 22 (2013 )

Available online at   ScienceDirect. Procedia Computer Science 22 (2013 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 22 (2013 ) 945 953 17 th International Conference in Knowledge Based and Intelligent Information and Engineering Systems

More information

BSFD: BACKGROUND SUBTRACTION FRAME DIFFERENCE ALGORITHM FOR MOVING OBJECT DETECTION AND EXTRACTION

BSFD: BACKGROUND SUBTRACTION FRAME DIFFERENCE ALGORITHM FOR MOVING OBJECT DETECTION AND EXTRACTION BSFD: BACKGROUND SUBTRACTION FRAME DIFFERENCE ALGORITHM FOR MOVING OBJECT DETECTION AND EXTRACTION 1 D STALIN ALEX, 2 Dr. AMITABH WAHI 1 Research Scholer, Department of Computer Science and Engineering,Anna

More information

A Moving Target Detection Algorithm Based on the Dynamic Background

A Moving Target Detection Algorithm Based on the Dynamic Background A Moving Target Detection Algorithm Based on the Dynamic Bacground Yangquan Yu, Chunguang Zhou, Lan Huang *, Zhezhou Yu College of Computer Science and Technology Jilin University Changchun, China e-mail:

More information

An Inspection Method of Rice Milling Degree Based on Machine Vision and Gray-Gradient Co-occurrence Matrix

An Inspection Method of Rice Milling Degree Based on Machine Vision and Gray-Gradient Co-occurrence Matrix An Inspection Method of Rice Milling Degree Based on Machine Vision and Gray-Gradient Co-occurrence Matrix Peng Wan 1,2 and Changjiang Long 1,* 1 College of Engineering, Huazhong Agricultural University,

More information

Motion. 1 Introduction. 2 Optical Flow. Sohaib A Khan. 2.1 Brightness Constancy Equation

Motion. 1 Introduction. 2 Optical Flow. Sohaib A Khan. 2.1 Brightness Constancy Equation Motion Sohaib A Khan 1 Introduction So far, we have dealing with single images of a static scene taken by a fixed camera. Here we will deal with sequence of images taken at different time intervals. Motion

More information

An Improved Frequent Pattern-growth Algorithm Based on Decomposition of the Transaction Database

An Improved Frequent Pattern-growth Algorithm Based on Decomposition of the Transaction Database Algorithm Based on Decomposition of the Transaction Database 1 School of Management Science and Engineering, Shandong Normal University,Jinan, 250014,China E-mail:459132653@qq.com Fei Wei 2 School of Management

More information

Research on QR Code Image Pre-processing Algorithm under Complex Background

Research on QR Code Image Pre-processing Algorithm under Complex Background Scientific Journal of Information Engineering May 207, Volume 7, Issue, PP.-7 Research on QR Code Image Pre-processing Algorithm under Complex Background Lei Liu, Lin-li Zhou, Huifang Bao. Institute of

More information

Integrating 3D Vision Measurements into Industrial Robot Applications

Integrating 3D Vision Measurements into Industrial Robot Applications Integrating 3D Vision Measurements into Industrial Robot Applications by Frank S. Cheng cheng1fs@cmich.edu Engineering and echnology Central Michigan University Xiaoting Chen Graduate Student Engineering

More information

SOME stereo image-matching methods require a user-selected

SOME stereo image-matching methods require a user-selected IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 3, NO. 2, APRIL 2006 207 Seed Point Selection Method for Triangle Constrained Image Matching Propagation Qing Zhu, Bo Wu, and Zhi-Xiang Xu Abstract In order

More information

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc. Research on motion tracking and detection of computer vision ABSTRACT KEYWORDS

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc. Research on motion tracking and detection of computer vision ABSTRACT KEYWORDS [Type text] [Type text] [Type text] ISSN : 0974-7435 Volume 10 Issue 21 BioTechnology 2014 An Indian Journal FULL PAPER BTAIJ, 10(21), 2014 [12918-12922] Research on motion tracking and detection of computer

More information

Optical Flow CS 637. Fuxin Li. With materials from Kristen Grauman, Richard Szeliski, S. Narasimhan, Deqing Sun

Optical Flow CS 637. Fuxin Li. With materials from Kristen Grauman, Richard Szeliski, S. Narasimhan, Deqing Sun Optical Flow CS 637 Fuxin Li With materials from Kristen Grauman, Richard Szeliski, S. Narasimhan, Deqing Sun Motion and perceptual organization Sometimes, motion is the only cue Motion and perceptual

More information

EE795: Computer Vision and Intelligent Systems

EE795: Computer Vision and Intelligent Systems EE795: Computer Vision and Intelligent Systems Spring 2012 TTh 17:30-18:45 FDH 204 Lecture 14 130307 http://www.ee.unlv.edu/~b1morris/ecg795/ 2 Outline Review Stereo Dense Motion Estimation Translational

More information

An Adaptive Histogram Equalization Algorithm on the Image Gray Level Mapping *

An Adaptive Histogram Equalization Algorithm on the Image Gray Level Mapping * Available online at www.sciencedirect.com Physics Procedia 25 (2012 ) 601 608 2012 International Conference on Solid State Devices and Materials Science An Adaptive Histogram Equalization Algorithm on

More information

Fast Optical Flow Using Cross Correlation and Shortest-Path Techniques

Fast Optical Flow Using Cross Correlation and Shortest-Path Techniques Digital Image Computing: Techniques and Applications. Perth, Australia, December 7-8, 1999, pp.143-148. Fast Optical Flow Using Cross Correlation and Shortest-Path Techniques Changming Sun CSIRO Mathematical

More information