Patents
Literature
Patsnap Copilot is an intelligent assistant for R&D personnel, combined with Patent DNA, to facilitate innovative research.
Patsnap Copilot

386 results about "Sobel operator" patented technology

The Sobel operator, sometimes called the Sobel–Feldman operator or Sobel filter, is used in image processing and computer vision, particularly within edge detection algorithms where it creates an image emphasising edges. It is named after Irwin Sobel and Gary Feldman, colleagues at the Stanford Artificial Intelligence Laboratory (SAIL). Sobel and Feldman presented the idea of an "Isotropic 3x3 Image Gradient Operator" at a talk at SAIL in 1968. Technically, it is a discrete differentiation operator, computing an approximation of the gradient of the image intensity function. At each point in the image, the result of the Sobel–Feldman operator is either the corresponding gradient vector or the norm of this vector. The Sobel–Feldman operator is based on convolving the image with a small, separable, and integer-valued filter in the horizontal and vertical directions and is therefore relatively inexpensive in terms of computations. On the other hand, the gradient approximation that it produces is relatively crude, in particular for high-frequency variations in the image.

Automatic identification system of number plate on the basis of simplified convolutional neural network

The invention discloses an automatic identification system of a number plate on the basis of a simplified convolutional neural network. The convolutional neural network comprises an input layer, a convolutional layer, a pooling layer, a hidden layer and a classification output layer and solves the problem of number plate identification under a daily background. The number plate identification comprises the following steps: positioning, segmenting and identifying. The invention puts forward a positioning method which extracts colorful edges by colorful edge information and colorful information. Since parameters in the method are set on the basis of color features, noise in the daily background can be effectively inhibited, and input images of different sizes can be subjected number plate extraction. The automatic identification system omits a front convolutional layer of a traditional depth convolutional neural network and only keeps one layer of convolutional layer and one hidden layer. As the supplementation of a missing convolutional layer and the strengthening of input features, a gray level edge image obtained by a Sobel operator is used as the input of a colorful image, i.e., coarsness features which are artificially extracted replace features extracted by multiple convolutional layers of the traditional convolutional neural network.
Owner:SUZHOU UNIV

Lane line detection method and system, as well as lane departure early warning method and system

The invention provides a lane line detection method which comprises the steps of: S1, acquiring an image, converting the color image into a grayscale image, S2, selecting a region of interest of the image, dividing the region of interest into a left side image and a right side image, S3, calculating a greyscale binarization threshold of each row of each of the left side image and the right side image by binarization, extracting pixel point sets with grayscale values greater than or equal to the greyscale binarization thresholds from the left side image and the right side image, S4, obtaining edge images of the left side image and the right side image by using a one-dimensional sobel operator, calculating edge binarization thresholds of the edge images, extracting inner edge point sets of the left side edge image and the right side edge image, S5, selecting an intersection of the pixel point set in the left side image and the inner edge point set as an inner edge point of a left lane line, selecting an intersection of the pixel point set in the right side image and the inner edge point set as an inner edge point of a right lane line, and S6, calculating the left lane line and the right lane line according to the inner edge point of the left lane line and the inner edge point of the right lane line.
Owner:BYD CO LTD

Video image character detecting method based on sparse expression

The invention provides a video image character detecting method based on sparse expression, which comprises the following steps of: S1, resampling a video sequence to obtain a color video image, and converting the gray level and the multi-scale of the color video image to obtain a multi-scale gray level image; S2, performing edge detection and morphological closed operation to the multi-scale gray level image with an improved Sobel operator to obtain an edge image and filter the edge density of the edge image; obtaining a candidate character region through connected domain analysis and regular analysis; and S3, performing vertical projection and horizontal projection to the candidate character region, diving a vertical projecting image and a horizontal projecting image to obtain candidate character lines, dividing the candidate character lines into small regions through sliding windows, extracting the edge characteristics of the small regions, respectively classifying each small region with a classifying method based on the sparse expression, judging whether the small regions are character regions, judging the candidate character lines according to the judging result of the small regions to obtain and output a final character line region.
Owner:INST OF AUTOMATION CHINESE ACAD OF SCI

Vehicle detecting method based on Gauss difference multi-scale edge fusion

The invention discloses a vehicle detecting method based on Gauss difference multi-scale edge fusion. The method includes the steps that Gauss scale transformation is performed on images to obtain four Gauss images in adjacent scales; according to the four Gauss images in the adjacent scales, the difference operation is performed between the images in the adjacent scales to obtain three Gauss difference images different in scale, edge detection is performed on the obtained three Gauss difference images through a Sobel operator, then edge fusion with the scale upward searching is performed to remove a lot of background edges while edge information of a vehicle is obtained as much as possible, and expansion, closed operation, hole filling and other series of morphological operation are performed on the fused edge images to obtain a connected domain image representing the vehicle; an outside rectangle of the position where the vehicle is located is determined in the original image according to the position information of a connected domain to detect the vehicle. The images in multiple scales are processed, so that algorithm complexity is reduced, operation amount is reduced, efficiency of vehicle detection is effectively improved, and a good detection result is obtained.
Owner:CHANGAN UNIV

Face identification method based on multiscale weber local descriptor and kernel group sparse representation

The invention discloses a face identification method based on multiscale weber local descriptor and kernel group sparse representation. The face identification method comprises the following steps: firstly normalizing the size of face images and smoothing the images by utilizing a gaussian filter; extracting differential excitation ingredients of the multiscale weber local descriptor of the images and extracting direction information by utilizing an Sobel operator; extracting the multiscale weber local descriptor of the face images according to the multiscale differential excitation and the direction information and mapping the multiscale weber local descriptor to a kernel space by utilizing a histogram intersection kernel; then with a kernel matrix obtained by a training sample as a sparse dictionary, calculating group sparse representation coefficients of a kernel vector obtained by a test sample; and finally reconstructing a multiscale weber local descriptor vector of the test sample according to the group sparse representation coefficients and distinguishing the test sample by utilizing the minimum reconstruction error. According to the face identification method, the multiscale weber local descriptor and the kernel group sparse representation algorithm are fused for face identification, and the identification accuracy rate is greatly improved.
Owner:HUNAN UNIV

Method for orientating secondary pixel edge of oval-shaped target

InactiveCN101465002AAcquisition stablePrecise edge positioning resultsImage analysisMachine visionImaging processing
A sub-pixel edge of an ellipse target positioning method mainly relates to a image processing and machine vision such as calculation of accurate parameters and calibration and matching of a pick-up camera of the ellipse target and the like, the method is mainly divided into three main steps: the first step includes noise elimination of images, edge detection by Sobel operators and extraction of edge points of the ellipse target; the second step includes calculation of geometric parameters of the ellipse target; and the third step includes position of the sub-pixel edge, wherein, the position of the sub-pixel edge can be divided into four parts of calculating target grayness and background grayness of the edge model, calculating edge angles, calculating the distance between edge points and real edge points and calculating accurate position of sub-pixel edge points. The sub-pixel edge of positioning method comprehensively utilizes geometric parameters of the ellipse target, distribution characteristics of grayness of the ellipse target and two-dimensional edge models. The method not only effectively improves the accuracy and the robustness of the edge positioning, but also greatly reduces arithmetic quantity so as to enhance the rapidity.
Owner:HAIAN COUNTY SHENLING ELECTRICAL APPLIANCE MFG +1

Kilowatt-hour meter image automatic identification method

The invention relates to a kilowatt-hour meter image automatic identification method which comprises the following steps: 1. image preprocessing: detecting vertical texture of a panel image by using Sobel operator, preliminarily removing the background area by a projection method, extracting the area with abundant vertical texture by an expansion method, and carrying out binarization treatment on the image by a adaptive threshold segmentation method based on an integral projection method; 2. precise positioning of indicating value and bar code: by combining an intelligent judgment method on the basis of indicating value intervals and length-width ratio characteristic of numeric characters under the complex image background, adapting to precise positioning of indicating values of different types of kilowatt-hour meters on the basis of vertical edge detection of the Sobel operator and morphological treatment; carrying out horizontal scanning on the bar code area to extract the bar code characteristic area; 3. bar code identification: identifying different character bar codes by using a similar edge distance normalization method; and 4. indicating value identification: extracting the indicating value by a PCA (principal component analysis) method. By using the PCA character recognition method, various character indicating values can be precisely identified, including identification of half-character.
Owner:BRINGSPRING SCIENCE & TECHNOLOGY CO LTD

Face anti-counterfeiting method based on face depth information and edge image fusion

The invention provides a face anti-counterfeiting method based on face depth information and edge image fusion, and the method comprises the steps: respectively extracting the edge information and depth image information of a face image through a double-flow network, carrying out the fusion of two types of features, and then carrying out the learning and classification through a feature fusion classification network, wherein a Sobel operator is used for extracting edge information of a face image, a PRNe is used for acquiring three-dimensional structure information of a face of a preprocessedliving body object, and adopting a Z-Buffer algorithm for projection to obtain corresponding living body face depth label. Depth information extraction network branches in the double-flow network extract differentiated depth information of living and non-living faces, and a weighting matrix and an entropy loss supervision mode are adopted to enhance the depth discrimination between a face area anda background area. Compared with the prior art, the method is slightly influenced by factors such as image quality and illumination, the problem that the hardware depth information extraction cost ishigh is solved, the characteristics of background information are expanded, and learning of redundant noise is weakened.
Owner:WUHAN UNIV

Seismic recognition method of low-order strike-slip faults in complex structural areas

The invention belongs to the petroleum exploration field and relates to a seismic recognition method of low-order strike-slip faults in complex structural areas. The seismic recognition method of the low-order strike-slip faults in the complex structural areas includes the following steps that: post-stack seismic data quality is analyzed; processing is carried out to obtain an advantageous frequency division phase band; processing is carried out to obtain Sobel operators in main directions; processing is carried out to Sobel operators in arbitrary directions; a multi-direction lower-order strike-slip fault system is extracted; and the reliability of the low-order strike-slip faults is verified. The method of the invention is suitable for seismic recognition and verification reliability of lower-order strike slip faults in any complex structural belts and can directly reflect the combination modes and spatial locations of lower-order strike-slip faults on a plane; and the method is an effective measure to determine low-order hidden faults in low signal-to-noise ratio and low-frequency seismic data areas and can provide an important basis for re-understanding of hidden fault oil control rules, reservation and production improvement, development plan deployment and adjustment in complex structural oil and gas fields or fault block oil and gas fields.
Owner:CHINA UNIV OF PETROLEUM (EAST CHINA)

Method for adaptively detecting and eliminating shadow in video segmentation

The invention discloses a method for adaptively detecting and eliminating a shadow in video segmentation. The method comprises the following steps of: firstly, roughly detecting a moving changing region by using accumulated frame differences and constructing a motion template by using a static index; secondly, performing statistics on brightness information to establish a background model, performing updating by combining the motion template, and detecting a foreground and an edge of the foreground by using a background difference and a Sobel operator; thirdly, performing horizontal projection and vertical projection on a detected edge image respectively, performing statistics on the distribution condition of edge images and roughly determining a shadow position and a search direction by combining shadow characteristics with a spatial position; and finally, precisely positioning a shadow point along the search direction in a suspected shadow region by using a hydrometer method so as to precisely eliminate the shadow. Due to the combination of the characteristics of the edge and the spatial position of the shadow, the method for adaptively detecting and eliminating the shadow disclosed by the invention has the advantages of adaptively positioning the shadow region and precisely eliminating the shadow point under the condition of invariance and availability of chrominance, along with small calculation amount and high robustness.
Owner:BEIHANG UNIV

Method for carrying out change detection on remote sensing images based on treelet fusion and level set segmentation

The invention discloses a method for carrying out change detection on remote sensing images based on treelet fusion and level set segmentation, and mainly solves the problem that much pseudo-change information exists in the existing change detection methods. The method is implemented through the following steps: inputting two time-phase remote sensing images, then respectively carrying out mean shift filtering on each image so as to obtain two time-phase filtered images; respectively carrying out two-dimensional stationary wavelet decomposition on the two time-phase filtered images three times under different level numbers; carrying out subtraction on wavelet coefficient matrixes of corresponding directional son-bands of the filtered images with the same decomposition level number; carrying out enhancement and two-dimensional wavelet inverse transformation reconstruction on wavelet coefficient difference matrixes in horizontal and vertical directions by using a sobel operator; and fusing the reconstruction images with different decomposition level numbers so as to obtain a final difference map by using a treelet algorithm, then carrying out level set segmentation on the differencemap so as to obtain a change detection result. By using the method disclosed by the invention, the accuracy of the change detection result can be improved effectively, and the edge feature of a change area can be maintained better, therefore, the method can be applied to the fields of natural disaster analysis, land resource monitoring, and the like.
Owner:XIDIAN UNIV

Method for automatically identifying sulfur hexafluoride pressure instrument image

The invention discloses a method for automatically identifying a sulfur hexafluoride pressure instrument image. The method comprises the following steps: an image obtained through instrument video monitoring is pretreated and converted into a gray image; the OTSU is utilized to find a proper threshold value of the image, a target pointer in the instrument image is distinguished from a disc background; sobel operator edge detection is performed on the gray image, and then Hough Transform is utilized to obtain the coordinate and radius of a central point of a circular area of the image; according to the features of the instrument image, the reference point position and the reference terminal point coordinate of a dial plate are obtained; according to the obtained coordinate parameters, the deflection included angel of the pointer is calculated, and the pointer read is calculated by combining the reference point position of the dial plate to realize the automatic identification of instrument image read. According to the invention, the pointer read of the instrument can be accurately and rapidly identified, a template image database is not needed to be established in advance, which is remarkably different from other image identification technologies, and automatic read identification of the image pointer of the sulfur hexafluoride pressure instrument can be realized through feature separation and identification of the image.
Owner:CHANGSHA ZHONGZHI ELECTRICAL TECH

Fence vibration intrusion positioning and mode recognition method based on distributed optical fiber system

The invention discloses a fence vibration intrusion positioning and mode recognition method based on a distributed optical fiber system. The method comprises a step of arranging distributed optical fibers on a fence, obtaining a vibration signal of the fence and storing vibration data, a step of accumulating the vibration data of all detection points on the fence into a time-space two-dimensionalmatrix A(x, t), filtering the space-time two-dimensional matrix by utilizing a Sobel operator, counting the times that the position of each detection point is larger than a set threshold value M in atime period after filtering, taking the detection point as a suspicious invasion point if the times that the position of each detection point exceeds the set threshold value M is larger than a set threshold value N and storing original vibration signals of all suspicious invasion points, a step of obtaining wavelet time-frequency graphs of the original vibration signals of all the suspicious invasion points, and a step of inputting the wavelet time-frequency graphs after the suspicious intrusion points are scaled into a convolutional neural network pre-trained by utilizing known event data inadvance. According to the method, the position coordinates and the event type of an intrusion event can be accurately identified, and meanwhile, the requirement of relatively good real-time performance is met.
Owner:广州亓行智能科技有限公司 +1
Who we serve
  • R&D Engineer
  • R&D Manager
  • IP Professional
Why Eureka
  • Industry Leading Data Capabilities
  • Powerful AI technology
  • Patent DNA Extraction
Social media
Try Eureka
PatSnap group products