CN102999757A - Leading line extracting method - Google Patents

Leading line extracting method Download PDF

Info

Publication number
CN102999757A
CN102999757A CN2012104519920A CN201210451992A CN102999757A CN 102999757 A CN102999757 A CN 102999757A CN 2012104519920 A CN2012104519920 A CN 2012104519920A CN 201210451992 A CN201210451992 A CN 201210451992A CN 102999757 A CN102999757 A CN 102999757A
Authority
CN
China
Prior art keywords
image
line
straight line
leading line
fitting
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
CN2012104519920A
Other languages
Chinese (zh)
Other versions
CN102999757B (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.)
China Agricultural University
Original Assignee
China Agricultural University
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 China Agricultural University filed Critical China Agricultural University
Priority to CN201210451992.0A priority Critical patent/CN102999757B/en
Publication of CN102999757A publication Critical patent/CN102999757A/en
Application granted granted Critical
Publication of CN102999757B publication Critical patent/CN102999757B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Abstract

The invention provides a leading line extracting method. The leading line extracting method includes the steps of S1, acquiring a crop image to allow a certain row of crops in the image to be located in the middle of the image, and according to the acquired image, allowing the row of crops to be located in the image in a certain range; S2, acquiring a binary image after the image is divided; S3, acquiring a feature point image according to the binary image; S4, performing least squares fit to part of the feature point image to obtain a primary fit straight line; S5, according to the primary fit straight line, generating two parallel straight lines forming an elongated area, and calculating the number of feature points in the elongated area; and S6, regulating the elongated area in certain area and calculating the number of feature points in the adjusted elongated area, wherein a straight line corresponding to the elongated area with maximum feature points is a required leading line. By the use of the leading line extracting method, speed and reliability of extracting the leading line can be increased well, and the leading line extracting method has the advantages that the method is simple, reliable, well real-time and the like.

Description

Leading line extraction method
Technical field
The invention belongs to technical field of image processing, relate in particular to a kind of leading line extraction method.
Background technology
In recent years, has the development of supermatic agricultural machinery and more intelligentized agricultural robot rapidly, its navigation parts are because effect is crucial, technical difficulty is larger, it is the focus of research always, the navigation parts divide by kind the modes such as GPS navigation, inertial navigation and machine vision navigation, wherein the latter, has obtained more widely and has used along with the fast development of electronic technology owing to have the advantages such as the acquisition of signal scope is wide, information completely.
Use machine vision to carry out robotization agricultural machinery or agricultural robot independent navigation, it is early stage to start from the eighties in 20th century, and relatively cheap reliable ccd image sensor began to occur at that time.Along with the continuous progress of the correlation techniques such as computing machine, microelectronics, some complicated images are processed and analytical algorithm can realize smoothly, so that the research of navigation of agricultural robot technology develops rapidly.
In the natural scene of farmland complexity, image segmentation often becomes very difficult because of the puzzlement of the noises such as illumination, shade, can't obtain comparatively satisfied, stable image segmentation.Period crops early in the farmland, plant is relatively short and small, and is neat by the row plantation, row with go between substantially parallel.Simultaneously, it is green that crops generally are, and crop row presents rectilinear form or small curve curve on the whole, and crop row is continuous, and the navigation characteristic that detects can not undergone mutation every interior in the short time, and people usually extract crop row in the image as leading line.
The researchist has proposed various crop row straight line extracting method both at home and abroad, and least square method and Hough transformation (Hough Transform) are detection of straight lines two kinds of methods commonly used.Although least square method can the rapid extraction straight line, responsive to picture noise, when image in the more situation of weeds, can not extract exactly leading line, and, in the time of the multirow crop, be difficult to directly use least square method and carry out fitting a straight line.The Hough conversion is based on the duality principle of point-line, although the algorithm robustness is better, maximum shortcoming is exactly that the time complexity of algorithm is larger, is difficult to the higher farmland operation environment of requirement of real time.Therefore, seeking a kind of effective line detection algorithm and obtain the datum line that navigates, is the key that realizes vision guided navigation.
Summary of the invention
The technical matters that (one) will solve
The purpose of this invention is to provide a kind of leading line rapid extracting method, solve leading line and extract the poor and unsettled problem of algorithm of real-time.
(2) technical scheme
In order to address the above problem, the present invention proposes a kind of leading line extraction method in conjunction with the method for unique point number in least square method and the calculating specific region.Particularly, the invention provides a kind of leading line extraction method, comprise step: S1, gather the crop map picture, make that a certain row crop is positioned at the image centre position in the image, and so that this row crop certain limit is arranged in image; S2, try to achieve bianry image behind the image segmentation according to the image that collects; S3, try to achieve the unique point image according to described bianry image; S4, the Partial Feature dot image is carried out least square fitting, obtain first fitting a straight line; S5, according to described first fitting a straight line, generate two parallel lines, consist of a bar-shaped zone, the feature in the zoning is counted; S6, adjust bar-shaped zone within the specific limits, and the feature of calculating in the bar-shaped zone after adjusting counts, the feature corresponding straight line of maximum bar-shaped zones of counting is required leading line.
Preferably, certain limit is more than 3 meters among the described step S1.
Preferably, described step S2 comprises: the described image that collects is equally divided into left, center, right three parts in the horizontal direction, the pixel value of left and right half is converted to 0, for center section, carry out following conversion: with described center section image in rgb color space, G passage pixel value and R passage pixel value are subtracted each other, obtain each pixel G-R value of chromatism, if certain pixel G-R<0, its gray-scale value is made as 255, be expressed as white, otherwise gray-scale value is made as 0, is expressed as black.
Preferably, described step S3 comprises: bianry image is equally divided into left, center, right three parts, in described bianry image mid range, in the horizontal direction image is lined by line scan, when for the first time to scan gray-scale value be 255 pixel, think that namely it is an end points of certain white line segment, continue scanning, when to run into next gray-scale value be 0 pixel, its previous gray-scale value is another end points that 255 pixel is this white line segment, according to two end points, obtain line segment length, if line segment length less than 10 pixels, is converted to 0 with all pixel values on the line segment, if line segment length is more than or equal to 10 pixels, it is constant that pixel in the middle of this line segment is remained 255 gray-scale values, and rest of pixels is converted to 0, according to this mode, remaining white line segment in the image is carried out identical conversion, obtain comprising the unique point image of series of features point.
Preferably, the described direction that image is lined by line scan is for from left to right.
Preferably, described step S4 comprises: described unique point image is equally divided into up and down two parts in vertical direction, the unique point in the latter half image is carried out least square fitting, obtain first fitting a straight line.
Preferably, described step S5 comprises: take the slope of described first fitting a straight line as slope, the crop row width that deducts half take the intercept of first fitting a straight line is as intercept, obtain straight line, take the slope of described first fitting a straight line as slope, the crop row width that adds half take the intercept of first fitting a straight line obtains other straight line as intercept, and described two straight lines have formed a bar-shaped zone in image.
Preferably, described step S6 comprises: slope range for ± 0.1, the intercept scope is in ± 10 the scope, adjusts two straight lines that consist of bar-shaped zone, calculate each feature of adjusting in the bar-shaped zone that consists of and count.
Preferably, described leading line extraction method is leading line rapid extracting method between corn field.
(3) beneficial effect
Leading line extraction method provided by the invention can improve extraction rate and the reliability of leading line preferably, has the advantages such as simple, reliable, that real-time is good.
Description of drawings
Further describe the present invention with reference to the accompanying drawings and in conjunction with example.Wherein:
Fig. 1 is the leading line extraction method process flow diagram according to the embodiment of the invention;
Fig. 2 is the image synoptic diagram that collects according to the embodiment of the invention;
Fig. 3 is the synoptic diagram of the bianry image that generates behind the image segmentation according to the embodiment of the invention;
Fig. 4 is the synoptic diagram according to the unique point image of the embodiment of the invention;
Fig. 5 is the synoptic diagram according to the first fitting a straight line of the embodiment of the invention;
Fig. 6 is the synoptic diagram that extracts according to the bar-shaped zone leading line of the embodiment of the invention.
Embodiment
Below in conjunction with drawings and Examples, the specific embodiment of the present invention is described in further detail.Following examples are used for explanation the present invention, but are not used for limiting the scope of the invention.
Embodiments of the invention are selected to look like as example take corn map, but the invention is not restricted to corn, can also be other various crops.The corn field leading line extraction method that present embodiment provides mainly is under field conditions (factors), realizes the rapid extraction to the corn field leading line.
Fig. 1 is the leading line extraction method process flow diagram according to the embodiment of the invention, and the method comprising the steps of:
S1, gather the crop map picture, make that a certain row crop is positioned at the image centre position in the image, and guarantee that this row crop certain limit (for example more than 3 meters) is arranged in image;
As shown in Figure 1, by adjusting height and the angle of camera, make that a certain row crop is positioned at the image centre position in the image, and guarantee that the corn in the image reaches more than 3 meters in actual field.
S2, try to achieve bianry image behind the image segmentation according to the described image that collects;
Fig. 3 is that the embodiment of the invention is carried out the bianry image that generates behind the image segmentation by the image that collects among Fig. 2, this step can be specially: the described image that collects is equally divided into left, center, right three parts in the horizontal direction, pixel value to left and right half is converted to 0, for center section, carry out following conversion: the image that generally collects all is in rgb color space, corresponding one group of RGB(is red for each pixel in the described image that collects, green, blue) value, with described center section image in rgb color space, G passage pixel value and R passage pixel value are subtracted each other, namely utilize the G-R operator to cut apart, obtain each pixel G-R value of chromatism, if certain pixel G-R<0, be 255(white with its gray-scale value), otherwise gray-scale value is 0(black).
S3, try to achieve the unique point image according to described bianry image;
Bianry image shown in Fig. 3, white portion (gray-scale value is 255) is corn, black part (gray-scale value is 0) is background, white portion shows as the line segment that is uneven in length in every delegation, the mid point that extracts all white line segments is unique point, concrete grammar is: bianry image is equally divided into left, center, right three parts, in described bianry image mid range, in the horizontal direction to line by line from left to right scanning of image, when for the first time to scan gray-scale value be 255 pixel, think that namely it is an end points of certain white line segment, continue scanning to the right, when to run into next gray-scale value be 0 pixel, its previous gray-scale value is another end points that 255 pixel is this white line segment, according to two end points, obtains line segment length, if line segment length less than 10 pixels, is converted to 0 with all pixel values on the line segment; If line segment length is more than or equal to 10 pixels, it is constant that the pixel in the middle of this line segment is remained 255 gray-scale values, and rest of pixels is converted to 0; The like, remaining white line segment in the image is carried out identical conversion, obtain comprising the unique point image of series of features point, as shown in Figure 4.
S4, the Partial Feature dot image is carried out least square fitting, obtain first fitting a straight line;
This step specifically can comprise: the unique point image is equally divided into upper and lower two parts in vertical direction, the unique point of the latter half from crop, can directly carry out least square fitting.Utilize least square method that the unique point of the latter half is carried out fitting a straight line, obtain the first fitting a straight line among Fig. 5.
S5, according to described first fitting a straight line, generate two parallel lines, consist of a bar-shaped zone, the feature in the zoning is counted;
The capable width in image of corn broadens from top to bottom gradually, take the width at image middle part as the crop row width.The slope of first fitting a straight line is as slope in described Fig. 5, and the crop row width that deducts half take the intercept of first fitting a straight line obtains straight line (such as the left side straight line among Fig. 5) as intercept; Take the slope of described first fitting a straight line as slope, the crop row width that adds half take the intercept of first fitting a straight line is as intercept, obtain other straight line (such as the right side straight line among Fig. 5), described two straight lines have formed a bar-shaped zone (such as the zone between the left side among Fig. 5 and the right side straight line) in image.
S6, adjust bar-shaped zone within the specific limits, the feature of calculating successively in the bar-shaped zone after adjusting is counted, and the feature corresponding straight line of maximum bar-shaped zones of counting is required leading line.
Adjust within the specific limits slope and the intercept of two straight lines of described formation bar-shaped zone, for example, slope range is ± 0.1, the intercept scope is ± 10, corresponding bar-shaped zone can change thereupon, calculate respectively after each the adjustment feature in the bar-shaped zone and count, when feature is counted maximum, with two straight line parallels that consist of bar-shaped zone, be in the middle straight line (such as the middle straight line among Fig. 6) of bar-shaped zone, be required leading line.
Description of the invention provides for example with for the purpose of describing, and is not exhaustively or limit the invention to disclosed form.Many modifications and variations are obvious for the ordinary skill in the art.Selecting and describing embodiment is for better explanation principle of the present invention and practical application, thereby and makes those of ordinary skill in the art can understand the various embodiment with various modifications that the present invention's design is suitable for special-purpose.

Claims (9)

1. a leading line extraction method is characterized in that, comprises step:
S1, gather the crop map picture, make that a certain row crop is positioned at the image centre position in the image, and so that this row crop certain limit is arranged in image;
S2, try to achieve bianry image behind the image segmentation according to the image that collects;
S3, try to achieve the unique point image according to described bianry image;
S4, the Partial Feature dot image is carried out least square fitting, obtain first fitting a straight line;
S5, according to described first fitting a straight line, generate two parallel lines, consist of a bar-shaped zone, the feature in the zoning is counted;
S6, adjust bar-shaped zone within the specific limits, and the feature of calculating in the bar-shaped zone after adjusting counts, the feature corresponding straight line of maximum bar-shaped zones of counting is required leading line.
2. leading line extraction method as claimed in claim 1 is characterized in that:
Certain limit is more than 3 meters among the described step S1.
3. leading line extraction method as claimed in claim 1 is characterized in that:
Described step S2 comprises: the described image that collects is equally divided into left, center, right three parts in the horizontal direction, pixel value to left and right half is converted to 0, for center section, carry out following conversion: described center section image in rgb color space, is subtracted each other G passage pixel value and R passage pixel value, obtain each pixel G-R value of chromatism, if certain pixel G-R<0 is made as 255 with its gray-scale value, be expressed as white, otherwise gray-scale value is made as 0, is expressed as black.
4. leading line extraction method as claimed in claim 1 is characterized in that:
Described step S3 comprises: bianry image is equally divided into left, center, right three parts, in described bianry image mid range, in the horizontal direction image is lined by line scan, when for the first time to scan gray-scale value be 255 pixel, think that namely it is an end points of certain white line segment, continue scanning, when to run into next gray-scale value be 0 pixel, its previous gray-scale value is another end points that 255 pixel is this white line segment, according to two end points, obtains line segment length, if line segment length is less than 10 pixels, all pixel values on the line segment are converted to 0, if line segment length more than or equal to 10 pixels, it is constant that the pixel in the middle of this line segment is remained 255 gray-scale values, rest of pixels is converted to 0, mode is carried out identical conversion with remaining white line segment in the image according to this, obtains comprising the unique point image of series of features point.
5. leading line extraction method as claimed in claim 4 is characterized in that:
The described direction that image is lined by line scan is for from left to right.
6. leading line extraction method as claimed in claim 1 is characterized in that:
Described step S4 comprises: described unique point image is equally divided into up and down two parts in vertical direction, the unique point in the latter half image is carried out least square fitting, obtain first fitting a straight line.
7. leading line extraction method as claimed in claim 1 is characterized in that:
Described step S5 comprises: take the slope of described first fitting a straight line as slope, the crop row width that deducts half take the intercept of first fitting a straight line is as intercept, obtain straight line, take the slope of described first fitting a straight line as slope, the crop row width that adds half take the intercept of first fitting a straight line is as intercept, obtain other straight line, described two straight lines have formed a bar-shaped zone in image.
8. leading line extraction method as claimed in claim 1 is characterized in that:
Described step S6 comprises: slope range for ± 0.1, the intercept scope is in ± 10 the scope, adjusts two straight lines that consist of bar-shaped zone, calculate each feature of adjusting in the bar-shaped zone that consists of and count.
9. such as the described leading line extraction method of one of claim 1 ~ 8, it is characterized in that:
Described leading line extraction method is leading line rapid extracting method between corn field.
CN201210451992.0A 2012-11-12 2012-11-12 Leading line extraction method Expired - Fee Related CN102999757B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210451992.0A CN102999757B (en) 2012-11-12 2012-11-12 Leading line extraction method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210451992.0A CN102999757B (en) 2012-11-12 2012-11-12 Leading line extraction method

Publications (2)

Publication Number Publication Date
CN102999757A true CN102999757A (en) 2013-03-27
CN102999757B CN102999757B (en) 2015-08-12

Family

ID=47928306

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210451992.0A Expired - Fee Related CN102999757B (en) 2012-11-12 2012-11-12 Leading line extraction method

Country Status (1)

Country Link
CN (1) CN102999757B (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103488991A (en) * 2013-09-30 2014-01-01 中国农业大学 Method for extracting leading line of farmland weeding machine
CN104616014A (en) * 2014-12-15 2015-05-13 广西科技大学 Method for extracting field curve guidance directrix based on morphological operation
CN105910639A (en) * 2016-04-01 2016-08-31 南京泰司空间信息科技有限公司 Route segmentation method based on turning points and system
CN106249742A (en) * 2016-09-28 2016-12-21 济南大学 The method and system that robot ridge row identification guides are realized based on laser radar detection
CN106250900A (en) * 2016-08-24 2016-12-21 广西科技大学 The method carrying out field leading line characteristic point Gross Error Detection based on different fitting a straight lines
CN106447742A (en) * 2016-08-24 2017-02-22 广西科技大学 Field navigation line extraction method based on multiple characteristic point selection
CN106909881A (en) * 2017-01-16 2017-06-30 中国农业大学 The method and system of corn breeding base ridge number are extracted based on unmanned aerial vehicle remote sensing images
CN108133471A (en) * 2016-11-30 2018-06-08 天津职业技术师范大学 Agriculture Mobile Robot guidance path extracting method and device based on artificial bee colony algorithm under the conditions of a kind of natural lighting
CN109753054A (en) * 2017-11-03 2019-05-14 财团法人资讯工业策进会 Unmanned self-propelled vehicle and its control method
CN112395984A (en) * 2020-11-18 2021-02-23 河南科技大学 Method for detecting seedling guide line of unmanned agricultural machine
CN113111892A (en) * 2021-05-12 2021-07-13 中国科学院地理科学与资源研究所 Crop planting row extraction method based on unmanned aerial vehicle image
WO2022047830A1 (en) * 2020-09-04 2022-03-10 浙江大学 Method for detecting field navigation line after ridge closing of crops

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080215167A1 (en) * 2006-07-27 2008-09-04 Beck James F Feed delivery system for enhancing ruminant animal nutrition
CN101794391A (en) * 2010-03-18 2010-08-04 中国农业大学 Greenhouse environment leading line extraction method
CN101807252A (en) * 2010-03-24 2010-08-18 中国农业大学 Crop row center line extraction method and system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080215167A1 (en) * 2006-07-27 2008-09-04 Beck James F Feed delivery system for enhancing ruminant animal nutrition
CN101794391A (en) * 2010-03-18 2010-08-04 中国农业大学 Greenhouse environment leading line extraction method
CN101807252A (en) * 2010-03-24 2010-08-18 中国农业大学 Crop row center line extraction method and system

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
冯娟,刘刚,司永胜,王圣伟,何蓓,任雯: "果园视觉导航基准线生成算法", 《农业机械学报》 *
司永胜,姜国权,刘刚,高瑞,刘兆详: "基于最小二乘法的早期作物行中心线检测方法", 《农业机械学报》 *
左森 等: "一种导航线快速检测算法", 《计算机工程》 *

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103488991B (en) * 2013-09-30 2016-08-24 中国农业大学 A kind of leading line extraction method for crop field weed control equipment
CN103488991A (en) * 2013-09-30 2014-01-01 中国农业大学 Method for extracting leading line of farmland weeding machine
CN104616014A (en) * 2014-12-15 2015-05-13 广西科技大学 Method for extracting field curve guidance directrix based on morphological operation
CN105910639B (en) * 2016-04-01 2017-12-26 征图三维(北京)激光技术有限公司 A kind of course line dividing method and system based on flex point
CN105910639A (en) * 2016-04-01 2016-08-31 南京泰司空间信息科技有限公司 Route segmentation method based on turning points and system
CN106250900A (en) * 2016-08-24 2016-12-21 广西科技大学 The method carrying out field leading line characteristic point Gross Error Detection based on different fitting a straight lines
CN106447742A (en) * 2016-08-24 2017-02-22 广西科技大学 Field navigation line extraction method based on multiple characteristic point selection
CN106249742A (en) * 2016-09-28 2016-12-21 济南大学 The method and system that robot ridge row identification guides are realized based on laser radar detection
CN108133471A (en) * 2016-11-30 2018-06-08 天津职业技术师范大学 Agriculture Mobile Robot guidance path extracting method and device based on artificial bee colony algorithm under the conditions of a kind of natural lighting
CN108133471B (en) * 2016-11-30 2021-09-17 天津职业技术师范大学 Robot navigation path extraction method and device based on artificial bee colony algorithm
CN106909881A (en) * 2017-01-16 2017-06-30 中国农业大学 The method and system of corn breeding base ridge number are extracted based on unmanned aerial vehicle remote sensing images
CN109753054A (en) * 2017-11-03 2019-05-14 财团法人资讯工业策进会 Unmanned self-propelled vehicle and its control method
WO2022047830A1 (en) * 2020-09-04 2022-03-10 浙江大学 Method for detecting field navigation line after ridge closing of crops
US11676376B2 (en) 2020-09-04 2023-06-13 Zhejiang University Method for detecting field navigation line after ridge sealing of crops
CN112395984A (en) * 2020-11-18 2021-02-23 河南科技大学 Method for detecting seedling guide line of unmanned agricultural machine
CN112395984B (en) * 2020-11-18 2022-09-16 河南科技大学 Method for detecting seedling guide line of unmanned agricultural machine
CN113111892A (en) * 2021-05-12 2021-07-13 中国科学院地理科学与资源研究所 Crop planting row extraction method based on unmanned aerial vehicle image

Also Published As

Publication number Publication date
CN102999757B (en) 2015-08-12

Similar Documents

Publication Publication Date Title
CN102999757B (en) Leading line extraction method
CN103530606B (en) A kind of farm machinery navigation path extraction method under weeds environment
CN103336966B (en) A kind of weed images discrimination method being applied to agricultural intelligent machine
CN110243372A (en) Intelligent agricultural machinery navigation system and method based on machine vision
CN101750051A (en) Visual navigation based multi-crop row detection method
CN107705288A (en) Hazardous gas spillage infrared video detection method under pseudo- target fast-moving strong interferers
CN103914836B (en) Farmland machinery guidance line drawing algorithm based on machine vision
CN105574905B (en) A kind of two dimensional image expression method of three-dimensional laser point cloud data
CN103646249A (en) Greenhouse intelligent mobile robot vision navigation path identification method
CN107066952A (en) A kind of method for detecting lane lines
CN104867158B (en) Indoor above water craft Precise Position System and method based on monocular vision
CN108133471B (en) Robot navigation path extraction method and device based on artificial bee colony algorithm
CN103164695A (en) Fruit identification method based on multi-source image information fusion
CN102592288A (en) Method for matching pursuit of pedestrian target under illumination environment change condition
CN103488991A (en) Method for extracting leading line of farmland weeding machine
CN104112118B (en) Method for detecting lane lines for Lane Departure Warning System
CN109800619A (en) Maturity period citrusfruit image-recognizing method
CN102194233B (en) Method for extracting leading line in orchard
CN102855627B (en) City remote sensing image shadow detection method based on spectral characteristic and topological relation
CN102750584A (en) On-corncob corn niblet counting method
CN109949308A (en) A kind of space Relative Navigation target rapid extracting method of anti-starlight interference
CN102640622B (en) Cotton picker navigation information image detection method and system
CN106203451A (en) A kind of image area characteristics extracts and the method for characteristic matching
CN108734054B (en) Non-shielding citrus fruit image identification method
CN102682293B (en) Method and system for identifying salient-point mould number of revolution-solid glass bottle based on images

Legal Events

Date Code Title Description
C06 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
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20150812

Termination date: 20171112