CN103679708A - Annular LBP texture generating method - Google Patents

Annular LBP texture generating method Download PDF

Info

Publication number
CN103679708A
CN103679708A CN201310624480.4A CN201310624480A CN103679708A CN 103679708 A CN103679708 A CN 103679708A CN 201310624480 A CN201310624480 A CN 201310624480A CN 103679708 A CN103679708 A CN 103679708A
Authority
CN
China
Prior art keywords
pixel
annular
lbp
image
specific
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201310624480.4A
Other languages
Chinese (zh)
Other versions
CN103679708B (en
Inventor
徐南
马成
陈逸凡
马符讯
艾斯卡尔·阿不力米提
黄卓
严朝霞
万月
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hohai University HHU
Original Assignee
Hohai University HHU
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hohai University HHU filed Critical Hohai University HHU
Priority to CN201310624480.4A priority Critical patent/CN103679708B/en
Publication of CN103679708A publication Critical patent/CN103679708A/en
Application granted granted Critical
Publication of CN103679708B publication Critical patent/CN103679708B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Image Analysis (AREA)
  • Image Processing (AREA)

Abstract

The invention relates to an annular LBP texture generating method. The method includes: extending into a 2*2 four-point mode by using one specific pixel point as the left upper corner, and performing weighted coding according to the clockwise side of the four pixel points to serve as the feature value of the specific pixel point. The annular LBP texture generating method is good in extracting effect, fast, short in operation time, and wide in application range, and no information redundancy is generated.

Description

A kind of annular LBP Texture Generating Approach
Technical field
The present invention relates to image texture method, be specifically related to a kind of annular LBP Texture Generating Approach.
Background technology
Development along with remote sensing images analysis, recognition of face and the identification of target following isotype and machine vision, texture analysis method is being brought into play increasing effect, yet due to reasons such as illumination reason, background complexity, target occlusions, make the pattern-recognition in above-mentioned field become difficult.The a large amount of texture analysis methods that occur in recent years, real-time and accuracy all depend on related image.
Local binary pattern (LBP) is to identify a kind of more successful texture characteristic extracting method in isotype identification field remote sensing image processing, the mankind, LBP obtains by the poor of the pixel value of computing center's pixel and neighborhood pixel, there is following problem: one, the method has certain information redundancy, the pixel of part has participated in double counting, therefore there is higher computation complexity, be unfavorable for processing in real time; Its two, the method fails to consider the relation between neighborhood pixel, and magnitude relationship between neighborhood pixel has also comprised a large amount of information, so classic method has reduced the separating capacity of LBP to the textural characteristics of true picture virtually.
Therefore, the New Ring-like Type LBP Texture Generating Approach that the present invention proposes is very meaningful, also can play positive role to researchs such as similar pattern-recognition, machine vision.
Summary of the invention
Goal of the invention: in order to overcome the deficiencies in the prior art, the invention provides a kind of based on 4 annulars and the annular LBP Texture Generating Approach of exquisite pattern, the method can effectively represent the local grain information of remote sensing image and mankind's image, and computation complexity is low.
Technical scheme: for solving the problems of the technologies described above, a kind of annular LBP Texture Generating Approach of the present invention, comprises the following steps:
(1) set up 4 annular binary patterns: a pixel and this specific pixel are put a bottom-right pixel to choose a pixel that certain specific pixel point in image, this specific pixel point the right are adjacent, this specific pixel point below, these four pixels form 2 * 2 block of pixels, give this four corresponding weights of pixel, from specific pixel point, start by arranged clockwise, the weight size of each pixel is s=2 2i-1, i=1,2,3,4;
Wherein, this weight can embody the difference of textural characteristics value under various arrangement modes as far as possible, and can be distributed between 0 to 255 in mode preferably, is so relatively conducive to storage and the demonstration of the 8bit image of image;
(2), from specific pixel point, the difference between the clockwise next pixel of this pixel and this pixel relatively successively, if difference is more than or equal to 0, the LBP that this pixel is corresponding is encoded to 1, if difference is less than 0, the LBP that this pixel is corresponding is encoded to 0
s ( im i , im i + 1 ) = 1 im i &GreaterEqual; im i + 1 0 im i < im i + 1 ,
Wherein, im irefer to i pixel, im i+1refer to the clockwise next pixel of i pixel, s (im i, im i+1) refer to that the LBP of i pixel encodes;
(3) the annular LBP coding of four pixels of gained in step (2) is multiplied by after corresponding weight, by four value summations of gained, can obtains the annular textural characteristics value RBP of specific pixel point,
RBP = &Sigma; i = 1 4 2 2 i - 1 s ( im i , im i + 1 ) ,
Wherein, 2 2i-1be the weight of i pixel, s (im i, im i+1) refer to the coding of i pixel.
Further, travel through whole image, each pixel in image is carried out to the operation of step (1), (2) and (3), can obtain the whole annular LBP characteristic image of image.
Beneficial effect: a kind of annular LBP Texture Generating Approach of the present invention proposes based on gray level image, extraction effect is good, speed is fast, the arithmetic speed time is short, can not produce information redundancy, and the present invention has taken into full account the relation between neighbor pixel, can not repeat to extract, hormone complexity of the present invention is low simultaneously, is conducive to process in real time.Compare with traditional LBP Texture Generating Approach, the invention enables between different classes of ground object difference larger, and the enhancing of identical category interior of articles homogeney, the present invention can be applied to a plurality of fields such as remote sensing image processing, recognition of face, target following in addition, and applicability is wide.
Accompanying drawing explanation
Fig. 1 utilizes the present invention to carry out the schematic diagram that annular LBP textural characteristics generates;
Fig. 2 utilizes the present invention to carry out the computation process schematic diagram that annular LBP textural characteristics calculates.
Embodiment
Below in conjunction with accompanying drawing, the present invention is further described.
As depicted in figs. 1 and 2, a kind of annular LBP Texture Generating Approach of the present invention, comprises the following steps:
(1) set up 4 annular binary patterns: a pixel and this specific pixel are put a bottom-right pixel to choose a pixel that certain specific pixel point in image, this specific pixel point the right are adjacent, this specific pixel point below, these four pixels form 2 * 2 block of pixels, give this four corresponding weights of pixel, from specific pixel point, start by arranged clockwise, the weight size of each pixel is s=2 2i-1, i=1,2,3,4;
(2), from specific pixel point, the difference between the clockwise next pixel of this pixel and this pixel relatively successively, if difference is more than or equal to 0, the LBP that this pixel is corresponding is encoded to 1, if difference is less than 0, the LBP that this pixel is corresponding is encoded to 0
s ( im i , im i + 1 ) = 1 im i &GreaterEqual; im i + 1 0 im i < im i + 1 ,
Wherein, im irefer to i pixel, im i+1refer to the clockwise next pixel of i pixel, s (im i, im i+1) refer to that the LBP of i pixel encodes;
(3) the annular LBP coding of four pixels of gained in step (2) is multiplied by after corresponding weight, by four value summations of gained, can obtains the annular textural characteristics value RBP of specific pixel point,
RBP = &Sigma; i = 1 4 2 2 i - 1 s ( im i , im i + 1 ) ,
Wherein, 2 2i-1be the weight of i pixel, s (im i, im i+1) refer to the coding of i pixel.
Finally each pixel in image is carried out the operation of step (1), (2) and (3), obtain the whole annular LBP characteristic image of image.
The above is only the preferred embodiment of the present invention; be noted that for those skilled in the art; under the premise without departing from the principles of the invention, can also make some improvements and modifications, these improvements and modifications also should be considered as protection scope of the present invention.

Claims (2)

1. an annular LBP Texture Generating Approach, is characterized in that comprising the following steps:
(1) set up 4 annular binary patterns: a pixel and this specific pixel are put a bottom-right pixel to choose a pixel that certain specific pixel point in image, this specific pixel point the right are adjacent, this specific pixel point below, these four pixels form 2 * 2 block of pixels, give this four corresponding weights of pixel, from specific pixel point, start by arranged clockwise, the weight size of each pixel is s=2 2i-1, i=1,2,3,4;
(2), from specific pixel point, the difference between the clockwise next pixel of this pixel and this pixel relatively successively, if difference is more than or equal to 0, the LBP that this pixel is corresponding is encoded to 1, if difference is less than 0, the LBP that this pixel is corresponding is encoded to 0
s ( im i , im i + 1 ) = 1 im i &GreaterEqual; im i + 1 0 im i < im i + 1 ,
Wherein, im irefer to i pixel, im i+1refer to the clockwise next pixel of i pixel, s (im i, im i+1) refer to that the LBP of i pixel encodes;
(3) the annular LBP coding of four pixels of gained in step (2) is multiplied by after corresponding weight, by four value summations of gained, can obtains the annular textural characteristics value RBP of specific pixel point,
RBP = &Sigma; i = 1 4 2 2 i - 1 s ( im i , im i + 1 ) ,
Wherein, 2 2i-1be the weight of i pixel, s (im i, im i+1) refer to the coding of i pixel.
2. annular LBP Texture Generating Approach according to claim 1, is characterized in that: each pixel in image is carried out to the operation of step (1), (2) and (3), obtain the whole annular LBP characteristic image of image.
CN201310624480.4A 2013-11-28 2013-11-28 A kind of annular LBP texture generation method Expired - Fee Related CN103679708B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310624480.4A CN103679708B (en) 2013-11-28 2013-11-28 A kind of annular LBP texture generation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310624480.4A CN103679708B (en) 2013-11-28 2013-11-28 A kind of annular LBP texture generation method

Publications (2)

Publication Number Publication Date
CN103679708A true CN103679708A (en) 2014-03-26
CN103679708B CN103679708B (en) 2016-06-08

Family

ID=50317159

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310624480.4A Expired - Fee Related CN103679708B (en) 2013-11-28 2013-11-28 A kind of annular LBP texture generation method

Country Status (1)

Country Link
CN (1) CN103679708B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107729890A (en) * 2017-11-30 2018-02-23 华北理工大学 Face identification method based on LBP and deep learning

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100329556A1 (en) * 2009-06-26 2010-12-30 Canon Kabushiki Kaisha Image conversion method and apparatus, and pattern identification method and apparatus
CN102024141A (en) * 2010-06-29 2011-04-20 上海大学 Face recognition method based on Gabor wavelet transform and local binary pattern (LBP) optimization
US20130004028A1 (en) * 2011-06-28 2013-01-03 Jones Michael J Method for Filtering Using Block-Gabor Filters for Determining Descriptors for Images

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100329556A1 (en) * 2009-06-26 2010-12-30 Canon Kabushiki Kaisha Image conversion method and apparatus, and pattern identification method and apparatus
CN102024141A (en) * 2010-06-29 2011-04-20 上海大学 Face recognition method based on Gabor wavelet transform and local binary pattern (LBP) optimization
US20130004028A1 (en) * 2011-06-28 2013-01-03 Jones Michael J Method for Filtering Using Block-Gabor Filters for Determining Descriptors for Images

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107729890A (en) * 2017-11-30 2018-02-23 华北理工大学 Face identification method based on LBP and deep learning
CN107729890B (en) * 2017-11-30 2020-10-09 华北理工大学 Face recognition method based on LBP and deep learning

Also Published As

Publication number Publication date
CN103679708B (en) 2016-06-08

Similar Documents

Publication Publication Date Title
CN110533640B (en) Improved YOLOv3 network model-based track line defect identification method
CN103186904B (en) Picture contour extraction method and device
CN109598290A (en) A kind of image small target detecting method combined based on hierarchical detection
Nanni et al. Local ternary patterns from three orthogonal planes for human action classification
CN107220643A (en) The Traffic Sign Recognition System of deep learning model based on neurological network
CN108304786A (en) A kind of pedestrian detection method based on binaryzation convolutional neural networks
CN104036229A (en) Regression-based active appearance model initialization method
CN104966285A (en) Method for detecting saliency regions
CN109635636A (en) The pedestrian that blocking characteristic based on attributive character and weighting blends recognition methods again
CN106250555A (en) Vehicle retrieval method and devices based on big data
CN103971120A (en) Aurora image sequence classification method based on space-time polarity local binary pattern
CN104751111A (en) Method and system for recognizing human action in video
CN102880870B (en) The extracting method of face characteristic and system
CN106874913A (en) A kind of vegetable detection method
Li et al. Research on facial expression recognition based on LBP and deeplearning
CN104299241A (en) Remote sensing image significance target detection method and system based on Hadoop
CN113902792A (en) Building height detection method and system based on improved RetinaNet network and electronic equipment
CN105184294A (en) Inclination character judgment and identification method based on pixel tracking
CN103700118B (en) Based on the moving target detection method of pulse coupled neural network
CN104809737A (en) Grapefruit image segmentation method based on double-strategy harmony search algorithm
CN109241952B (en) Figure counting method and device in crowded scene
CN103679708B (en) A kind of annular LBP texture generation method
CN105205485A (en) Large scale image segmentation algorithm based on multi-inter-class maximum variance algorithm
CN104123553A (en) License plate positioning method and system based on cascading morphological transformation
CN104881634B (en) A kind of illumination face recognition method based on complete Local Convex diesinking

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20160608

Termination date: 20181128

CF01 Termination of patent right due to non-payment of annual fee