[go: up one dir, main page]

CN111179289A - An image segmentation method suitable for web pages with long images and wide images - Google Patents

An image segmentation method suitable for web pages with long images and wide images Download PDF

Info

Publication number
CN111179289A
CN111179289A CN201911423525.5A CN201911423525A CN111179289A CN 111179289 A CN111179289 A CN 111179289A CN 201911423525 A CN201911423525 A CN 201911423525A CN 111179289 A CN111179289 A CN 111179289A
Authority
CN
China
Prior art keywords
image
contour
processing
gradient
edge
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
CN201911423525.5A
Other languages
Chinese (zh)
Other versions
CN111179289B (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.)
Chongqing University of Post and Telecommunications
Original Assignee
Chongqing University of Post and Telecommunications
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 Chongqing University of Post and Telecommunications filed Critical Chongqing University of Post and Telecommunications
Priority to CN201911423525.5A priority Critical patent/CN111179289B/en
Publication of CN111179289A publication Critical patent/CN111179289A/en
Application granted granted Critical
Publication of CN111179289B publication Critical patent/CN111179289B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/12Edge-based segmentation
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/20Image enhancement or restoration using local operators
    • G06T5/30Erosion or dilatation, e.g. thinning
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/70Denoising; Smoothing
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/13Edge detection
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/136Segmentation; Edge detection involving thresholding
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/20Image preprocessing
    • G06V10/28Quantising the image, e.g. histogram thresholding for discrimination between background and foreground patterns
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10024Color image
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20081Training; Learning
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20084Artificial neural networks [ANN]
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Multimedia (AREA)
  • Image Analysis (AREA)
  • Image Processing (AREA)

Abstract

本发明涉及一种适用于网页长图宽图的图像分割方法,属于图像处理领域。该方法包括以下步骤:采用外插方式自动填充图像边界,并对图像进行灰度化处理,滤波处理后,基于Canny算子进行图像的梯度边缘提取与滞后阈值的二值化操作,通过闭、腐蚀与膨胀的形态学处理,最后进行轮廓提取与修正的,最后以一定尺度规则过滤与去重,进行分割后的图像输出;从算法复杂度来看,本发明没有复杂的模型前置训练过程,不需要与把海量的系统资源分配给卷积网络模型的权重参数,在有限的CPU占用率下完成了网页长宽图场景的图像分割,不需要调用GPU资源,符合图像预处理的简单、快速、有效的三原则。

Figure 201911423525

The invention relates to an image segmentation method suitable for a long image and a wide image of a webpage, and belongs to the field of image processing. The method includes the following steps: using extrapolation to automatically fill the image boundary, and performing grayscale processing on the image. After filtering, extracting the gradient edge of the image and binarizing the hysteresis threshold based on the Canny operator. Morphological processing of erosion and expansion, and finally performing contour extraction and correction, and finally filtering and deduplication with a certain scale rule, and outputting the segmented image; from the perspective of algorithm complexity, the present invention does not have a complex model pre-training process. , does not need to allocate massive system resources to the weight parameters of the convolutional network model, completes the image segmentation of the web page's long-width map scene under limited CPU usage, does not need to call GPU resources, and is in line with the simplicity and simplicity of image preprocessing. Quick and effective three principles.

Figure 201911423525

Description

Image segmentation method suitable for webpage length and width images
Technical Field
The invention belongs to the field of image processing, and relates to an image segmentation method suitable for a webpage length-width image.
Background
Image segmentation is an important branch of image preprocessing technology in the field of computer vision, and is also an indispensable image preprocessing technology in large-scale content-based image retrieval technology. The excellent image segmentation effect has a decisive influence on the realization result of the project engineering in the field of computer vision.
The existing image segmentation technologies are mainly divided into traditional image segmentation based on image attributes (such as gray threshold segmentation, edge gradient segmentation, segmentation by a histogram averaging method and the like) and image segmentation based on specific theories (feature clustering segmentation, graph theory-based segmentation, wavelet transformation segmentation and the like), and recently, the image semantic segmentation based on deep learning, which achieves good effects in the computer vision field and utilizes strong nonlinear capability of a neural network.
Despite the long research on image segmentation algorithms, the above related techniques are mostly semantic level for a single normal size image. Aiming at the overlarge size and complex and dense plates and text images of a webpage length and width image, the traditional processing method based on the image segmentation method cannot obtain an efficient, rapid and good image segmentation effect, and can cause repeated images and missed images, and the complexity of a semantic segmentation algorithm based on deep learning is greatly improved, so that the time consumption of a project system engineering process is increased, the memory and GPU are occupied, the three principles of simplicity, rapidness and effectiveness of image preprocessing are violated, in addition, the existing image semantic segmentation algorithm based on the deep learning cannot meet the requirement of image segmentation suitable for the webpage size of the long and width image at present, and the segmentation effect and the robustness are insufficient.
Disclosure of Invention
In view of the above, the present invention provides an image segmentation method suitable for a page length-width map.
In order to achieve the purpose, the invention provides the following technical scheme:
an image segmentation method suitable for a webpage length and width image comprises the following steps: automatically filling image boundaries in an extrapolation mode, carrying out graying processing on the image, carrying out gradient edge extraction and binarization operation of a hysteresis threshold value on the basis of a Canny operator after filtering processing, carrying out contour extraction and correction through morphological processing of closing, corrosion and expansion, filtering and removing weight according to a certain scale rule, and outputting the segmented image;
the method comprises the following specific steps:
(1) reading in and transferring the long and wide webpage graph;
(2) filling a frame of the original image; a parameter border value is given and used as a constant pixel value to automatically fill a boundary value of an image in an interpolation mode, so that a picture close to the edge of a webpage can be identified in subsequent contour detection;
(3) carrying out graying processing on the multi-channel picture, converting the BGR three-color space of the picture into a gray space, and outputting the converted single-channel picture;
(4) carrying out image gradient edge extraction and hysteresis threshold binarization operation on the gray level image based on a Canny operator;
(5) performing morphological processing, and performing closing operation, corrosion and expansion processing by establishing an elliptical kernel function kernel to make the image boundary clear;
(6) performing first contour generation, establishing a contour of a hierarchical tree structure, performing compression on contour information in the horizontal direction, the vertical direction and the diagonal direction, and only keeping the terminal point coordinates of the direction, namely only 4 points of a rectangular contour for storage; according to the first contour information, carrying out suppression processing on the contour region of the binary image in a specific size, namely carrying out suppression zero setting operation on the repeated coverage region of the specific contour in the binary image; and generating the contour again; eliminating the contour with very conventional dimensions such as too large and too small height and width of the contour to finish the correction of the contour;
(7) and solving an inscribed matrix of each contour, determining the range of the inscribed matrix of the contour in the original image, and unloading and outputting each contour region picture to finish image segmentation.
Optionally, the step (4) specifically includes:
firstly, filtering noise in the image by using a 5x5 Gaussian filter, and calculating a first derivative in the horizontal direction and the vertical direction by using a sobel operator; secondly, carrying out non-maximum suppression on the derivative value of the image, detecting whether the derivative value is a local maximum value in the field in the gradient direction at each pixel, and otherwise carrying out zero suppression processing to solve and obtain an image gradient value based on the canny operator; and finally, carrying out binarization on the hysteresis threshold, giving parameters of an upper limit maxVal and a lower limit minVal of the hysteresis threshold, and determining an edge through the parameters maxVal and the minVal: the pixel gradient > maxVal is definitely the edge, retained; pixel gradient < minVal positive is non-edge, truncated; if the two are not connected, the connection is retained and the disconnection is discarded.
The invention has the beneficial effects that:
the method comprises the steps of page length and image width scene, dense webpage layout and complex content characteristics, standard output segmentation subgraphs, no repeated image and missing image, and filtering and removing text information and non-target unusual contour images in the original webpage.
From the aspect of algorithm complexity, compared with the image semantic segmentation technology based on deep learning, the image segmentation technology provided by the invention has no complex model pre-training process, does not need to allocate massive system resources to weight parameters of a convolutional network model (convolutional layer, pooling layer and full-link layer), completes image segmentation of a webpage long-wide image scene under limited CPU occupancy rate, does not need to call GPU resources, and accords with the three principles of simplicity, rapidness and effectiveness of image preprocessing.
Additional advantages, objects, and features of the invention will be set forth in part in the description which follows and in part will become apparent to those having ordinary skill in the art upon examination of the following or may be learned from practice of the invention. The objectives and other advantages of the invention may be realized and attained by the means of the instrumentalities and combinations particularly pointed out hereinafter.
Drawings
For the purposes of promoting a better understanding of the objects, aspects and advantages of the invention, reference will now be made to the following detailed description taken in conjunction with the accompanying drawings in which:
FIG. 1 is a flow of image segmentation for a web page length-width map;
FIG. 2 is a flow chart of canny edge detection and binarization;
FIG. 3 is an example of a binarization boundary for a hysteresis threshold;
FIG. 4 is a flow of contour extraction and correction.
Detailed Description
The embodiments of the present invention are described below with reference to specific embodiments, and other advantages and effects of the present invention will be easily understood by those skilled in the art from the disclosure of the present specification. The invention is capable of other and different embodiments and of being practiced or of being carried out in various ways, and its several details are capable of modification in various respects, all without departing from the spirit and scope of the present invention. It should be noted that the drawings provided in the following embodiments are only for illustrating the basic idea of the present invention in a schematic way, and the features in the following embodiments and examples may be combined with each other without conflict.
Wherein the showings are for the purpose of illustrating the invention only and not for the purpose of limiting the same, and in which there is shown by way of illustration only and not in the drawings in which there is no intention to limit the invention thereto; to better illustrate the embodiments of the present invention, some parts of the drawings may be omitted, enlarged or reduced, and do not represent the size of an actual product; it will be understood by those skilled in the art that certain well-known structures in the drawings and descriptions thereof may be omitted.
The same or similar reference numerals in the drawings of the embodiments of the present invention correspond to the same or similar components; in the description of the present invention, it should be understood that if there is an orientation or positional relationship indicated by terms such as "upper", "lower", "left", "right", "front", "rear", etc., based on the orientation or positional relationship shown in the drawings, it is only for convenience of description and simplification of description, but it is not an indication or suggestion that the referred device or element must have a specific orientation, be constructed in a specific orientation, and be operated, and therefore, the terms describing the positional relationship in the drawings are only used for illustrative purposes, and are not to be construed as limiting the present invention, and the specific meaning of the terms may be understood by those skilled in the art according to specific situations.
The implementation mode of the invention is as follows: the method comprises the steps of automatically filling image boundaries in an extrapolation mode, carrying out graying processing on the image, carrying out gradient edge extraction and binarization operation of a hysteresis threshold value on the basis of a Canny operator after filtering processing, carrying out morphological processing of closing, corrosion and expansion, finally carrying out contour extraction and correction, filtering and removing the weight according to a certain scale rule, and outputting the segmented image.
The method mainly comprises the following steps:
1. and reading and unloading the long and wide webpage graph.
2. And performing border filling on the original drawing. The boundary value of the image is automatically filled in an interpolation mode by giving a parameter border value as a constant pixel value, so that the picture close to the edge of the webpage can be identified in the subsequent contour detection.
3. And carrying out graying processing on the multi-channel picture, converting the BGR three-color space of the picture into a gray space, and outputting the converted single-channel picture.
4. And (4) performing binarization operation of gradient edge extraction and hysteresis threshold of the image on the gray level image based on a Canny operator. First, the noise in the plot was filtered using a 5x5 gaussian filter, and the first derivatives in the horizontal and vertical directions were calculated using the sobel operator. Secondly, carrying out non-maximum suppression on the derivative value of the image, detecting whether the derivative value is a local maximum value in the field in the gradient direction at each pixel, and otherwise carrying out zero suppression processing to solve and obtain an image gradient value based on the canny operator; and finally, carrying out binarization on the hysteresis threshold, giving parameters of an upper limit maxVal and a lower limit minVal of the hysteresis threshold, and determining an edge through the parameters maxVal and the minVal: the pixel gradient > maxVal is definitely the edge, retained; pixel gradient < minVal positive is non-edge, truncated; if the two are not connected, the connection is retained and the disconnection is discarded.
5. And performing morphological processing, namely performing closing operation, corrosion and expansion processing by establishing an elliptical kernel function kernel to make the image boundary clear.
6. Performing first contour generation, establishing a contour of a hierarchical tree structure, performing compression on contour information in the horizontal direction, the vertical direction and the diagonal direction, and only keeping the terminal point coordinates of the direction, namely only 4 points of a rectangular contour for storage; according to the first contour information, carrying out suppression processing on the contour region of the binary image in a specific size, namely carrying out suppression zero setting operation on the repeated coverage region of the specific contour in the binary image; and generating the contour again; and eliminating the contour with very conventional dimensions such as too large and too small height and width of the contour, and finishing the correction of the contour.
7. And solving an inscribed matrix of each contour, determining the range of the inscribed matrix of the contour in the original image, and unloading and outputting each contour region picture to finish image segmentation.
The implementation process of the image segmentation method suitable for the webpage length-width map is shown in fig. 1: the webpage length and width image is subjected to reading and unloading, frame filling and graying, canny edge detection and binarization, morphological processing, contour extraction and correction, image segmentation is completed, and an image is output.
The specific process mainly comprises the following steps:
(1) and reading and unloading the original image.
(2) And performing frame filling on the original image, and outputting a white frame filling image with a given pixel width.
(3) And performing graying processing on the original image. Converting the BGR three-color space of the picture into a gray scale space, and outputting the gray scale space as a single-channel gray scale image.
(4) Edge gradient detection and binarization of a hysteresis threshold value based on canny operator are carried out on the gray-scale map as shown in fig. 2, the binarization mode of a gradient boundary is shown in fig. 3, and finally a gradient boundary map is output.
(5) And performing image morphological processing on the gradient boundary map to make the boundary more obvious, and outputting a morphological processing map.
(6) The morphological processing graph is subjected to contour extraction and correction as shown in fig. 4: firstly, generating a first contour, drawing the first generated contour on a frame filling diagram, and outputting the first contour generation diagram; compressing and extracting the contour information, performing contour suppression of a specific contour dimension rule, and outputting a binary image after suppression; secondly, performing secondary contour generation on the binary image after the suppression and correction, drawing a secondarily generated contour on the frame filling image, and outputting the contour generated image after the suppression; and finally, eliminating the non-standard outline and reserving the outline information of a specific size.
And according to the contour information with a specific size, carrying out contour segmentation on the frame filling graph, outputting and outputting a sub-graph set, and finishing the image segmentation of the webpage length-width graph.
Finally, the above embodiments are only intended to illustrate the technical solutions of the present invention and not to limit the present invention, and although the present invention has been described in detail with reference to the preferred embodiments, it will be understood by those skilled in the art that modifications or equivalent substitutions may be made on the technical solutions of the present invention without departing from the spirit and scope of the technical solutions, and all of them should be covered by the claims of the present invention.

Claims (2)

1.一种适用于网页长图宽图的图像分割方法,其特征在于:该方法包括以下步骤:采用外插方式自动填充图像边界,并对图像进行灰度化处理,滤波处理后,基于Canny算子进行图像的梯度边缘提取与滞后阈值的二值化操作,通过闭、腐蚀与膨胀的形态学处理,最后进行轮廓提取与修正的,最后以一定尺度规则过滤与去重,进行分割后的图像输出;1. an image segmentation method that is applicable to a long image and a wide image of a webpage, it is characterized in that: the method comprises the following steps: adopt extrapolation mode to automatically fill the image boundary, and the image is carried out grayscale processing, after filtering processing, based on Canny The operator performs the gradient edge extraction of the image and the binarization of the hysteresis threshold, through the morphological processing of closure, erosion and expansion, and finally performs contour extraction and correction, and finally filters and deduplicates with a certain scale rule. image output; 具体步骤为:The specific steps are: (1)对长宽网页图进行读入与转存;(1) Read and dump the long and wide web page images; (2)对原图进行边框填充;给定参数border数值,作为常量像素值以外插法方式自动填充图像的边界值,使得靠近网页边缘的图片能够被后续的轮廓检测中识别;(2) Carry out border filling to the original image; Given the border value of the parameter, the boundary value of the image is automatically filled in the extrapolation method as a constant pixel value, so that the picture close to the edge of the web page can be identified in the subsequent contour detection; (3)对多通道图片进行灰度化处理,将图片的BGR三色颜色空间转为灰度空间,输出转换后的单通道的图片;(3) Grayscale processing is performed on the multi-channel picture, the BGR three-color color space of the picture is converted into a grayscale space, and the converted single-channel picture is output; (4)对灰度图进行基于Canny算子进行图像的梯度边缘提取与滞后阈值的二值化操作;(4) Perform the binarization operation of the gradient edge extraction of the image and the hysteresis threshold based on the Canny operator on the gray image; (5)进行形态学处理,通过建立椭圆核函数kernel进行闭操作、腐蚀与膨胀处理,使得图像边界分明;(5) Morphological processing is performed, and the closed operation, erosion and expansion processing are performed by establishing an elliptical kernel function kernel, so that the image boundary is clear; (6)进行首次轮廓生成,建立一个等级树结构的轮廓,对轮廓信息进行水平方向,垂直方向,对角线方向的压缩,只保留该方向的终点坐标,即一个矩形轮廓仅4个点来保存;依据首次轮廓信息,以特定尺寸对二值化图片的轮廓区域进行抑制处理,即在二值化图片中对特定轮廓的重复覆盖区域进行抑制置零操作;并再次进行轮廓生成;对轮廓高度、宽度过大、过小等非常常规尺寸轮廓进行剔除,完成轮廓的修正;(6) Perform the first contour generation, establish a contour of a hierarchical tree structure, compress the contour information in the horizontal direction, the vertical direction, and the diagonal direction, and only retain the coordinates of the end point in this direction, that is, a rectangular contour has only 4 points. Save; according to the first contour information, suppress the contour area of the binarized image with a specific size, that is, suppress and reset the repeated coverage area of the specific contour in the binarized image; and perform contour generation again; The contours of very conventional sizes such as height, width, etc. are removed to complete the contour correction; (7)对每个轮廓的求内接矩阵,确定原图中轮廓的内接矩阵的范围,并转存与输出每张轮廓区域图片,完成图像分割。(7) Calculate the inscribed matrix of each contour, determine the range of the inscribed matrix of the contour in the original image, and transfer and output each contour area image to complete the image segmentation. 2.根据权利要求1所述的一种适用于网页长图宽图的图像分割方法,其特征在于:所述步骤(4)具体为:2. a kind of image segmentation method that is applicable to web page long picture wide picture according to claim 1, is characterized in that: described step (4) is specifically: 首先,使用5x5高斯滤波器过滤图中噪声,并使用sobel算子计算水平与竖直方向上的一阶导数;其次,对图像的导数值进行非极大值抑制,在每个像素处检测是否为梯度方向上领域中的局部最大值,反之则进行置零抑制处理,以求解得出基于canny算子的图像梯度值;最后进行滞后阈值的二值化,给定滞后阈值上限maxVal、下限minVal参数,通过参数maxVal与minVal确定边缘:像素梯度>maxVal肯定为边缘,保留;像素梯度<minVal肯定为非边缘,舍去;若在两者之间,相连则保留,不相连则舍弃。First, use a 5x5 Gaussian filter to filter the noise in the image, and use the sobel operator to calculate the first-order derivatives in the horizontal and vertical directions; secondly, perform non-maximum suppression on the derivative value of the image, and detect whether it is at each pixel. is the local maximum value in the field in the gradient direction, otherwise, zero-setting suppression processing is performed to obtain the image gradient value based on the canny operator; finally, the binarization of the hysteresis threshold is performed, and the upper limit maxVal and the lower limit minVal of the hysteresis threshold are given. Parameter, the edge is determined by the parameters maxVal and minVal: pixel gradient > maxVal must be an edge, reserved; pixel gradient < minVal must be non-edge, discarded; if it is between the two, if it is connected, it will be retained, and if it is not connected, it will be discarded.
CN201911423525.5A 2019-12-31 2019-12-31 Image segmentation method suitable for webpage length graph and width graph Active CN111179289B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911423525.5A CN111179289B (en) 2019-12-31 2019-12-31 Image segmentation method suitable for webpage length graph and width graph

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911423525.5A CN111179289B (en) 2019-12-31 2019-12-31 Image segmentation method suitable for webpage length graph and width graph

Publications (2)

Publication Number Publication Date
CN111179289A true CN111179289A (en) 2020-05-19
CN111179289B CN111179289B (en) 2023-05-19

Family

ID=70652339

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911423525.5A Active CN111179289B (en) 2019-12-31 2019-12-31 Image segmentation method suitable for webpage length graph and width graph

Country Status (1)

Country Link
CN (1) CN111179289B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113392819A (en) * 2021-08-17 2021-09-14 北京航空航天大学 Batch academic image automatic segmentation and labeling device and method
CN113781504A (en) * 2021-09-15 2021-12-10 浙江科技学院 Road scene semantic segmentation method based on boundary guidance
CN114492350A (en) * 2020-10-28 2022-05-13 华为技术有限公司 Card template determination method and related device
CN116883255A (en) * 2023-05-22 2023-10-13 北京拙河科技有限公司 Boundary correction method and device for high-precision light field image
CN118608477A (en) * 2024-06-03 2024-09-06 中国科学院空间应用工程与技术中心 Paving material flatness judgment method and system based on image edge detection and machine learning

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060008144A1 (en) * 2004-07-07 2006-01-12 Lakshman Prasad Vectorized image segmentation via trixel agglomeration
US20090252382A1 (en) * 2007-12-06 2009-10-08 University Of Notre Dame Du Lac Segmentation of iris images using active contour processing
CN101826209A (en) * 2010-04-29 2010-09-08 电子科技大学 Canny model-based method for segmenting three-dimensional medical image
US20150181077A1 (en) * 2013-12-19 2015-06-25 Canon Kabushiki Kaisha Image processing apparatus, method, and storage medium
CN105631486A (en) * 2014-10-27 2016-06-01 深圳Tcl数字技术有限公司 Image character recognition method and device
CN106599832A (en) * 2016-12-09 2017-04-26 重庆邮电大学 Method for detecting and recognizing various types of obstacles based on convolution neural network
CN107895376A (en) * 2017-12-11 2018-04-10 福州大学 Based on the solar panel recognition methods for improving Canny operators and contour area threshold value
CN108022233A (en) * 2016-10-28 2018-05-11 沈阳高精数控智能技术股份有限公司 A kind of edge of work extracting method based on modified Canny operators
WO2018086299A1 (en) * 2016-11-11 2018-05-17 广东电网有限责任公司清远供电局 Image processing-based insulator defect detection method and system
CN108564124A (en) * 2018-04-13 2018-09-21 山东农业大学 A kind of magnaporthe grisea spore microimage detection recognition methods based on support vector machines
CN108764186A (en) * 2018-06-01 2018-11-06 合肥工业大学 Personage based on rotation deep learning blocks profile testing method
CN108898610A (en) * 2018-07-20 2018-11-27 电子科技大学 A kind of object contour extraction method based on mask-RCNN
CN109671092A (en) * 2018-11-10 2019-04-23 江苏网进科技股份有限公司 A kind of improved Canny image partition method and system
US20190206052A1 (en) * 2017-12-29 2019-07-04 Shenzhen Institutes Of Advanced Technology Chinese Academy Of Sciences Carpal segmentation and recognition method and system, terminal and readable storage medium
CN110008932A (en) * 2019-04-17 2019-07-12 四川九洲视讯科技有限责任公司 A kind of vehicle violation crimping detection method based on computer vision

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060008144A1 (en) * 2004-07-07 2006-01-12 Lakshman Prasad Vectorized image segmentation via trixel agglomeration
US20090252382A1 (en) * 2007-12-06 2009-10-08 University Of Notre Dame Du Lac Segmentation of iris images using active contour processing
CN101826209A (en) * 2010-04-29 2010-09-08 电子科技大学 Canny model-based method for segmenting three-dimensional medical image
US20150181077A1 (en) * 2013-12-19 2015-06-25 Canon Kabushiki Kaisha Image processing apparatus, method, and storage medium
CN105631486A (en) * 2014-10-27 2016-06-01 深圳Tcl数字技术有限公司 Image character recognition method and device
CN108022233A (en) * 2016-10-28 2018-05-11 沈阳高精数控智能技术股份有限公司 A kind of edge of work extracting method based on modified Canny operators
WO2018086299A1 (en) * 2016-11-11 2018-05-17 广东电网有限责任公司清远供电局 Image processing-based insulator defect detection method and system
CN106599832A (en) * 2016-12-09 2017-04-26 重庆邮电大学 Method for detecting and recognizing various types of obstacles based on convolution neural network
CN107895376A (en) * 2017-12-11 2018-04-10 福州大学 Based on the solar panel recognition methods for improving Canny operators and contour area threshold value
US20190206052A1 (en) * 2017-12-29 2019-07-04 Shenzhen Institutes Of Advanced Technology Chinese Academy Of Sciences Carpal segmentation and recognition method and system, terminal and readable storage medium
CN108564124A (en) * 2018-04-13 2018-09-21 山东农业大学 A kind of magnaporthe grisea spore microimage detection recognition methods based on support vector machines
CN108764186A (en) * 2018-06-01 2018-11-06 合肥工业大学 Personage based on rotation deep learning blocks profile testing method
CN108898610A (en) * 2018-07-20 2018-11-27 电子科技大学 A kind of object contour extraction method based on mask-RCNN
CN109671092A (en) * 2018-11-10 2019-04-23 江苏网进科技股份有限公司 A kind of improved Canny image partition method and system
CN110008932A (en) * 2019-04-17 2019-07-12 四川九洲视讯科技有限责任公司 A kind of vehicle violation crimping detection method based on computer vision

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114492350A (en) * 2020-10-28 2022-05-13 华为技术有限公司 Card template determination method and related device
CN114492350B (en) * 2020-10-28 2025-09-05 华为技术有限公司 A card template determination method and related device
CN113392819A (en) * 2021-08-17 2021-09-14 北京航空航天大学 Batch academic image automatic segmentation and labeling device and method
CN113781504A (en) * 2021-09-15 2021-12-10 浙江科技学院 Road scene semantic segmentation method based on boundary guidance
CN116883255A (en) * 2023-05-22 2023-10-13 北京拙河科技有限公司 Boundary correction method and device for high-precision light field image
CN116883255B (en) * 2023-05-22 2024-05-24 北京拙河科技有限公司 Boundary correction method and device for high-precision light field image
CN118608477A (en) * 2024-06-03 2024-09-06 中国科学院空间应用工程与技术中心 Paving material flatness judgment method and system based on image edge detection and machine learning

Also Published As

Publication number Publication date
CN111179289B (en) 2023-05-19

Similar Documents

Publication Publication Date Title
CN111179289A (en) An image segmentation method suitable for web pages with long images and wide images
CN107045634B (en) Text positioning method based on maximum stable extremum region and stroke width
CN108280450B (en) A method for detecting highway pavement based on lane lines
CN110766016B (en) Code-spraying character recognition method based on probabilistic neural network
CN109784344A (en) An image non-target filtering method for ground plane identification recognition
CN105701483B (en) A kind of urban border extracting method of fusion Multi-spectral Remote Sensing Data and night lights remotely-sensed data
CN111127498B (en) Canny edge detection method based on edge self-growth
CN103336961B (en) A kind of interactively natural scene Method for text detection
CN110188778B (en) Residential area element outline regularization method based on image extraction result
CN106846339A (en) Image detection method and device
CN108171695A (en) A kind of express highway pavement detection method based on image procossing
CN110287884A (en) A method for detecting middle voltage line in assisted driving
CN108764358A (en) A kind of Terahertz image-recognizing method, device, equipment and readable storage medium storing program for executing
CN109509163B (en) A method and system for multi-focus image fusion based on FGF
CN110570442A (en) Method for contour detection under complex background, terminal equipment and storage medium
CN118552961B (en) Seal image noise reduction method and system under content extraction
CN110991310A (en) Portrait detection method, portrait detection device, electronic equipment and computer readable medium
CN110738139A (en) A NIN License Plate Recognition Method Fusion Min-Max Target
CN118396976A (en) Surface defect detection method and system based on external semantics and high-frequency information
CN116205939A (en) Line extraction method, line extraction device and computer storage medium
CN101727583A (en) Self-adaption binaryzation method for document images and equipment
CN101114341A (en) A Preprocessing Method of Engineering Drawing Vectorization Recognition System
Dong et al. A parallel thinning algorithm based on stroke continuity detection
CN117745609A (en) An image processing method and device
CN114140620B (en) A method for detecting straight line contour of an object

Legal Events

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