CN105069466A - Pedestrian clothing color identification method based on digital image processing - Google Patents

Pedestrian clothing color identification method based on digital image processing Download PDF

Info

Publication number
CN105069466A
CN105069466A CN201510443292.0A CN201510443292A CN105069466A CN 105069466 A CN105069466 A CN 105069466A CN 201510443292 A CN201510443292 A CN 201510443292A CN 105069466 A CN105069466 A CN 105069466A
Authority
CN
China
Prior art keywords
pedestrian
color
image
contour shape
searched
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
CN201510443292.0A
Other languages
Chinese (zh)
Other versions
CN105069466B (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.)
Chengdu Gaobo Huike Information Technology Co Ltd
Original Assignee
Chengdu Gaobo Huike Information Technology Co Ltd
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 Chengdu Gaobo Huike Information Technology Co Ltd filed Critical Chengdu Gaobo Huike Information Technology Co Ltd
Priority to CN201510443292.0A priority Critical patent/CN105069466B/en
Publication of CN105069466A publication Critical patent/CN105069466A/en
Application granted granted Critical
Publication of CN105069466B publication Critical patent/CN105069466B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • G06F18/241Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches
    • G06F18/2411Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches based on the proximity to a decision surface, e.g. support vector machines
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/40Extraction of image or video features
    • G06V10/56Extraction of image or video features relating to colour

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • General Physics & Mathematics (AREA)
  • Artificial Intelligence (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Evolutionary Biology (AREA)
  • Evolutionary Computation (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • General Engineering & Computer Science (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Multimedia (AREA)
  • Image Analysis (AREA)

Abstract

The invention discloses a pedestrian clothing color identification method based on digital image processing. The method comprises the steps that (1) a pedestrian detection method which combines an HOG feature description operator and a SVM classifier is used to acquire a pedestrian image; (2) a Sobel operator is used to detect the edge contour shape of a pedestrian to acquire an image to be searched; (3) a pedestrian contour shape template is produced and matches a corresponding region in the image to be searched to acquire upper and lower body images of the pedestrian; (4) a seed filling method is used to carry out communication region labeling on clothing colors of upper and lower body regions of the pedestrian; (5) color feature extraction is carried out on a color communication region; and (6) the SVM classifier is used to carry out color classification discrimination to acquire the clothing color of the pedestrian, and a final result is output. According to the invention, the identification accuracy of the clothing color of the pedestrian is improved; standardized dress in a dangerous region is ensured; and safety risks are eliminated.

Description

Based on pedestrian's dress ornament color identification method of Digital Image Processing
Technical field
The present invention relates to a kind of color identification method, belong to technical field of image processing, what be specifically related to is a kind of pedestrian's dress ornament color identification method based on Digital Image Processing.
Background technology
Safety is the eternal theme of the special dimension such as electric power, oil gas field.In recent years, the various security incidents of the industry such as oil gas field, electric power happen occasionally, how to strengthen oil gas field, electric power enterprise production safety ability and improve its management level become related personnel must faced by matter of utmost importance.
One of the potential safety hazard in the field such as oil gas field, electric power be exactly staff in assigned work region not strict implement dress code, wear special safety clothes not according to regulation.Meanwhile, along with country more and more payes attention to safety in production operation, there is increasing video monitoring system in the industry such as oil gas field, electric power.But existing supervisory system, mostly rest on the stages such as video record, storage, query and search, thus larger error is had to the differentiation of pedestrian's dress ornament color, be difficult to accurately to identify the dressing of pedestrian in the assigned work such as oil gas field, electric power region whether meet the requirements, thus cause corresponding potential safety hazard to exist always.
Summary of the invention
The object of the present invention is to provide a kind of pedestrian's dress ornament color identification method based on Digital Image Processing, mainly solve prior art owing to there is comparatively greatly the problem of potential safety hazard to pedestrian's dress ornament colour recognition error.
To achieve these goals, the technical solution used in the present invention is as follows:
Based on pedestrian's dress ornament color identification method of Digital Image Processing, comprise the following steps:
(1) adopt HOG feature interpretation operator in conjunction with the pedestrian detection method collection pedestrian image of SVM classifier;
(2) adopt Sobel operator to detect pedestrian's edge contour shape, obtain image to be searched;
(3) make pedestrian contour shape template T according to the attitude that pedestrian is common, and the region that pedestrian contour shape template is corresponding to image to be searched is mated, obtain the upper part of the body and the lower part of the body image of pedestrian;
(4) seed filling method is adopted to carry out connected component labeling to the dress ornament color in pedestrian's upper part of the body and lower part of the body region respectively;
(5) color feature extracted is carried out to the color-connected regions obtained;
(6) according to the color characteristic extracted, utilize SVM classifier to carry out color classification differentiation, obtain pedestrian's dress ornament color, and export net result.
Further, in described step (3), the detailed process of pedestrian contour shape template and images match to be searched is as follows:
(a) by pedestrian contour shape template T on image to be searched from left to right, translation gliding successively from top to bottom, obtain representing the subgraph S that template covers image-region to be searched i,j, wherein, i, j represent the coordinate of the upper left corner of subgraph in image to be searched;
B () utilizes the matching degree of following formula comparison pedestrian contour shape template and each subgraph:
D ( i , j ) = Σ m = 1 M Σ n = 1 M [ S i , j ( m , n ) - T ( m , n ) ] 2
C () chooses the minimum value of D (i, j), the position (i, j) obtained is the position at pedestrian place in the picture, and the wide, high of pedestrian then equals the wide, high of pedestrian contour shape template T respectively.
Specifically, described step (5) comprises the following steps:
(5a) each color-connected regions of mark in step (4) is all transformed to hsv color space, YCbCr color space and Lab color space respectively from RGB color space;
(5b) extract hsv color space, YCbCr color space and Lab color space average separately, variance, energy and contrast respectively, then by it series connection, obtain color feature vector;
(5c) repeat step (5a), (5b), the color feature vector of some pedestrian's training samples is input in SVM classifier and carries out training study, obtain SVM classifier model; The color feature vector that subsequent extracted obtains, only need be fed through in SVM classifier and can be realized discriminant classification.
Compared with prior art, the present invention has following remarkable result:
(1) existing several algorithm combines by the present invention, utilize pedestrian detection, upper lower part of the body shape segmentations, the method of color-connected regions mark, and design and incorporate template matches, the mode of color feature extracted and discriminant classification, thus effectively can identify pedestrian's dress ornament color, its accuracy of identification is quite high, substantially there are not how many errors in the color identified, thus, supvr can be facilitated well to the management of dressing aspect, hazardous location, execution for specification dressing brings larger guarantee, effectively eliminate the potential safety hazard of this respect.
(2) the present invention is reasonable in design, clear process, understand, be highly suitable for the special dimension such as electric power, oil gas field aspect and apply.
Accompanying drawing explanation
Fig. 1 is schematic flow sheet of the present invention.
Fig. 2 is the pedestrian contour shape template schematic diagram of the present invention-embodiment.
Embodiment
Below in conjunction with drawings and Examples, the invention will be further described, and embodiments of the present invention include but not limited to the following example.
Embodiment
As shown in Figure 1, the invention provides one to be applicable to the special occasions safety of workers such as oil gas field, transformer station and to take dressing and detect and know method for distinguishing, it primarily of pedestrian detection, pedestrian above the waist and lower part of the body shape segmentations, upper part of the body and lower part of the body dress ornament color-connected regions mark, color feature extracted, color classification differentiate and several large step of result output forms.
One, pedestrian detection
The present invention adopts HOG feature interpretation operator in conjunction with the pedestrian detection method collection pedestrian image of SVM classifier.HOG (HistogramofOrientationGradient) feature is a kind of intensive descriptor to image local overlapping region, and it carrys out constitutive characteristic by the gradient orientation histogram calculating regional area.The edge of human body can be described well, simultaneously insensitive to the skew of illumination variation and a small amount of.HOG integrate features SVM classifier has been widely used in image recognition, especially in pedestrian detection, obtains great success.
The calculating of HOG feature needs the concept using gradient, and in image, the gradient of pixel (x, y) is:
G x(x,y)=H(x+1,y)-H(x-1,y)
G y(x,y)=H(x,y+1)-H(x,y-1)
G above in the middle of formula x(x, y), G y(x, y), H (x, y) represents the gradient of pixel (x, y) horizontal direction, the gradient of vertical direction and pixel value respectively.The gradient magnitude at pixel (x, y) place and gradient direction be respectively:
G ( x , y ) = G x ( x , y ) 2 + G y ( x , y ) 2
α ( x , y ) = tan - 1 ( G y ( x , y ) G x ( x , y ) )
The process of HOG feature extraction: the unit (cell) Iamge Segmentation being several pixels, gradient direction is on average divided into 9 intervals (bin), inside each unit, in all directions interval, statistics with histogram is carried out to the gradient direction of all pixels, obtain the proper vector of one 9 dimension, 4 often adjacent unit form a block (block), proper vector connection in a block is got up to obtain the proper vector of 36 dimensions, scan sample image with block, scanning step is a unit.Finally the feature of all pieces is together in series, just obtains the feature of human body.Such as, for the image of 64*128, the unit (pixel of 16*16) of every 2*2 forms a block, 4*9=36 feature is had, with 8 pixels for step-length, so in each piece, horizontal direction will have 7 scanning windows, and vertical direction will have 15 scanning windows.That is, the picture of 64*128, total total 36*7*15=3780 feature.
SVM is a kind of common sorter, and it proposes from the optimal classification surface linear separability situation.So-called optimal classification, require exactly sorting track (or classifying face) not only can by faultless for two classes separately, and class interval between two classes is maximum.The former ensures empirical risk minimization, and in fact make class interval maximum be exactly make the fiducial range in generalization minimum.Be generalized to higher dimensional space, optimal classification line just becomes optimal classification surface.
Two, pedestrian's upper part of the body and lower part of the body shape segmentations
By detection and the image acquisition of previous step, obtain the image of pedestrian in monitor video picture.Such as, but typically, pedestrian is not at the center position of image, and, the upper part of the body of pedestrian may present frontal pose, also may present body inclination, partially first-class attitude.And the lower part of the body attitude of pedestrian is more complicated, such as, both legs may be existed side by side, and also may separately present various different angles.If directly the first half of pedestrian's image to be used as the upper part of the body of pedestrian, the latter half of pedestrian's image to be used as the lower part of the body of pedestrian, to make the identification decision of pedestrian's dress ornament color with this, very large error will inevitably be caused.Therefore, be necessary the upper part of the body to pedestrian, lower part of the body shape accurately splits, facilitate the follow-up colour recognition of dress ornament accurately to judge.
The present invention passes through the mode of pedestrian's edge contour SHAPE DETECTION and template matches, splits, and obtain above the waist corresponding and lower part of the body image to pedestrian's upper part of the body and lower part of the body shape.
Pedestrian's edge contour SHAPE DETECTION
Edge is the most basic feature of image, and conventional edge contour detection method has: Robert operator, Sobel operator, Prewitt operator, Canny operator etc.The present invention uses Sobel operator to carry out edge contour detection.Its calculation procedure is as follows:
Carry out gaussian filtering to original image, gaussian kernel is here as follows:
K = 1 2 π σ * σ e - x * x + y * y 2 σ * σ
Utilize amplitude and the direction of convolution mask compute gradient
The gradient convolution mask of horizontal direction is as follows:
s x = - 1 0 1 - 2 0 2 - 1 0 1
The gradient convolution mask of vertical direction is as follows:
s y = 1 2 1 0 0 0 - 1 - 2 - 1
Here, in order to express easily, the field point mark matrix of pending pixel (i, j) is provided, as follows:
K = a 0 a 1 a 2 a 7 [ i , j ] a 3 a 6 a 5 a 4
Obviously, available mathematical formulae is expressed the gradient magnitude of its each point and is:
G [ i , j ] = s x 2 + s y 2
s x=(a 2+2a 3+a 4)-(a 0+2a 7+a 6)
s y=(a 0+2a 1+a 2)-(a 6+2a 5+a 4)
Gradient direction can be expressed as:
θ(x,y)=S y/S x
According to the real needs of different scene, threshold value is set, and splits, obtain edge contour and image.
Template matches
The present invention has made different pedestrian contour shape template T according to the attitude that pedestrian is common, as shown in Figure 2.According to the pedestrian contour shape template made, the region that it is corresponding to image to be searched is mated, and in image to be searched, namely finds the image with same size, size and Orientation, then by the position at certain method determination target place.The process of its coupling is as follows:
(1) by pedestrian contour shape template T on image to be searched from left to right, translation gliding successively from top to bottom, obtain the subgraph S that different representative templates covers image-region to be searched i,j, wherein, i, j represent the coordinate of the upper left corner of subgraph in image to be searched;
(2) matching degree of following formula comparison pedestrian contour shape template and each subgraph is utilized:
D ( i , j ) = Σ m = 1 M Σ n = 1 M [ S i , j ( m , n ) - T ( m , n ) ] 2
(3) choose the minimum value of D (i, j), draw subgraph S corresponding with it i,j, then pedestrian contour shape template is mated with this subgraph, the accurate location region of pedestrian can be obtained.
After having mated, just can obtain the corresponding pedestrian upper part of the body and lower part of the body shape image.
Three, the upper part of the body and lower part of the body dress ornament color-connected regions mark
Obviously, although previous step obtains the upper part of the body, the lower part of the body shape image of pedestrian, typically, the a certain color that the clothes of pedestrian, trousers are not simple, but present the mixing of multiple color, such as grid or striped clothes, or clothes there are various decorative pattern, pattern etc.Therefore, be necessary to carry out connected component labeling to the dress ornament color in pedestrian's upper part of the body obtained above, lower part of the body region.
Here color-connected regions mark is similar with the connected region detection method of bianry image, and common method for marking connected region has two-pass scan method and se ed filling algorithm two kinds.The present invention adopts seed filling method to carry out the mark of color-connected regions, and its treatment step is as follows:
Initialization mask image B, its size is identical with the image size in Color-Connected territory to be calculated, and all pixels of B are equal
Assignment is 0;
Scan image, until current mask pixel B (x, y)=1;
(1) using the pixel at changing coordinates (x, y) place as sub pixel, and give an one label, then the similar pixel in all 4 neighborhoods of this sub pixel be all pressed in storehouse; Wherein, sub pixel (x1, y1) is as follows with the calculating formula of similarity of neighborhood territory pixel (x2, y2):
d 12 = ( x 1 - x 2 ) 2 - ( y 1 - y 2 ) 2
(2) pop-up a stack stack top pixel, gives the label that it is identical, and then is all pressed in storehouse by all foreground pixels adjacent with this stack top pixel;
Repeat step (2), until storehouse is empty;
Now, just have found a connected region in image B, the pixel value in this region is marked as label;
Repeat step (1), until the end of scan; The end of scan just can obtain the connected region of all colours component in image.
Four, color feature extracted
By each color-connected regions of marking in previous step all from RGB color notation conversion space to hsv color space, YCbCr color space and Lab color space, wherein:
RGB color space conversion is as follows to the computing formula in hsv color space:
M=max(R,G,B)
m=min(R,G,B)
C=M-m
H ′ = u n d e f i n e d , i f C = 0 G - B C mod 6 , i f B = R B - R C + 2 , i f B = G R - G C + 4 , i f M = B
H=60°×H′
V=M
S H S V = 0 , i f C = 0 C V , o t h e r w i s e
RGB color space conversion is as follows to the computing formula of YCbCr color space:
Y=0.257R+0.564G+0.098B+16
Cb=-0.148R-0.291G+0.439B+128
Cr=0.439R-0.368G-0.071B+128
RGB color space conversion is as follows to the computing formula of Lab color space:
RGB cannot be directly changed into Lab, needs first to convert XYZ to and converts Lab to again, that is: RGB->XYZ->Lab
Therefore conversion formula divides two parts:
RGB converts XYZ to
R = g a m m a ( r 255.0 ) G = g a m m a ( g 255.0 ) B = g a m m a ( b 255.0 )
Wherein,
X Y Z = M * R G B
[ M ] = 0.436052025 0.385081593 0.143087414 0.222491598 0.716886060 0.060621486 0.013929122 0.097097002 0.714185470 .
Gamma function above, be used to carry out non-linear tone editor to image, object improves picture contrast.
XYZ converts Lab to
L =116f(Y/Y n)-16
a =500[f(X/X n)-f(Y-Y n)]
b =200[f(Y/Y n)-f(Z/Z n)]
f ( t ) = t 1 / 3 i f t > ( 6 29 ) 3 1 3 ( 29 6 ) 2 t + 4 29 o t h e r w i s e .
After RGB color space conversion becomes hsv color space, YCbCr color space and Lab color space, extract hsv color space, YCbCr color space and Lab color space average separately, variance, energy and contrast respectively, then by it series connection, obtain color feature vector, wherein, the computing formula of average, variance, ability and contrast is as follows respectively:
Mean value computation formula:
H ‾ = Σ i = 1 M Σ j = 1 M H i j / M N
Variance computing formula:
σ = Σ i = 1 M Σ j = 1 M ( H i j - H ‾ ) / M N
Energy balane formula:
E = Σ i = 1 M Σ j = 1 M H i j 2
Contrast computing formula:
I = Σ i = 1 M Σ j = 1 M ( i - j ) 2 H i j
H above in the middle of formula ijrepresent the pixel value at coordinate (i, j) place, the width of M and N difference representative image and height.
Repeat above-mentioned steps, then some color feature vectors are input in SVM classifier and carry out classification based training, obtain SVM classifier model and be stored in SVM classifier.SVM classifier utilizes the thought of class interval to carry out training, and it depends on the pre-service to data, that is, at the space expression raw mode of more higher-dimension, by the suitable Nonlinear Mapping to enough higher-dimension the raw data belonging to two classes respectively just can be separated by a lineoid.
Five, color classification differentiates and result output
Because SVM classifier has carried out sample learning and training before the use, therefore, after obtaining SVM classifier model, the color vector feature that subsequent extracted obtains, only need be entered in SVM classifier, just can carry out discriminant classification to this color feature vector, last Output rusults.
The present invention carries out analysis by a kind of method designing the pedestrian's of identification dress ornament color to the monitor video of existing oil gas field, power industry and judges, the whether correct dressing of staff in production operation region can be identified, and then effectively improve the production safety management level to these production operation regions.The present invention is compared to existing technology, obviously progressive, has outstanding substantive distinguishing features and significant progress.
Above-described embodiment is only the present invention's preferably one of implementation; should in order to not limit the scope of the invention; all changes of under body design thought of the present invention and spirit, technical solution of the present invention being made or polishing; or carry out substitute equivalents; its technical matters solved is in fact still consistent with the present invention, all should within protection scope of the present invention.

Claims (3)

1., based on pedestrian's dress ornament color identification method of Digital Image Processing, it is characterized in that, comprise the following steps:
(1) adopt HOG feature interpretation operator in conjunction with the pedestrian detection method collection pedestrian image of SVM classifier;
(2) adopt Sobel operator to detect pedestrian's edge contour shape, obtain image to be searched;
(3) make pedestrian contour shape template T according to the attitude that pedestrian is common, and the region that pedestrian contour shape template is corresponding to image to be searched is mated, obtain the upper part of the body and the lower part of the body image of pedestrian;
(4) seed filling method is adopted to carry out connected component labeling to the dress ornament color in pedestrian's upper part of the body and lower part of the body region respectively;
(5) color feature extracted is carried out to the color-connected regions obtained;
(6) according to the color characteristic extracted, utilize SVM classifier to carry out color classification differentiation, obtain pedestrian's dress ornament color, and export net result.
2. the pedestrian's dress ornament color identification method based on Digital Image Processing according to claim 1, it is characterized in that, in described step (3), the detailed process of pedestrian contour shape template T and images match to be searched is as follows:
(a) by pedestrian contour shape template T on image to be searched from left to right, translation gliding successively from top to bottom, obtain representing the subgraph S that template covers image-region to be searched i,j, wherein, i, j represent the coordinate of the upper left corner of subgraph in image to be searched;
B () utilizes the matching degree of following formula comparison pedestrian contour shape template and each subgraph:
001"/>
C () chooses the minimum value of D (i, j), the position (i, j) obtained is the position at pedestrian place in the picture, and the wide, high of pedestrian then equals the wide, high of pedestrian contour shape template T respectively.
3. the pedestrian's dress ornament color identification method based on Digital Image Processing according to claim 2, it is characterized in that, described step (5) comprises the following steps:
(5a) each color-connected regions of mark in step (4) is all transformed to hsv color space, YCbCr color space and Lab color space respectively from RGB color space;
(5b) extract hsv color space, YCbCr color space and Lab color space average separately, variance, energy and contrast respectively, then by it series connection, obtain color feature vector;
(5c) repeat step (5a), (5b), the color feature vector of some pedestrian's training samples is input in SVM classifier and carries out training study, obtain SVM classifier model; The color feature vector that subsequent extracted obtains, only need be fed through in SVM classifier and can be realized discriminant classification.
CN201510443292.0A 2015-07-24 2015-07-24 Pedestrian's dress ornament color identification method based on Digital Image Processing Active CN105069466B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510443292.0A CN105069466B (en) 2015-07-24 2015-07-24 Pedestrian's dress ornament color identification method based on Digital Image Processing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510443292.0A CN105069466B (en) 2015-07-24 2015-07-24 Pedestrian's dress ornament color identification method based on Digital Image Processing

Publications (2)

Publication Number Publication Date
CN105069466A true CN105069466A (en) 2015-11-18
CN105069466B CN105069466B (en) 2019-01-11

Family

ID=54498827

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510443292.0A Active CN105069466B (en) 2015-07-24 2015-07-24 Pedestrian's dress ornament color identification method based on Digital Image Processing

Country Status (1)

Country Link
CN (1) CN105069466B (en)

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105631413A (en) * 2015-12-23 2016-06-01 中通服公众信息产业股份有限公司 Cross-scene pedestrian searching method based on depth learning
CN106599781A (en) * 2016-11-08 2017-04-26 国网山东省电力公司威海供电公司 Electric power business hall dressing normalization identification method based on color and Hu moment matching
CN106844394A (en) * 2015-12-07 2017-06-13 北京航天长峰科技工业集团有限公司 Based on the video retrieval method that the upper and lower clothing color of pedestrian differentiates
WO2017177717A1 (en) * 2016-04-14 2017-10-19 广州视源电子科技股份有限公司 Element positioning method and system based on color and gradient
CN107358242A (en) * 2017-07-11 2017-11-17 浙江宇视科技有限公司 Target area color identification method, device and monitor terminal
CN107463544A (en) * 2016-06-06 2017-12-12 汇仕电子商务(上海)有限公司 Graph visualization collocation method
CN107766861A (en) * 2017-11-14 2018-03-06 深圳码隆科技有限公司 The recognition methods of character image clothing color, device and electronic equipment
CN107909580A (en) * 2017-11-01 2018-04-13 深圳市深网视界科技有限公司 A kind of pedestrian wears color identification method, electronic equipment and storage medium clothes
CN107918944A (en) * 2016-10-09 2018-04-17 北京奇虎科技有限公司 A kind of picture color fill method and device
CN108230297A (en) * 2017-11-30 2018-06-29 复旦大学 A kind of collocation of colour appraisal procedure replaced based on clothes
CN109145947A (en) * 2018-07-17 2019-01-04 昆明理工大学 A kind of Fashionable women dress image fine grit classification method based on component detection and visual signature
CN110263605A (en) * 2018-07-18 2019-09-20 桂林远望智能通信科技有限公司 Pedestrian's dress ornament color identification method and device based on two-dimension human body guise estimation
CN110298893A (en) * 2018-05-14 2019-10-01 桂林远望智能通信科技有限公司 A kind of pedestrian wears the generation method and device of color identification model clothes
CN110427808A (en) * 2019-06-21 2019-11-08 武汉倍特威视系统有限公司 Police uniform recognition methods based on video stream data
CN110555393A (en) * 2019-08-16 2019-12-10 北京慧辰资道资讯股份有限公司 method and device for analyzing pedestrian wearing characteristics from video data
CN111428748A (en) * 2020-02-20 2020-07-17 重庆大学 Infrared image insulator recognition and detection method based on HOG characteristics and SVM
CN111967455A (en) * 2020-10-23 2020-11-20 成都考拉悠然科技有限公司 Method for comprehensively judging specified dressing based on computer vision
CN113628287A (en) * 2021-08-16 2021-11-09 杭州知衣科技有限公司 Deep learning-based single-stage garment color recognition system and method
CN114401365A (en) * 2021-12-31 2022-04-26 广东省教育研究院 Target person identification method, video switching method and device
CN115309988A (en) * 2022-08-10 2022-11-08 武汉圣男品牌管理有限公司 Method, system and storage medium for matching webpage search content

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120201468A1 (en) * 2009-10-16 2012-08-09 Nec Corporation Person clothing feature extraction device, person search device, and processing method thereof
CN103745226A (en) * 2013-12-31 2014-04-23 国家电网公司 Dressing safety detection method for worker on working site of electric power facility
CN104504369A (en) * 2014-12-12 2015-04-08 无锡北邮感知技术产业研究院有限公司 Wearing condition detection method for safety helmets

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120201468A1 (en) * 2009-10-16 2012-08-09 Nec Corporation Person clothing feature extraction device, person search device, and processing method thereof
CN103745226A (en) * 2013-12-31 2014-04-23 国家电网公司 Dressing safety detection method for worker on working site of electric power facility
CN104504369A (en) * 2014-12-12 2015-04-08 无锡北邮感知技术产业研究院有限公司 Wearing condition detection method for safety helmets

Cited By (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106844394A (en) * 2015-12-07 2017-06-13 北京航天长峰科技工业集团有限公司 Based on the video retrieval method that the upper and lower clothing color of pedestrian differentiates
CN106844394B (en) * 2015-12-07 2021-09-10 北京航天长峰科技工业集团有限公司 Video retrieval method based on pedestrian clothes and shirt color discrimination
CN105631413A (en) * 2015-12-23 2016-06-01 中通服公众信息产业股份有限公司 Cross-scene pedestrian searching method based on depth learning
WO2017177717A1 (en) * 2016-04-14 2017-10-19 广州视源电子科技股份有限公司 Element positioning method and system based on color and gradient
CN107463544A (en) * 2016-06-06 2017-12-12 汇仕电子商务(上海)有限公司 Graph visualization collocation method
CN107918944A (en) * 2016-10-09 2018-04-17 北京奇虎科技有限公司 A kind of picture color fill method and device
CN106599781A (en) * 2016-11-08 2017-04-26 国网山东省电力公司威海供电公司 Electric power business hall dressing normalization identification method based on color and Hu moment matching
CN107358242B (en) * 2017-07-11 2020-09-01 浙江宇视科技有限公司 Target area color identification method and device and monitoring terminal
CN107358242A (en) * 2017-07-11 2017-11-17 浙江宇视科技有限公司 Target area color identification method, device and monitor terminal
CN107909580A (en) * 2017-11-01 2018-04-13 深圳市深网视界科技有限公司 A kind of pedestrian wears color identification method, electronic equipment and storage medium clothes
CN107766861A (en) * 2017-11-14 2018-03-06 深圳码隆科技有限公司 The recognition methods of character image clothing color, device and electronic equipment
WO2019096174A1 (en) * 2017-11-14 2019-05-23 深圳码隆科技有限公司 Method and apparatus for garment color identification of figure images, and electronic device
CN108230297B (en) * 2017-11-30 2020-05-12 复旦大学 Color collocation assessment method based on garment replacement
CN108230297A (en) * 2017-11-30 2018-06-29 复旦大学 A kind of collocation of colour appraisal procedure replaced based on clothes
CN110298893A (en) * 2018-05-14 2019-10-01 桂林远望智能通信科技有限公司 A kind of pedestrian wears the generation method and device of color identification model clothes
CN109145947A (en) * 2018-07-17 2019-01-04 昆明理工大学 A kind of Fashionable women dress image fine grit classification method based on component detection and visual signature
CN109145947B (en) * 2018-07-17 2022-04-12 昆明理工大学 Fashion women's dress image fine-grained classification method based on part detection and visual features
CN110263605A (en) * 2018-07-18 2019-09-20 桂林远望智能通信科技有限公司 Pedestrian's dress ornament color identification method and device based on two-dimension human body guise estimation
CN110427808A (en) * 2019-06-21 2019-11-08 武汉倍特威视系统有限公司 Police uniform recognition methods based on video stream data
CN110555393A (en) * 2019-08-16 2019-12-10 北京慧辰资道资讯股份有限公司 method and device for analyzing pedestrian wearing characteristics from video data
CN111428748A (en) * 2020-02-20 2020-07-17 重庆大学 Infrared image insulator recognition and detection method based on HOG characteristics and SVM
CN111967455A (en) * 2020-10-23 2020-11-20 成都考拉悠然科技有限公司 Method for comprehensively judging specified dressing based on computer vision
CN113628287A (en) * 2021-08-16 2021-11-09 杭州知衣科技有限公司 Deep learning-based single-stage garment color recognition system and method
CN114401365A (en) * 2021-12-31 2022-04-26 广东省教育研究院 Target person identification method, video switching method and device
CN114401365B (en) * 2021-12-31 2024-05-14 广东省教育研究院 Target person identification method, video switching method and device
CN115309988A (en) * 2022-08-10 2022-11-08 武汉圣男品牌管理有限公司 Method, system and storage medium for matching webpage search content

Also Published As

Publication number Publication date
CN105069466B (en) 2019-01-11

Similar Documents

Publication Publication Date Title
CN105069466A (en) Pedestrian clothing color identification method based on digital image processing
Greenhalgh et al. Recognizing text-based traffic signs
CN107610114B (en) optical satellite remote sensing image cloud and snow fog detection method based on support vector machine
Wang et al. Character location in scene images from digital camera
CN107424142B (en) Weld joint identification method based on image significance detection
CN109409355B (en) Novel transformer nameplate identification method and device
CN103473551A (en) Station logo recognition method and system based on SIFT operators
CN102147867B (en) Method for identifying traditional Chinese painting images and calligraphy images based on subject
CN107330397A (en) A kind of pedestrian's recognition methods again based on large-spacing relative distance metric learning
Bao et al. Object co-detection
CN106875546A (en) A kind of recognition methods of VAT invoice
CN107527054B (en) Automatic foreground extraction method based on multi-view fusion
CN106203539B (en) Method and device for identifying container number
CN104102904B (en) A kind of static gesture identification method
CN107563380A (en) A kind of vehicle license plate detection recognition method being combined based on MSER and SWT
CN104134071A (en) Deformable part model object detection method based on color description
CN102750540A (en) Morphological filtering enhancement-based maximally stable extremal region (MSER) video text detection method
CN102799859A (en) Method for identifying traffic sign
Yang et al. Real-time traffic sign detection via color probability model and integral channel features
Adam et al. Automatic road sign detecion and classification based on support vector machines and HOG descriptos
CN105139011A (en) Method and apparatus for identifying vehicle based on identification marker image
CN109284759A (en) One kind being based on the magic square color identification method of support vector machines (svm)
CN106203439A (en) The homing vector landing concept of unmanned plane based on mark multiple features fusion
CN110633635A (en) ROI-based traffic sign board real-time detection method and system
WO2011074014A2 (en) A system for lip corner detection using vision based approach

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant