Eye-to-computer cursor automatic positioning controlling method and system
A technology of automatic positioning and control methods, applied to the input/output of user/computer interaction, computer components, graphic reading, etc., which can solve problems such as unpublished technical details
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0018] Pupil Center Position Judgment Algorithm Module: The program will collect user eye pictures in real time. After obtaining the picture, this program needs to convert the picture into a grayscale array, that is, the value range is 0-255, and the size is the same as the original picture. This conversion needs to get the RGB component value of each point. In order to speed up, use the LockBits function to lock and read this segment of memory, and directly obtain the Byte value of each point and each component. It takes 0.01 seconds to process a 320*240 Bitmap using this function, which is more efficient than 0.16 seconds using GetPixel. This part of the code is:
[0019] Dim bmpData As System.Drawing.Imaging.BitmapData = bmp.LockBits(rect, Imaging.ImageLockMode.ReadOnly, Imaging.PixelFormat.Format24bppRgb)
[0020] Dim ptr As IntPtr = bmpData.ScanO
[0021] Dim numBytes As Integer=rect.Width*rect.Height*3
[0022] Dim rgbValues(numBytes) As Byte
[002...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com