Movatterモバイル変換


[0]ホーム

URL:


CN108596232A - A kind of insole automatic classification method based on shape and color characteristic - Google Patents

A kind of insole automatic classification method based on shape and color characteristic
Download PDF

Info

Publication number
CN108596232A
CN108596232ACN201810340045.1ACN201810340045ACN108596232ACN 108596232 ACN108596232 ACN 108596232ACN 201810340045 ACN201810340045 ACN 201810340045ACN 108596232 ACN108596232 ACN 108596232A
Authority
CN
China
Prior art keywords
insole
image
profile
foot
barycenter
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
CN201810340045.1A
Other languages
Chinese (zh)
Other versions
CN108596232B (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.)
Ruipo Intelligent Technology Co ltd
Original Assignee
Hangzhou Rui Smart 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 Hangzhou Rui Smart Technology Co LtdfiledCriticalHangzhou Rui Smart Technology Co Ltd
Priority to CN201810340045.1ApriorityCriticalpatent/CN108596232B/en
Publication of CN108596232ApublicationCriticalpatent/CN108596232A/en
Application grantedgrantedCritical
Publication of CN108596232BpublicationCriticalpatent/CN108596232B/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Classifications

Landscapes

Abstract

The invention discloses a kind of method that the insole based on shape and color characteristic is classified automatically, wherein off-line training includes the following steps:Piece image has multiple insoles, and first manual rectangle frame selects insole, then carries out medium filtering to image, then be transformed into hsv color space to RGB image, to V channel images into row threshold division, then carries out largest contours extraction to image after Threshold segmentation;To the area of largest contours, arc length, the length of minimum enclosed rectangle, the width of minimum enclosed rectangle, H channel image gray averages as feature;According to insole or so foot recognition methods, left and right SVM classifier is established respectively, and add class label, then carry out SVM training, and the file after training is preserved.This method identifies that not affected by environment, identification is stablized by machine vision using machine learning algorithm in data science for the structure of detection module and the detection of insole shape color, quickly, improves production efficiency, reduction manually reduces production cost.

Description

A kind of insole automatic classification method based on shape and color characteristic
Technical field
The present invention relates to machine vision and machine learning field, the present invention can be widely applied to insole manufacturing and processing enterpriseA kind of insole automatic classification method based on shape and color characteristic in industry on insole assembly line.
Background technology
In insole manufacturing enterprise, the insole come out from different molding presses proceeds on assembly line, and operative employee needs will notSame type insole carries out manual identified, manual sort, and then by same type, for example same shape and color beatPacket, this mode the degree of automation is low, and low production efficiency, especially for the assembly line of big flux, effect is undesirable.Machine visionWith identification stablize, quickly, it is untouchable the features such as, replace human eye to have bright prospects with vision, currently, be directed to insole it is specialProfit concentrates on health-care hospital, tracks suspect according to shoe sole print.And in production line, the automatic identification to insole and classificationPatent do not have.
Invention content
The purpose of the present invention is to provide one kind being used for production line, to the automatic identification and sorting technique of insole.
A method of the insole based on shape and color characteristic is classified automatically, it is characterised in that including:
(1), insole or so foot recognition methods, steps are as follows:
1. calculates third moment to the profile of input, profile barycenter (Xc, Yc) and main shaft slope are calculated, and calculate by matterHeart vertical major linear equation L1
2. puts calculating one by one to 1. middle input profile, judge a little in straight line L1Left side or right side;
3. calculates separately straight line L1Left and right side profile point area S1、S2And barycenter (X1,Y1) and barycenter (X2,Y2);
4. judges S1And S2Size, if S1More than S2, then S1For toe part, according to (X1,Y1) and (Xc, Yc)Position relationship obtains the rotation angle of needs, and profile is rotated around (Xc, Yc) in making 1, makes (X1,Y1) with (Xc, Yc) straight line in waterProsposition is set, and toe-cap is towards a left side;If S2More than S1, then S2For toe part, according to (X2,Y2) and (Xc, Yc) position relationship, it obtains and needsRotation angle, in making 1 profile around (Xc, Yc) rotate, make (X2,Y2) with (Xc, Yc) straight line in horizontal position, toe-cap is towards a left side;
5. obtain pivoting rear wheel exterior feature convex closure region with rotate rear region difference, difference region barycenter (Xres,Yres), if Yres is less than Yc, it is judged as left foot, if Yres is more than Yc, is judged as right crus of diaphragm.
(2), off-line training includes the following steps:
1. piece images have multiple insoles, first manual rectangle frame selects insole, then carries out medium filtering to image, then rightRGB image is transformed into hsv color space, to V channel images into row threshold division, then carries out most bull wheel to image after Threshold segmentationExterior feature extraction;
2. is to the area of largest contours, arc length, the length of minimum enclosed rectangle, the width of minimum enclosed rectangle, H channel imagesGray average is as feature;
3. establishes left and right SVM classifier, and add class label respectively according to insole or so foot recognition methods, then intoRow SVM training, and the file after training is preserved;
(3), online recognition includes the following steps:
1. after reads image, carrying out medium filtering to whole image, being then transformed into hsv color space to RGB imageIn, to V channel images into row threshold division, contours extract is carried out to the bianry image after segmentation, traverses every profile;
2. first judges contour area, threshold value, when area is smaller, table is arranged for the 1. middle profile extractedIt is shown as impurity, is given up;Then the area of extraction profile, arc length, the length of minimum enclosed rectangle, the width of minimum enclosed rectangle, the channels HGradation of image mean value is as feature;
3. is just classified with left foot SVM classifier according to insole or so foot recognition methods, if it is left foot, if it isRight crus of diaphragm is just classified with right crus of diaphragm SVM classifier;To obtain tag along sort, further insole is concluded to that belonging to itClass.
The method that the insole based on shape and color characteristic that the application proposes is classified automatically uses number by machine visionIt is identified for the structure of detection module and the detection of insole shape color according to machine learning algorithm in science, it is not affected by environment,Identification is stablized, and quickly, improves production efficiency, reduction manually reduces production cost.
Description of the drawings
The present invention will be further described in detail below with reference to the accompanying drawings and specific embodiments.
Fig. 1 is off-line training partial process view of the present invention;
Fig. 2 is insole of the present invention or so foot identification process figure;
Fig. 3 is online recognition partial process view of the present invention.
Specific implementation mode
With reference to specific embodiment, the present invention is furture elucidated, is only used for explaining invention, and should not be understood as to this hairBright limitation.
A method of the insole based on shape and color characteristic is classified automatically, including off-line training and online recognition, such asShown in Fig. 1, off-line training includes the following steps:
1. piece images have multiple insoles, first manual rectangle frame selects insole, then carries out medium filtering to image, then rightRGB image is transformed into hsv color space, to V channel images into row threshold division, then carries out most bull wheel to image after Threshold segmentationExterior feature extraction;
2. is to the area of largest contours, arc length, the length of minimum enclosed rectangle, the width of minimum enclosed rectangle, H channel imagesGray average is as feature;
3. establishes left and right SVM classifier, and add class label respectively according to insole or so foot recognition methods, then intoRow SVM training, and the file after training is preserved;
As shown in Fig. 2, steps are as follows for the recognition methods of insole or so foot:
1. calculates third moment to the profile of input, profile barycenter (Xc, Yc) and main shaft slope are calculated, and calculate by matterHeart vertical major linear equation L1
2. puts calculating one by one to 1. middle input profile, judge a little in straight line L1Left side or right side;
3. calculates separately straight line L1Left and right side profile point area S1、S2And barycenter (X1,Y1) and barycenter (X2,Y2);
4. judges S1And S2Size, if S1More than S2, then S1For toe part, according to (X1,Y1) and (Xc, Yc)Position relationship obtains the rotation angle of needs, and profile is rotated around (Xc, Yc) in making 1., makes (X1,Y1) with (Xc, Yc) straight line in waterProsposition is set, and toe-cap is towards a left side;If S2More than S1, then S2For toe part, according to (X2,Y2) and (Xc, Yc) position relationship, it obtains and needsRotation angle, make 1. in profile around (Xc, Yc) rotate, make (X2,Y2) with (Xc, Yc) straight line in horizontal position, toe-cap is towards a left side;
5. obtain pivoting rear wheel exterior feature convex closure region with rotate rear region difference, difference region barycenter (Xres,Yres), if Yres is less than Yc, it is judged as left foot, if Yres is more than Yc, is judged as right crus of diaphragm.
As shown in figure 3, online recognition, includes the following steps:
1. after reads image, carrying out medium filtering to whole image, being then transformed into hsv color space to RGB imageIn, to V channel images into row threshold division, contours extract is carried out to the bianry image after segmentation, traverses every profile;
2. first judges contour area, threshold value, when area is smaller, table is arranged for the 1. middle profile extractedIt is shown as impurity, is given up;Then the area of extraction profile, arc length, the length of minimum enclosed rectangle, the width of minimum enclosed rectangle, the channels HGradation of image mean value is as feature;
3. is just classified with left foot SVM classifier according to insole or so foot recognition methods, if it is left foot, if it isRight crus of diaphragm is just classified with right crus of diaphragm SVM classifier;To obtain tag along sort, further insole is concluded to that belonging to itClass.
The method that the insole of the application is classified automatically is used for by machine vision using machine learning algorithm in data scienceThe structure of detection module and the detection identification of insole shape color, not affected by environment, identification is stablized, and quickly, improves production effectRate reduces production cost.
The present invention is described by embodiment, but is not limited the invention, with reference to description of the invention, instituteOther variations of disclosed embodiment, are such as readily apparent that the professional person of this field, such variation should belong toWithin the scope of the claims in the present invention limit.

Claims (2)

CN201810340045.1A2018-04-162018-04-16Automatic insole classification method based on shape and color characteristicsActiveCN108596232B (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN201810340045.1ACN108596232B (en)2018-04-162018-04-16Automatic insole classification method based on shape and color characteristics

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN201810340045.1ACN108596232B (en)2018-04-162018-04-16Automatic insole classification method based on shape and color characteristics

Publications (2)

Publication NumberPublication Date
CN108596232Atrue CN108596232A (en)2018-09-28
CN108596232B CN108596232B (en)2022-03-08

Family

ID=63622817

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN201810340045.1AActiveCN108596232B (en)2018-04-162018-04-16Automatic insole classification method based on shape and color characteristics

Country Status (1)

CountryLink
CN (1)CN108596232B (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN109816675A (en)*2018-12-282019-05-28歌尔股份有限公司 Object detection method, detection device and storage medium
CN111062392A (en)*2019-11-072020-04-24上海大学 A classification method of shoe sole size based on machine vision
CN111291723A (en)*2020-03-112020-06-16吉林农业大学 A method for identifying wild edible mushrooms based on machine vision
CN111420301A (en)*2019-01-102020-07-17中国科学院沈阳自动化研究所 Robotized localization and tracking system of body surface lesions
CN112434581A (en)*2020-11-142021-03-02武汉中海庭数据技术有限公司Outdoor target color identification method and system, electronic device and storage medium
CN112964183A (en)*2021-03-122021-06-15四川旭虹光电科技有限公司Arc height measuring method
CN113255565A (en)*2021-06-112021-08-13知守科技(杭州)有限公司Adaptive shoe type recognition method, device, system, electronic device and storage medium
WO2023111673A1 (en)*2021-12-172023-06-22Sensetime International Pte. Ltd.Method and apparatus for identifying game area type, electronic device and storage medium
CN117274369A (en)*2023-09-202023-12-22知守科技(杭州)有限公司Left foot and right foot identification method based on sole rubber line outline

Citations (17)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN2674905Y (en)*2004-01-092005-02-02李政Children's shoes convenient for identifying left and right ones
US20080285860A1 (en)*2007-05-072008-11-20The Penn State Research FoundationStudying aesthetics in photographic images using a computational approach
CN101447029A (en)*2008-12-112009-06-03赵怀志Method for automatically indentifying structures in front of roads
RU2414831C1 (en)*2010-04-152011-03-27Государственное образовательное учреждение высшего профессионального образования Московский государственный университет дизайна и технологии (МГУДТ)Insert inner sole for children's prophylactic shoes
KR20110086990A (en)*2010-01-252011-08-02금오공과대학교 산학협력단 How to determine your color laser printer
CN102564593A (en)*2011-12-302012-07-11河海大学常州校区Plant growth condition monitoring system based on compute vision and internet of things
CN202618508U (en)*2012-05-042012-12-26唐宇宏Pattern-combination insoles
CN102902957A (en)*2012-09-052013-01-30佳都新太科技股份有限公司Video-stream-based automatic license plate recognition method
CN103177259A (en)*2013-04-112013-06-26中国科学院深圳先进技术研究院Color block identification method and device
US20140075787A1 (en)*2012-09-182014-03-20Juan CartagenaDetachable sole for athletic shoe
US20150150457A1 (en)*2013-12-032015-06-04Children's National Medical CenterMethod and system for wound assessment and management
CN105445277A (en)*2015-11-122016-03-30湖北工业大学Visual and intelligent detection method for surface quality of FPC (Flexible Printed Circuit)
CN105455304A (en)*2016-01-042016-04-06青岛丫丫宝贝智能科技有限公司Intelligent insole system
CN105976365A (en)*2016-04-282016-09-28天津大学Nocturnal fire disaster video detection method
CN107048570A (en)*2017-04-122017-08-18佛山市量脑科技有限公司A kind of data analysis processing method of Intelligent insole
CN107296327A (en)*2017-05-192017-10-27广州体育学院A kind of preparation method of the functional innersole special as tennis
CN111329484A (en)*2020-02-242020-06-26华南理工大学 Diabetic foot risk warning device based on temporal and spatial characteristics of plantar pressure information

Patent Citations (17)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN2674905Y (en)*2004-01-092005-02-02李政Children's shoes convenient for identifying left and right ones
US20080285860A1 (en)*2007-05-072008-11-20The Penn State Research FoundationStudying aesthetics in photographic images using a computational approach
CN101447029A (en)*2008-12-112009-06-03赵怀志Method for automatically indentifying structures in front of roads
KR20110086990A (en)*2010-01-252011-08-02금오공과대학교 산학협력단 How to determine your color laser printer
RU2414831C1 (en)*2010-04-152011-03-27Государственное образовательное учреждение высшего профессионального образования Московский государственный университет дизайна и технологии (МГУДТ)Insert inner sole for children's prophylactic shoes
CN102564593A (en)*2011-12-302012-07-11河海大学常州校区Plant growth condition monitoring system based on compute vision and internet of things
CN202618508U (en)*2012-05-042012-12-26唐宇宏Pattern-combination insoles
CN102902957A (en)*2012-09-052013-01-30佳都新太科技股份有限公司Video-stream-based automatic license plate recognition method
US20140075787A1 (en)*2012-09-182014-03-20Juan CartagenaDetachable sole for athletic shoe
CN103177259A (en)*2013-04-112013-06-26中国科学院深圳先进技术研究院Color block identification method and device
US20150150457A1 (en)*2013-12-032015-06-04Children's National Medical CenterMethod and system for wound assessment and management
CN105445277A (en)*2015-11-122016-03-30湖北工业大学Visual and intelligent detection method for surface quality of FPC (Flexible Printed Circuit)
CN105455304A (en)*2016-01-042016-04-06青岛丫丫宝贝智能科技有限公司Intelligent insole system
CN105976365A (en)*2016-04-282016-09-28天津大学Nocturnal fire disaster video detection method
CN107048570A (en)*2017-04-122017-08-18佛山市量脑科技有限公司A kind of data analysis processing method of Intelligent insole
CN107296327A (en)*2017-05-192017-10-27广州体育学院A kind of preparation method of the functional innersole special as tennis
CN111329484A (en)*2020-02-242020-06-26华南理工大学 Diabetic foot risk warning device based on temporal and spatial characteristics of plantar pressure information

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
强家辉等: ""基于足底压 力 的人体姿态检测和行为分析方法"", 《测控技术》*

Cited By (12)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN109816675A (en)*2018-12-282019-05-28歌尔股份有限公司 Object detection method, detection device and storage medium
US11295467B2 (en)2018-12-282022-04-05Goertek Inc.Object detection method, object detection device and storage medium
CN111420301A (en)*2019-01-102020-07-17中国科学院沈阳自动化研究所 Robotized localization and tracking system of body surface lesions
CN111062392A (en)*2019-11-072020-04-24上海大学 A classification method of shoe sole size based on machine vision
CN111062392B (en)*2019-11-072023-05-23上海大学Sole size classification method based on machine vision
CN111291723A (en)*2020-03-112020-06-16吉林农业大学 A method for identifying wild edible mushrooms based on machine vision
CN112434581A (en)*2020-11-142021-03-02武汉中海庭数据技术有限公司Outdoor target color identification method and system, electronic device and storage medium
CN112964183A (en)*2021-03-122021-06-15四川旭虹光电科技有限公司Arc height measuring method
CN112964183B (en)*2021-03-122022-04-12四川涪盛科技有限公司Arc height measuring method
CN113255565A (en)*2021-06-112021-08-13知守科技(杭州)有限公司Adaptive shoe type recognition method, device, system, electronic device and storage medium
WO2023111673A1 (en)*2021-12-172023-06-22Sensetime International Pte. Ltd.Method and apparatus for identifying game area type, electronic device and storage medium
CN117274369A (en)*2023-09-202023-12-22知守科技(杭州)有限公司Left foot and right foot identification method based on sole rubber line outline

Also Published As

Publication numberPublication date
CN108596232B (en)2022-03-08

Similar Documents

PublicationPublication DateTitle
CN108596232A (en)A kind of insole automatic classification method based on shape and color characteristic
CN109785316B (en) A method for detecting apparent defects on a chip
CN104598908B (en)A kind of crops leaf diseases recognition methods
US8638993B2 (en)Segmenting human hairs and faces
US20110274314A1 (en)Real-time clothing recognition in surveillance videos
CN105447503B (en)Pedestrian detection method based on rarefaction representation LBP and HOG fusion
CN109087254B (en)Unmanned aerial vehicle aerial image haze sky and white area self-adaptive processing method
CN102214355A (en)Cutout method of clothing display material
CN104794693B (en)A kind of portrait optimization method of face key area automatic detection masking-out
CN100354875C (en)Red eye moving method based on human face detection
CN108197534A (en)A kind of head part's attitude detecting method, electronic equipment and storage medium
CN106127735B (en)A kind of facilities vegetable edge clear class blade face scab dividing method and device
CN107729812A (en)A kind of vehicle color suitable for monitoring scene knows method for distinguishing
CN112528939A (en)Quality evaluation method and device for face image
CN114708325A (en)Method for quickly positioning rubber production problem based on rubber blooming defect
CN107247934A (en)A kind of round-the-clock yawn detection method and system based on swift nature point location
CN117197064B (en) A contactless automatic analysis method for red eye degree
CN116934787A (en)Image processing method based on edge detection
CN109543518A (en)A kind of human face precise recognition method based on integral projection
CN110334631B (en) A Sitting Posture Detection Method Based on Face Detection and Binary Operation
CN108345867A (en)Gesture identification method towards Intelligent household scene
Do et al.Skin color detection through estimation and conversion of illuminant color under various illuminations
CN112258545A (en) An online background processing system and online background processing method for tobacco leaf images
CN119887758B (en) A method, terminal and storage medium for detecting weak feature surface defects based on gray-level co-occurrence matrix
CN111160180A (en)Night green apple identification method of apple picking robot

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
GR01Patent grant
GR01Patent grant
CP03Change of name, title or address

Address after:321100 4th floor, building 10, Xingzhi village, Shanghua street, Lanxi City, Hangzhou City, Zhejiang Province

Patentee after:Ruipo Intelligent Technology Co.,Ltd.

Address before:310000 room 208a, building 2, zone 1, No. 1, cangxing Road, Cangqian street, Yuhang District, Hangzhou, Zhejiang Province

Patentee before:HANGZHOU RELAPER INTELLIGENT TECHNOLOGY CO.,LTD.

CP03Change of name, title or address

[8]ページ先頭

©2009-2025 Movatter.jp