US10846559B2 - Image detection method, system and non-volatile computer readable medium - Google Patents
Image detection method, system and non-volatile computer readable medium Download PDFInfo
- Publication number
- US10846559B2 US10846559B2 US15/941,941 US201815941941A US10846559B2 US 10846559 B2 US10846559 B2 US 10846559B2 US 201815941941 A US201815941941 A US 201815941941A US 10846559 B2 US10846559 B2 US 10846559B2
- Authority
- US
- United States
- Prior art keywords
- strip
- line segment
- statistic
- line segments
- line
- 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.)
- Active, expires
Links
Images
Classifications
-
- G06K9/6202—
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/0002—Inspection of images, e.g. flaw detection
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/20—Image preprocessing
- G06V10/24—Aligning, centring, orientation detection or correction of the image
- G06V10/245—Aligning, centring, orientation detection or correction of the image by locating a pattern; Special marks for positioning
-
- G06K9/3216—
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/10—Segmentation; Edge detection
- G06T7/143—Segmentation; Edge detection involving probabilistic approaches, e.g. Markov random field [MRF] modelling
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/70—Determining position or orientation of objects or cameras
- G06T7/73—Determining position or orientation of objects or cameras using feature-based methods
- G06T7/75—Determining position or orientation of objects or cameras using feature-based methods involving models
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/70—Arrangements for image or video recognition or understanding using pattern recognition or machine learning
- G06V10/74—Image or video pattern matching; Proximity measures in feature spaces
- G06V10/75—Organisation of the matching processes, e.g. simultaneous or sequential comparisons of image or video features; Coarse-fine approaches, e.g. multi-scale approaches; using context analysis; Selection of dictionaries
- G06V10/751—Comparing pixel values or logical combinations thereof, or feature values having positional relevance, e.g. template matching
-
- G06K2209/21—
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/10—Image acquisition modality
- G06T2207/10004—Still image; Photographic image
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V2201/00—Indexing scheme relating to image or video recognition or understanding
- G06V2201/07—Target detection
Definitions
- the present disclosure relates to an image detection method, system and non-volatile computer readable medium.
- An image is detected by establishing a target model when detecting whether there is a known target structure in the image.
- the target model or the target structure is generally constituted by lines, and each of the lines has length information and direction information.
- the resolution of the image is low, the width of the individual line segments which constitute the target structure may be ignored, and therefore, this approach is effective in image detection.
- the target template constructed by the above approach has gradually failed to accurately characterize the features of the target structure.
- An embodiment of the present disclosure provides an image detection method including: establishing a data model based on mark point information of a group of first strip-like line segments, the mark point information of each first strip-like line segment including the length, the width, the direction and the coordinate of the center point of the first strip-like line segment, establishing a priori model based on the distribution and the number of a group of second strip-like line segments which constitute a target structure, establishing a probability density function for the data model and the priori model, and performing sampling and solution optimization to obtain a globally optimal solution, and detecting the image taking the globally optimal solution as a target model.
- the step of establishing the data model includes: dividing each first strip-like line segment into multiple sub-strip-like line segments, and calculating the homogeneity within the first strip-like line segment according to the position relationship between every two sub-strip-like line segments, calculating the heterogeneity between each first strip-like line segment and each of its neighboring first strip-like line segments according to the position relationship between the first strip-like line segment and each of its neighboring first strip-like line segments, and determining a first statistic of each first strip-like line segment based on the homogeneity and the heterogeneity.
- the step of establishing the data model includes: determining a second statistic of each first strip-like line segment based on gradient magnitude of the boundary of each first strip-like line segment, and determining a third statistic of each first strip-like line segment based on gradient direction of the boundary of each first strip-like line segment.
- the step of establishing the priori model includes: for any second strip-like line segment and another second strip-like line segment within a selected adjacent region of the second strip-like line segment, determining a first direction relationship based on the directions of the two second strip-like line segments.
- the step of establishing the priori model includes: for each second strip-like line segment and another second strip-like line segment outside a selected adjacent region of the second strip-like line segment, determining the degree of connection between the two second strip-like line segments based on the connection judgment region area of the near ends of the two second strip-like line segments, and determining a second direction relationship based on the directions of the two second strip-like line segments.
- the step of performing sampling includes: selecting a transfer kernel, and generating a new state space based on a current state space according to the selected transfer kernel, and determining whether to jump to the new state space according to the energy functions of the current state space and the new state space and the probability of jumping between the current state space and the new state space.
- the transfer kernel includes multiple different sub-kernels, which sub-kernels include at least one of uniform birth and death kernels and simple moving kernels.
- An embodiment of the present disclosure provides an image detection system including one or more processor configured to execute computer instructions to perform one or more step of the following method: establishing a data model based on mark point information of a group of first strip-like line segments, the mark point information of each first strip-like line segment including the length, the width, the direction and the coordinate of the center point of the first strip-like line segment, establishing a priori model based on the distribution and the number of a group of second strip-like line segments which constitute a target structure, establishing a probability density function for the data model and the priori model, and performing sampling and solution optimization to obtain a globally optimal solution, and detecting the image taking the globally optimal solution as a target model.
- An embodiment of the present disclosure provides a non-volatile computer readable medium configured to store a computer program product containing instructions which, when executed in a processor, implement one or more step of the following method: causing to establish a data model based on mark point information of a group of first strip-like line segments, the mark point information of each first strip-like line segment including the length, the width, the direction and the coordinate of the center point of the first strip-like line segment, causing to establish a priori model based on the distribution and the number of a group of second strip-like line segments which constitute a target structure, causing to establish a probability density function for the data model and the priori model, and perform sampling and solution optimization to obtain a globally optimal solution, and causing to detect the image taking the globally optimal solution as a target model.
- FIGS. 1A-1D are multiple schematic flow charts of embodiments of an image detection method of the present disclosure.
- FIG. 2 is a schematic diagram of mark point information of a strip-like line segment in an embodiment of the image detection method of the present disclosure.
- FIG. 3 is a characterization schematic diagram of a statistic of the data model in an embodiment of the image detection method of the present disclosure.
- FIG. 4 is a characterization schematic diagram of another statistic of the data model in a further embodiment of the image detection method of the present disclosure.
- FIGS. 5-6 are characterization schematic diagrams of the neighboring relationship between any strip-like line segment and other strip-like line segments in the priori model in a further embodiment of the image detection method of the present disclosure.
- FIG. 7 is a characterization schematic diagram of the degree of connection between strip-like line segments in the priori model in an embodiment of the image detection method of the present disclosure.
- FIGS. 8A-8D are schematic diagrams of various transfer kernels used in an embodiment of the image detection method of the present disclosure.
- FIG. 9 is a schematic flow chart of the solution optimization process in an embodiment of the image detection method of the present disclosure.
- FIG. 10 is a schematic flow chart of the simulated annealing process in an embodiment of the image detection method of the present disclosure.
- FIG. 11 is a block diagram of an embodiment of an image detection system of the present disclosure.
- FIG. 1 is a schematic flow chart of an embodiment of an image detection method of the present disclosure
- FIG. 2 is a schematic diagram of mark point information of a strip-like line segment in an embodiment of the image detection method of the present disclosure.
- an image detection method of an embodiment of the present disclosure includes the following steps.
- a data model is established based on mark point information of a group of first strip-like line segments, the mark point information of each first strip-like line segment including the length, the width, the direction and the coordinate of the center point of the first strip-like line segment.
- the data model is constituted by a group of strip-like line segments.
- the data model there are various spatial topological relationships between these strip-like line segments. It may be possible to set a group of first strip-like line segments many times, thereby gradually approaching a target model.
- each first strip-like line segment in each group of first strip-like line segments may be considered as a mark point.
- ⁇ represents an image space
- R 2 represents two dimensions
- l represents the length of the first strip-like line segment
- w represents the width of the first strip-like line segment
- ⁇ represents the direction of the first strip-like line segment, and its value is within the interval of [0, ⁇ ].
- a data model may be established to represent respective features of the individual first strip-like line segments in the group of first strip-like line segments and the distribution relationship between them.
- a priori model is established based on the distribution and the number of a group of second strip-like line segments which constitute a target structure.
- the priori model is established according to the features of the target structure.
- the target structure is considered to be constituted by a group of second strip-like line segments, and there are also various spatial topological relationships between these second strip-like line segments.
- the individual second strip-like line segments are considered as mark points, and may also be represented by the above Eq. 1.
- the priori model represents the number of the second strip-like line segments in the group of second strip-like line segments and the distribution relationship between the individual second strip-like line segments.
- a probability density function is established for the data model and the priori model, and sampling and solution optimization is performed to obtain a globally optimal solution.
- the data model is denoted as U d (S)
- the priori model is denoted as U p (S)
- S is a combination of a group of strip-like line segments.
- the Gibbs point process is employed for modeling.
- the sampling may be performed by the Reversible Jump Markov Chain Monte Carlo (RJMCMC) method, jump is conducted between a current state space and a new state space, and the solution optimization is performed by the simulated annealing algorithm to obtain a globally optimal solution.
- RJMCMC Reversible Jump Markov Chain Monte Carlo
- the image is detected taking the globally optimal solution as a target model.
- the calculated optimal solution is taken as the target model, which may be used for automatically detecting the target structure represented by the target model from the image to be detected.
- width information is added to individual line segments of the target model and they become strip-like line segments, which causes that the built target model accurately characterize the features of the target structure, and improves the accuracy of image detection.
- the data model U d (S) may be represented as
- FIG. 3 is a characterization schematic diagram of a statistic of the data model in an embodiment of the image detection method of the present disclosure.
- the establishing a data model includes creating a first statistic characterizing the internal homogeneity and the external heterogeneity of a first strip-like line segment within a group.
- Rr represents a region of any first strip-like line segment, and in this region there are divided three sub-strip-like line segments, a center strip-like line segment R r c and strip-like line segments R r 1 , R r 2 on both sides, respectively.
- R b 1 and R b 2 located on both sides of Rr represent neighborhoods outside Rr, and d represents the distance between Rr and the neighborhoods.
- e 1 and e 2 represent two edges of the first strip-like line segment Rr.
- the internal region of Rr is divided into three sub-strip-like line segments, the present disclosure is not limited thereto, and the internal region of Rr may also be divided into other number of sub-strip-like line segments, e.g., two, four, five, etc.
- each first strip-like line segment is divided into multiple sub-strip-like line segments, and the homogeneity within the first strip-like line segment is calculated according to the position relationship between every two sub-strip-like line segments.
- the heterogeneity between each first strip-like line segment and each of its neighboring first strip-like line segments is further calculated according to the position relationship between the first strip-like line segment and each of its neighboring first strip-like line segments.
- a first statistic of each first strip-like line segment is determined based on the calculated homogeneity and heterogeneity.
- An embodiment of the present disclosure may employ, for example, the Bhattacharyya distance, etc. to calculate the homogeneity of the internal region of each first strip-like line segment and the heterogeneity between each first strip-like line segment and each of its neighboring first strip-like line segments.
- Bhattacharyya distance is used for measuring the separability of two discrete probability distributions, and its value is 1 when they completely match, and is 0 when they do not match at all.
- the calculation formula of the Bhattacharyya distance is as follows:
- d ⁇ ( s i , s j ) 1 8 ⁇ ( m i - m j ) T ⁇ ( ⁇ i 2 + ⁇ j 2 2 ) - 1 ⁇ ( m i - m j ) + 1 2 ⁇ ln ⁇ ( ⁇ i 2 + ⁇ j 2 2 ⁇ ⁇ i ⁇ ⁇ j ) Eq . ⁇ 4
- s i and s j represent two discrete probability distributions respectively, and in particular, in an embodiment of the present disclosure, represent a sub-strip-like line segment inside a first strip-like line segment and a strip-like line segment of an external neighborhood respectively, m i and m j represent corresponding mean values respectively, and ⁇ i and ⁇ j represent corresponding standard deviations respectively.
- T 1 , T 2 Two thresholds T 1 , T 2 are set for D i , wherein T 1 ⁇ T 2 , and the first statistic of the data model is created:
- ⁇ i , 1 ⁇ 2 D i ⁇ T 1 1 - 2 ⁇ D i - T 1 T 2 - T 1 T 1 ⁇ D i ⁇ T 2 - 1 D i > T 2 Eq . ⁇ 8
- FIG. 4 is a characterization schematic diagram of another statistic of the data model in a further embodiment of the image detection method of the present disclosure.
- the establishing a data model includes creating a statistic characterizing the boundary characteristics of a first strip-like line segment within a group, which includes, as shown in FIG. 1B , at the step S 114 , determining a second statistic of each first strip-like line segment based on the gradient magnitudes of the boundary of each first strip-like line segment, and at the step S 115 , determining a third statistic of each first strip-like line segment based on the gradient directions of the boundary of each first strip-like line segment.
- an edge point generally has a large gradient, and since the boundary has a straight line shape, the distribution of gradient directions is relatively uniform, and they are approximately orthogonal to the direction of the target.
- m G min( m e 1 ,m e 2 ) Eq.9
- ⁇ i , 2 ⁇ 2 m G ⁇ T G ⁇ ⁇ 1 1 - 2 ⁇ m G - T G ⁇ ⁇ 1 T G ⁇ ⁇ 2 - T G ⁇ ⁇ 1 T G ⁇ ⁇ 1 ⁇ m G ⁇ T G ⁇ ⁇ 2 - 1 m G > T G ⁇ ⁇ 2 Eq . ⁇ 10
- n ⁇ min ⁇ [ n 1 n , n 2 n ] Eq . ⁇ 11
- thresholds T n1 and T n2 are set, wherein T n1 ⁇ T n2 , and the third statistic of the data model is created:
- ⁇ i , 3 ⁇ 2 n ⁇ ⁇ T n ⁇ ⁇ 1 1 - 2 ⁇ n ⁇ - T n ⁇ ⁇ 1 T n ⁇ ⁇ 2 - T n ⁇ ⁇ 1 T n ⁇ ⁇ 1 ⁇ n ⁇ ⁇ T n ⁇ ⁇ 2 - 1 n ⁇ > T n ⁇ ⁇ 2 Eq . ⁇ 12
- the statistics in the data model include the above three statistics, and alternatively or optionally, one or two of them.
- FIGS. 5-6 are characterization schematic diagrams of the neighboring relationship between any strip-like line segment and other strip-like line segments in the priori model in a further embodiment of the image detection method of the present disclosure.
- the adjacent region R in of a strip-like line segment is first defined.
- the vertical dashed line part in the figure represents the adjacent region R in of a strip-like line segment at the center position.
- the adjacent region R in takes the two sides of the strip-like line segment as its diameters, the middle points on the sides are the centers, and two semicircular regions formed by drawing semicircles on the two sides of the strip-like line segment are just the adjacent region R in of the strip-like line segment. If any edge of another strip-like line segment partially or completely falls within this region, then there is adjacent relationship between these two strip-like line segments, which is denoted as ⁇ in , otherwise, it is an external relationship, which is denoted as ⁇ out .
- a first direction relationship is determined based on the directions of the two second strip-like line segments, i.e., the step S 131 in FIG. 1D .
- the strip-like line segments s 1 and s 2 is in an external relationship
- the strip-like line segments s 1 and s 3 is in adjacent relationship.
- the adjacent relationship ⁇ n the space distance between the two strip-like line segments is already very close, and thus, only the direction relationship may be considered in such a case. Therefore, in an embodiment of the present disclosure, the adjacent relationship between strip-like line segments is just the first direction relationship between the two.
- ⁇ ij ⁇ [0, ⁇ /2]
- ⁇ i and ⁇ j are the directions of s i and s j respectively.
- a calculation formula for the adjacent relationship between two strip-like line segments is as follows:
- ⁇ min is a threshold for the angle judgment
- the function ⁇ (x, m, M) is a monotonically decreasing function
- the definition domain is [m, M]
- the value domain is [0, 1].
- a calculation formula for ⁇ (x, m, M) is as follows:
- FIG. 7 is a characterization schematic diagram of the degree of connection between strip-like line segments in the priori model in an embodiment of the image detection method of the present disclosure.
- the degree of connection between the two strip-like line segments is determined based on the connection judgment region area of the near ends of the two second strip-like line segments, and a second direction relationship is determined based on the directions of the two second strip-like line segments, referring to the step S 132 in FIG. 1D .
- I ⁇ ( s i A , s j C ) Area ⁇ ( s i A ) ⁇ I ⁇ ⁇ Area ⁇ ( s j C ) min ⁇ [ Area ⁇ ( s i A ) , Area ⁇ ( s j C ) ] Eq . ⁇ 16
- Area(g) represents the connection judgment region area, and here, represents the area of the connection ends s i A and s j C of s i and s j .
- the connection judgment region area of the connection end s i A is the area formed by drawing a series of circles with all the points on the end of the line segment as the centers and the distance between s i A and s j C as the radius.
- the connection judgment region area of the connection end s j C is the area formed by drawing a series of circles with all the points on the end of the line segment as the centers and the distance between s i A and s j C as the radius.
- a and C represent the near ends of the two strip-like line segments s i and s j and B and D are the far ends.
- I(s i , s j ) represents the degree of connection between the two strip-like line segments
- ⁇ out (s i , s j ) represents the second direction relationship between the two strip-like line segments, and similar to the first direction relationship
- ⁇ out (s i , s j ) is represented as:
- ⁇ out ⁇ ( s i , s j ) ⁇ - ⁇ ⁇ ( ⁇ ij , 0 , ⁇ max ) ⁇ ij ⁇ ⁇ max 2 else Eq . ⁇ 18
- ⁇ max is a threshold for judging the angle between the strip-like line segments.
- the priori model is determined based on the first direction relationship and the second direction relationship.
- a formula for the priori model may be synthetically represented as:
- N represents the total number of the strip-like line segments
- N f represents the number of connectionless strip-like line segments
- N s represents the number of single-connection strip-like line segments
- ⁇ s i ,s j > ⁇ in indicates that s i and s i belongs to adjacent relationship
- ⁇ s i ,s j > ⁇ out indicates that s i and s j belongs to an external relationship.
- the second term and the third term in parentheses in Eq. 19 may also be omitted.
- FIGS. 8A-8D are schematic diagrams of various transfer kernels used in some embodiments of the image detection method of the present disclosure.
- the RJMCMC method is employed to perform sampling, including selecting a transfer kernel, generating a new state space based on a current state space, and determining whether to jump to the new state space according to the energy functions of the current state space and the new state space and the probability of jumping between the current state space and the new state space.
- step S 121 selecting a transfer kernel Q( ⁇ •).
- step S 122 generating a new state space ⁇ ′ according to the selected transfer kernel Q( ⁇ •), and
- step S 123 calculating the Green ratio, which is denoted as R, and transferring from the current state ⁇ to the new state ⁇ ′ according to the transfer kernel Q( ⁇ ′), wherein a calculation formula for the expression of a condition that the acceptance probability needs to satisfy a detailed balance condition to ensure that the algorithm converges to the density function of the point process is as follows:
- h(•) represents the energy function of a state space
- Q( ⁇ ′) and Q( ⁇ ′ ⁇ ) represent the transfer probabilities of jumping from the state space ⁇ to the state space ⁇ ′ and jumping from the state space ⁇ ′ to the state space ⁇ , respectively.
- Jump is accepted according to the probability min[1, R] to jump to the new state space.
- q i ( ⁇ •) is a sub-kernel constituting the transfer kernel Q( ⁇ •)
- the sampling algorithm in an embodiment of the present disclosure uses the uniform birth and death kernel as shown in FIG. 8A and/or the simple moving kernels as shown in FIGS. 8B-8D as sub-kernels for jumping.
- FIG. 9 is a schematic flow chart of the solution optimization process in some embodiments of the image detection method of the present disclosure.
- FIG. 10 is a schematic diagram of the simulated annealing process in some embodiments of the image detection method of the present disclosure.
- the solution optimization process of an embodiment of the present disclosure includes:
- the optimal solution of the target structure may be gradually approached by the simulated annealing algorithm, and the optimal solution is finally obtained.
- the embodiments of the present disclosure may take the form of all hardware embodiments, all software embodiments or embodiments including hardware and software units.
- the present disclosure is implemented by software, which includes, but is not limited to, firmware, resident software, microcode, etc.
- the present disclosure may take the form of a computer program product 1111 which may be accessed from a computer usable or computer readable medium 1102 which provides program code, and the program code is used for being used by or being combined with a computer or any instruction execution system.
- an image detection system 1100 of an embodiment of the present disclosure includes one or more processor 1101 configured to execute computer instructions to perform the following actions: establishing a data model based on mark point information of a group of first strip-like line segments, the mark point information of each first strip-like line segment including the length, the width, the direction and the coordinate of the center point of the first strip-like line segment, establishing a priori model based on the distribution and the number of a group of second strip-like line segments which constitute a target structure, establishing a probability density function for the data model and the priori model, and performing sampling and solution optimization to obtain a globally optimal solution, and detecting the image taking the globally optimal solution as a target model.
- the image detection system 1100 may be coupled to (not shown) or contain the computer usable or computer readable medium 1102 which provides program code.
- the processor 1100 is configured to, when the data model is established, execute computer instructions to: divide each first strip-like line segment into multiple sub-strip-like line segments, and calculate the homogeneity within the first strip-like line segment according to the position relationship between every two sub-strip-like line segments, calculate the heterogeneity between each first strip-like line segment and each of its neighboring first strip-like line segments according to the position relationship between the first strip-like line segment and each of its neighboring first strip-like line segments, and determine a first statistic of each first strip-like line segment based on the homogeneity and the heterogeneity.
- the processor 1100 is configured to, when the data model is established, execute computer instructions to: determine a second statistic of each first strip-like line segment based on the gradient magnitudes of the boundary of each first strip-like line segment, and determine a third statistic of each first strip-like line segment based on the gradient directions of the boundary of each first strip-like line segment.
- the processor 1100 is configured to, when the priori model is established, execute computer instructions to: for any second strip-like line segment and another second strip-like line segment within a selected adjacent region of the second strip-like line segment, determine a first direction relationship based on the directions of the two second strip-like line segments.
- the processor 1100 is configured to, when the priori model is established, execute computer instructions to: for each second strip-like line segment and another second strip-like line segment outside a selected adjacent region of the second strip-like line segment, determine the degree of connection between the two second strip-like line segments based on the connection judgment region area of the near ends of the two second strip-like line segments, and determine a second direction relationship based on the directions of the two second strip-like line segments.
- the computer usable or computer readable medium may be any apparatus which may contain, store, communicate, transmit or convey a program for being used by or being combined with an instruction execution system, apparatus or device (e.g., a processor).
- the medium may be an electronic, magnetic, optical, electromagnetic, infrared or semiconductor system (or apparatus or device) or communications medium, that is, may be a non-volatile or volatile medium.
- Examples of the computer readable medium include a semiconductor or solid memory, tape, removable computer floppy disk, random access memory (RAM), read only memory (ROM), hard disk and optical disk. Examples of current optical disk include the compact disc-read only memory (CD-ROM), the compact disc-read/write (CD-R/W) and the DVD.
- the processor adapted for executing program code includes at least one processor 1101 directly or indirectly coupled with the computer usable or computer readable medium 1102 via the system bus, which processor 1101 may be implemented by a circuit with a logic operation function, for example, may be a central processing unit CPU, a field programmable logic array FPGA, application specific integrated circuit ASIC, a microcontroller unit MCU or a digital signal processor DSP.
- the computer usable or computer readable medium 1102 may include a local memory deployed during actual execution of the program code, a mass storage device and a cache memory, which cache memory provides a temporary storage device for at least a certain kind of program code to reduce the number of times the code must be retrieved from the mass storage device during execution.
- An input/output or I/O device may be coupled to the system directly or via an intermediate I/O controller.
- a network adapter may also be coupled to the system, such that a data processing system can become coupled to other data processing system or remote printer or storage device via an intermediate private or public network.
- the modem, the cable modem and the Ethernet card are just a part of currently available types of network adapters.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Computer Vision & Pattern Recognition (AREA)
- General Physics & Mathematics (AREA)
- Multimedia (AREA)
- Software Systems (AREA)
- Computing Systems (AREA)
- Medical Informatics (AREA)
- General Health & Medical Sciences (AREA)
- Evolutionary Computation (AREA)
- Databases & Information Systems (AREA)
- Artificial Intelligence (AREA)
- Health & Medical Sciences (AREA)
- Probability & Statistics with Applications (AREA)
- Quality & Reliability (AREA)
- Image Analysis (AREA)
Abstract
Description
s=(p,l,w,θ) Eq. 1
f(S)∝βn exp(−U(S))=βn exp−((U p(S)+U d(S))) Eq. 2
wherein δi represents a statistic of any strip-like line segment si constituting S, S={s1, s2, . . . sn} represents the target structure, and γd represents a weight, which is a positive constant. For a given set S of strip-like line segments, any strip-like segment si therein is relatively independent of its neighboring strip-like line segment.
D i,1=max(d(R r c ,R r 1),d(R r c ,R r 2),d(R r 1 ,R r 2)) Eq. 5
D i,2=min(d(R r ,R b 1),d(R r ,R b 2)) Eq. 6
m G=min(m e
τij=min[|θi−θj|,π−|θi−θj|] Eq. 13
g out(s i ,s j)=I(s i ,s j)+θout(s i ,s j) Eq. 17
In the equation, I(si, sj) represents the degree of connection between the two strip-like line segments, θout(si, sj) represents the second direction relationship between the two strip-like line segments, and similar to the first direction relationship, θout(si, sj) is represented as:
Q(ω→•)=Σp i q i(ω→•) Eq. 21
Claims (17)
Applications Claiming Priority (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201710751699 | 2017-08-28 | ||
| CN201710751699.9 | 2017-08-28 | ||
| CN201710751699.9A CN107507176B (en) | 2017-08-28 | 2017-08-28 | Image detection method and system |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| US20190065891A1 US20190065891A1 (en) | 2019-02-28 |
| US10846559B2 true US10846559B2 (en) | 2020-11-24 |
Family
ID=60694000
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US15/941,941 Active 2039-02-08 US10846559B2 (en) | 2017-08-28 | 2018-03-30 | Image detection method, system and non-volatile computer readable medium |
Country Status (2)
| Country | Link |
|---|---|
| US (1) | US10846559B2 (en) |
| CN (1) | CN107507176B (en) |
Families Citing this family (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN109977816B (en) * | 2019-03-13 | 2021-05-18 | 联想(北京)有限公司 | Information processing method, device, terminal and storage medium |
| CN110335278B (en) * | 2019-05-16 | 2023-02-28 | 陕西师范大学 | A method to quantify the glial orientation characteristic of the tumor microenvironment |
| CN111783814A (en) * | 2019-11-27 | 2020-10-16 | 北京沃东天骏信息技术有限公司 | Data augmentation method, apparatus, device and computer readable medium |
| WO2024036515A1 (en) * | 2022-08-17 | 2024-02-22 | 京东方科技集团股份有限公司 | Distance measurement method and distance measurement apparatus |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20140307621A1 (en) * | 2013-04-15 | 2014-10-16 | Telefonaktiebolaget L M Ericsson (Publ) | Signaling of system information to mtc-devices |
| US20160242229A1 (en) * | 2013-10-04 | 2016-08-18 | Telefonaktiebolaget Lm Ericsson (Publ) | Exchanging Patterns of Shared Resources between Machine-Type and Human Traffic |
| US20160338005A1 (en) * | 2014-01-30 | 2016-11-17 | Seau Sian Lim | Indicating properties of a user equipment to a network control node |
| US20170055250A1 (en) * | 2014-01-30 | 2017-02-23 | Alcatel Lucent | Communication resource allocation in wireless networks |
| US20170135005A1 (en) * | 2014-07-30 | 2017-05-11 | Panasonic Intellectual Property Corporation Of America | Cell selection and reselection in normal and enhanced coverage mode |
Family Cites Families (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN103150566A (en) * | 2011-12-06 | 2013-06-12 | 中国科学院电子学研究所 | Automatic detecting method of remote sensing ground object target based on random geometric model |
| CN106778605B (en) * | 2016-12-14 | 2020-05-05 | 武汉大学 | Automatic extraction method of remote sensing image road network aided by navigation data |
-
2017
- 2017-08-28 CN CN201710751699.9A patent/CN107507176B/en active Active
-
2018
- 2018-03-30 US US15/941,941 patent/US10846559B2/en active Active
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20140307621A1 (en) * | 2013-04-15 | 2014-10-16 | Telefonaktiebolaget L M Ericsson (Publ) | Signaling of system information to mtc-devices |
| US20160242229A1 (en) * | 2013-10-04 | 2016-08-18 | Telefonaktiebolaget Lm Ericsson (Publ) | Exchanging Patterns of Shared Resources between Machine-Type and Human Traffic |
| US20160338005A1 (en) * | 2014-01-30 | 2016-11-17 | Seau Sian Lim | Indicating properties of a user equipment to a network control node |
| US20170055250A1 (en) * | 2014-01-30 | 2017-02-23 | Alcatel Lucent | Communication resource allocation in wireless networks |
| US20170135005A1 (en) * | 2014-07-30 | 2017-05-11 | Panasonic Intellectual Property Corporation Of America | Cell selection and reselection in normal and enhanced coverage mode |
Non-Patent Citations (5)
| Title |
|---|
| "First Office Action," Chinese Application No. 201710751699.9 dated Dec. 3, 2019. |
| He, J., et al., "Road network extraction from remote sensing image based on modified marked point process," 2013, 49(17)150-153; 4 pages (1 page of English translation of Abstract only). |
| Lacoste et al., "Point Processes for Unsupervised Line Network Extraction in Remote Sensing", IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 27, No. 10, Oct. 2005, pp. 1568-1579. |
| Linlin, L., "The Application of Marked Point Process in Road Extraction," 2008; 93 pages (2 pages of English translation of Abstract only). |
| Stoica et al., "A Gibbs Point Process for Road Extraction from Remotely Sensed Images", International Journal of Computer Vision, vol. 57, No. 2, 2004, pp. 121-136. |
Also Published As
| Publication number | Publication date |
|---|---|
| US20190065891A1 (en) | 2019-02-28 |
| CN107507176A (en) | 2017-12-22 |
| CN107507176B (en) | 2021-01-26 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN113362329B (en) | Training method for lesion detection model and method for identifying lesions in images | |
| US10380759B2 (en) | Posture estimating apparatus, posture estimating method and storing medium | |
| US8401232B2 (en) | Method, device, and computer-readable medium of object detection | |
| US10846559B2 (en) | Image detection method, system and non-volatile computer readable medium | |
| CN112396619B (en) | A Small Particle Segmentation Method Based on Semantic Segmentation with Internal Complex Composition | |
| CN110969200B (en) | Image target detection model training method and device based on consistency negative sample | |
| US10255673B2 (en) | Apparatus and method for detecting object in image, and apparatus and method for computer-aided diagnosis | |
| CN113129311B (en) | A label-optimized point cloud instance segmentation method | |
| WO2025156819A1 (en) | Three-dimensional point cloud segmentation method and apparatus based on locally weighted curvature and two-point method | |
| US10380506B2 (en) | Generation of occupant activities based on recorded occupant behavior | |
| CN102073867B (en) | A remote sensing image classification method and device | |
| CN118799343B (en) | Plant segmentation method, device and equipment based on depth information | |
| CN107203761B (en) | Road width estimation method based on high-resolution satellite image | |
| CN110930413A (en) | Image segmentation method based on weak supervision multi-core classification optimization merging | |
| CN102298767A (en) | Method and apparatus for generating structure-based ASCII pictures | |
| CN113240661A (en) | Deep learning-based lumbar vertebra analysis method, device, equipment and storage medium | |
| CN118334439A (en) | A processing method and device for N-stage classification prediction based on CT images | |
| CN104821854B (en) | A kind of many primary user's multidimensional frequency spectrum sensing methods based on random set | |
| JP2022044112A (en) | Estimation device, estimation method, and program | |
| US11586902B1 (en) | Training network to minimize worst case surprise | |
| CN115761360A (en) | Tumor gene mutation classification method and device, electronic equipment and storage medium | |
| US12008074B2 (en) | Learning device, learning method and storage medium | |
| CN119204262A (en) | Client selection method and system based on federated learning | |
| EP3076370B1 (en) | Method and system for selecting optimum values for parameter set for disparity calculation | |
| CN115064270A (en) | A method for predicting recurrence of liver cancer based on radiomics image features |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| FEPP | Fee payment procedure |
Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION |
|
| AS | Assignment |
Owner name: BOE TECHNOLOGY GROUP CO., LTD., CHINA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:YANG, JINGLIN;TANG, XIAOJUN;REEL/FRAME:048752/0432 Effective date: 20180205 |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED |
|
| STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
| MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 4 |