CN115880275B - Remote control method of rock drilling and splitting integrated machine - Google Patents

Remote control method of rock drilling and splitting integrated machine Download PDF

Info

Publication number
CN115880275B
CN115880275B CN202310016147.9A CN202310016147A CN115880275B CN 115880275 B CN115880275 B CN 115880275B CN 202310016147 A CN202310016147 A CN 202310016147A CN 115880275 B CN115880275 B CN 115880275B
Authority
CN
China
Prior art keywords
pixel point
value
neighborhood
rock
taking
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
Application number
CN202310016147.9A
Other languages
Chinese (zh)
Other versions
CN115880275A (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.)
Shandong Jingong Technology Co ltd
Original Assignee
Shandong Jingong Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shandong Jingong Technology Co ltd filed Critical Shandong Jingong Technology Co ltd
Priority to CN202310016147.9A priority Critical patent/CN115880275B/en
Publication of CN115880275A publication Critical patent/CN115880275A/en
Application granted granted Critical
Publication of CN115880275B publication Critical patent/CN115880275B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Landscapes

  • Earth Drilling (AREA)

Abstract

The invention relates to the technical field of equipment control, in particular to a remote control method of a rock drilling and splitting integrated machine, which comprises the steps of obtaining a rock surface area through dividing a gray level image of the rock surface to be mined, obtaining smoothness according to gray level values of pixel points in the rock surface area, and obtaining target pixel points according to the smoothness; dividing the target pixel point into at least two clusters by utilizing an improved DBSCAN density clustering algorithm, and determining an optimal drilling position according to the clusters; setting an initial hydraulic value, splitting an optimal drilling position, acquiring a second gray level image of rock fragments discharged in the splitting process, determining a motion pixel point according to the adjacent second gray level image, further acquiring a rock fragment area, and determining an actual pixel point according to the rock fragment area; and determining an actual rock chipping area according to the actual pixel points, further obtaining a splitting effect index, and adjusting an initial hydraulic value according to the splitting effect index. And optimizing the splitting effect according to the adjusted hydraulic value.

Description

Remote control method of rock drilling and splitting integrated machine
Technical Field
The invention relates to the technical field of equipment control, in particular to a remote control method of a rock drilling and splitting integrated machine.
Background
The rock drilling and splitting integrated machine is mainly used for exploitation and excavation of rock, and relates to equipment for tunnel, mine and other engineering. The rock drilling and splitting integrated machine adopts an electrohydraulic integrated control mode to split the rock, and rapidly expands and splits the rock so as to facilitate efficient breaking of the rock, and the actions of the rock drilling and splitting integrated machine are all remotely controlled. The driver can use remote control rock drilling and splitting integrated machine to drill, pair holes, split and other operations on the rock in the cab.
In the prior art, the drilling and splitting integrated machine obtains the optimal drilling position through a DBSCAN density clustering algorithm, the drilling and splitting integrated machine splits the optimal drilling position through hydraulic control, and the discharged rock fragments are analyzed in the splitting process to adjust the proper hydraulic pressure so that the splitting effect of the drilling and splitting integrated machine is optimal; the DBSCAN density clustering algorithm obtains the optimal drilling position through the neighborhood sample number threshold value and the distance measurement value, but the traditional distance measurement value is flexible to obtain and wide in range, so that the optimal drilling position is obtained inaccurately, the hydraulic control is affected, and the rock drilling and splitting integrated machine cannot obtain the optimal splitting effect.
Disclosure of Invention
In order to solve the technical problem that the optimal splitting effect cannot be obtained due to inaccurate optimal drilling positions, the invention aims to provide a remote control method of a rock drilling and splitting integrated machine, and the adopted technical scheme is as follows:
an embodiment of the invention provides a remote control method of a rock drilling and splitting integrated machine, which comprises the following steps:
acquiring a rock surface image to be mined, obtaining a corresponding gray image, obtaining a rock surface area by dividing the gray image, obtaining the smoothness of each pixel point based on the gray value of the pixel point in the rock surface area, and obtaining a target pixel point according to the smoothness; dividing the target pixel point into at least two clusters by utilizing an improved DBSCAN density clustering algorithm, wherein one cluster corresponds to one drilling position to be selected, and determining the optimal drilling position according to the smoothness of the target pixel point in the drilling position to be selected;
setting an initial hydraulic value, splitting an optimal drilling position, collecting each frame of image of rock fragments continuously discharged in the splitting process, acquiring a corresponding second gray level image, and determining a motion pixel point according to the gray level value of the corresponding pixel point in the adjacent second gray level image; taking the area formed by the moving pixel points as a rock debris area, and determining actual pixel points according to the rock debris areas representing the same area in all the second gray level images;
Determining an actual rock fragment area according to the actual pixel points, acquiring a splitting effect index under an initial hydraulic value according to the actual rock fragment area, and adjusting the initial hydraulic value according to the splitting effect index;
the specific method for dividing the target pixel point into at least two clusters by utilizing the improved DBSCAN density clustering algorithm comprises the following steps: taking a target pixel point as a circle center, acquiring a circular neighborhood with a set size, and acquiring a distance measurement value between each neighborhood pixel point and the central pixel point according to the gray difference absolute value of the central pixel point of the circular neighborhood and each neighborhood pixel point, wherein the neighborhood pixel point is the target pixel point; and determining the number of the effective pixels in the circular neighborhood according to the distance measurement value, and determining the effective pixels in the corresponding circular neighborhood as a cluster when the number of the effective pixels meets the neighborhood sample number threshold.
Further, the method for obtaining the smoothness of each pixel point based on the gray value of the pixel point in the rock surface area comprises the following steps:
taking each pixel point in the rock surface area as a central pixel point to acquire a neighborhood with a set size, calculating the gray difference absolute value between each neighborhood pixel point and the central pixel point, taking the inverse number of the sum of all the gray difference absolute values in each neighborhood as an index of a natural constant e, and taking the obtained result as a first result; setting a gray difference absolute value threshold, obtaining a first number of neighborhood pixel points, in which the gray difference absolute value in each neighborhood is larger than the gray difference absolute value threshold, calculating a ratio of the first number to the total number of the neighborhood pixel points in the corresponding neighborhood, taking the difference value of a constant 1 and the ratio as a second result, and calculating the product of the second result and the first result as smoothness of the corresponding center pixel point.
Further, the method for obtaining the distance measurement value between each neighborhood pixel point and the center pixel point includes:
taking the absolute value of the gray difference between the central pixel point of the circular neighborhood and each neighborhood pixel point as a first value, taking the opposite number of the first value as an index of a natural constant e, and taking the obtained result as a third result;
taking any one neighborhood pixel point in the circular field of the central pixel point as a target neighborhood pixel point, taking the target neighborhood pixel point as a circle center, setting a circular neighborhood with the same size as the central pixel point, and taking the neighborhood pixel points which exist in the circular neighborhood of the central pixel point and the same position in the circular neighborhood of the target neighborhood pixel point as a matching pair;
calculating the gray difference absolute value of each neighborhood pixel point in the target neighborhood pixel point and the round neighborhood thereof as a second value; respectively calculating the absolute value of the difference between the first value and the second value corresponding to each matching pair to obtain a mean value of the absolute value of the difference, taking the opposite number of the mean value of the absolute value of the difference as an index of a natural constant e, and taking the obtained result as a fourth result;
and taking the product of the third result and the fourth result as a distance measurement value of the target neighborhood pixel point and the center pixel point.
Further, the method for determining the number of effective pixel points in the circular neighborhood according to the distance measurement value comprises the following steps:
and setting a distance measurement value threshold value, and acquiring the number of target pixel points with the distance measurement value larger than the distance measurement value threshold value as the number of effective pixel points.
Further, the method for determining the optimal drilling position according to the smoothness of the target pixel point in the drilling position to be selected comprises the following steps:
taking the result of adding the smoothness of the target pixel points in the drilling positions to be selected as the confidence coefficient corresponding to the drilling positions to be selected, and respectively carrying out normalization processing on each obtained confidence coefficient to obtain normalized confidence coefficients; and setting a confidence coefficient threshold value, and when the normalized confidence coefficient is larger than the confidence coefficient threshold value, obtaining the position of the selected drill hole corresponding to the normalized confidence coefficient as the optimal drill hole position.
Further, the method for determining the motion pixel according to the gray value of the corresponding pixel in the adjacent second gray image includes:
taking any one second gray level image as a target second gray level image, taking any one pixel point in the target second gray level image as a first pixel point, taking the pixel point with the same position as the first pixel point as a second pixel point in the second gray level image adjacent to the target second gray level image, calculating the gray level difference absolute value between the first pixel point and the second pixel point, when the gray level difference absolute value is not equal to 0, acquiring a set number of pixel points under the second pixel point as sampling points, taking the pixel point with the smallest gray level difference between the sampling points and the first pixel point as a third pixel point, respectively setting first neighborhoods with the same size for the first pixel point and the third pixel point, respectively taking the t pixel point in the first neighborhoods of the first pixel point and the t pixel point in the first neighborhoods of the third pixel point as a pair, respectively calculating the difference absolute value between the two first neighborhoods as a molecular gray level pair absolute value, taking the largest difference value between the first pixel pair as a first average value and a fifth pixel value as a fifth pixel value, and taking the difference value between the first pixel pair as a fifth pixel value and a fifth pixel value as a corresponding value, and a fifth pixel value, and obtaining a similar result; and setting a similarity value threshold, and determining the first pixel point as a motion pixel point when the similarity value is larger than the similarity value threshold.
Further, the method for determining the actual pixel point according to the rock debris area representing the same area in all the second gray level images comprises the following steps:
determining center points of rock debris areas representing the same area in all second gray level images, projecting all the center points to the same position on the same plane, and projecting all the motion pixel points in the rock debris areas to the same plane according to the positions corresponding to the center points to obtain projection areas on the plane; the method comprises the steps of obtaining the number of repeated projection of each pixel point in a projection area, taking the ratio of the number of repeated projection of each pixel point to the total number of projected plane as a discrimination value, setting a discrimination value threshold, and confirming the corresponding moving pixel point as an actual pixel point of a rock debris area when the discrimination value is larger than the discrimination value threshold.
Further, the method for obtaining the splitting effect index under the initial hydraulic value according to the actual rock fragment area comprises the following steps:
and acquiring the number and the area average value of the actual rock fragment areas, taking the inverse number of the product of the area average value and the number as an index of a natural constant e, and taking the obtained result as a splitting effect index.
Further, the method for adjusting the initial hydraulic value according to the splitting effect index comprises the following steps:
setting a splitting effect range, and when the splitting effect index meets the splitting effect range, not adjusting an initial hydraulic value; when the splitting effect index does not meet the splitting effect range, calculating a difference value between the constant 2 and the splitting effect index, and taking the product of the initial hydraulic value and the difference value as the adjusted hydraulic value.
The invention has the following beneficial effects: acquiring a rock surface image to be mined, obtaining a corresponding gray image, and dividing the gray image to obtain a rock surface area, so that the rock surface is conveniently and directly analyzed, and the interference of part of external factors is avoided; the smoothness of each pixel point is obtained based on the gray value of the pixel point in the rock surface area, so that the possibility of obtaining the optimal drilling position is improved; acquiring a circular neighborhood with a set size by taking a target pixel point as a circle center, setting a circular neighborhood with the same size as the center pixel point according to the gray difference absolute value of the center pixel point and each neighborhood pixel point of the circular neighborhood, simultaneously taking the neighborhood pixel point as the circle center, analyzing the gray difference change of the neighborhood pixel point and the center pixel point, further acquiring a distance metric value between each neighborhood pixel point and the center pixel point, determining the number of effective pixel points in the circular neighborhood according to the distance metric value, further improving the possibility of acquiring the optimal drilling position, and avoiding the interference of other pixel points; when the number of the effective pixels meets the threshold value of the number of the neighborhood samples, determining the effective pixels in the corresponding circular neighborhood as a cluster, wherein one cluster corresponds to one hole position to be selected, determining the optimal hole position according to the smoothness of the effective pixels in the hole position to be selected, and ensuring that the obtained optimal hole position is the flattest, so that the stress is more uniform when splitting is carried out, and the splitting effect is better; setting an initial hydraulic value, splitting an optimal drilling position, collecting each frame of image of rock fragments continuously discharged in the splitting process, acquiring corresponding second gray images, determining a moving pixel point according to gray values of corresponding pixel points in adjacent second gray images, acquiring a rock fragment area through the moving pixel point, determining an actual pixel point of the rock fragment area according to the rock fragment areas representing the same area in all second gray images, acquiring an actual rock fragment area according to the actual pixel points, and analyzing the splitting effect of the rock drilling splitting integrated machine under the initial hydraulic pressure more accurately through the actual rock fragment areas; according to the method, a splitting effect index under an initial hydraulic value is obtained according to an actual rock chipping area, and the hydraulic value is adjusted according to the splitting effect index, so that the hydraulic value of the rock drilling and splitting integrated machine is optimal, the rock drilling and splitting integrated machine is controlled to achieve the optimal splitting effect, and the working efficiency of the rock drilling and splitting integrated machine is improved.
Drawings
In order to more clearly illustrate the embodiments of the invention or the technical solutions and advantages of the prior art, the following description will briefly explain the drawings used in the embodiments or the description of the prior art, and it is obvious that the drawings in the following description are only some embodiments of the invention, and other drawings can be obtained according to the drawings without inventive effort for a person skilled in the art.
Fig. 1 is a flowchart of a method for remotely controlling a rock drilling and splitting integrated machine according to an embodiment of the present invention.
Detailed Description
In order to further describe the technical means and effects adopted by the invention to achieve the preset aim, the following is a detailed description of a specific implementation, structure, characteristics and effects of a remote control method for a rock drilling and splitting integrated machine according to the invention with reference to the accompanying drawings and preferred embodiments. In the following description, different "one embodiment" or "another embodiment" means that the embodiments are not necessarily the same. Furthermore, the particular features, structures, or characteristics of one or more embodiments may be combined in any suitable manner.
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs.
The following specifically describes a specific scheme of a remote control method of a rock drilling and splitting integrated machine provided by the invention with reference to the accompanying drawings.
Referring to fig. 1, a flowchart of a remote control method of a rock drilling and splitting integrated machine according to an embodiment of the invention is shown, the method includes the following steps:
step S1: acquiring a rock surface image to be mined, obtaining a corresponding gray image, obtaining a rock surface area by dividing the gray image, obtaining the smoothness of each pixel point based on the gray value of the pixel point in the rock surface area, and obtaining a target pixel point according to the smoothness; dividing the target pixel point into at least two clusters by utilizing an improved DBSCAN density clustering algorithm, wherein one cluster corresponds to one drilling position to be selected, and determining the optimal drilling position according to the smoothness of the target pixel point in the drilling position to be selected;
specifically, the image acquisition module is arranged on the rock drilling and splitting integrated machine to acquire the image of the rock surface to be mined, the acquired image is an RGB image, and the acquired RGB image is subjected to gray processing by a weighted average method to obtain the gray image of the rock surface to be mined. The weighted average method is a well-known technique, and will not be described in detail herein.
According to the scheme, the gray level image of the rock surface to be mined is segmented through an Ojin threshold segmentation algorithm, the rock is taken as a foreground, a rock part is removed as a background, and a rock surface area in the gray level image is obtained after segmentation. The division algorithm of the oxford threshold is a known technique, and will not be described in detail here.
Analyzing the pixel points in the rock surface area, obtaining the smoothness of each pixel point, and obtaining the target pixel point according to the smoothness, wherein the operation is as follows:
(1) Taking each pixel point in the rock surface area as a central pixel point to acquire a neighborhood with a set size, calculating the gray difference absolute value between each neighborhood pixel point and the central pixel point, taking the inverse number of the sum of all the gray difference absolute values in each neighborhood as an index of a natural constant e, and taking the obtained result as a first result; setting a gray difference absolute value threshold, obtaining a first number of neighborhood pixel points, in which the gray difference absolute value in each neighborhood is larger than the gray difference absolute value threshold, calculating a ratio of the first number to the total number of the neighborhood pixel points in the corresponding neighborhood, taking the difference value of a constant 1 and the ratio as a second result, and calculating the product of the second result and the first result as smoothness of the corresponding center pixel point.
Taking a pixel p in a rock surface area as an example, acquiring 3*3 neighborhood of the pixel p, and calculating the absolute value of gray difference between the pixel p and the i-th neighborhood
Figure DEST_PATH_IMAGE001
Wherein i=1, 2, 3, …, 8;
Figure 961891DEST_PATH_IMAGE002
the gray value of the ith neighborhood pixel point;
Figure DEST_PATH_IMAGE003
is the gray value of pixel p. The scheme sets the absolute value threshold of gray difference value as 10, and obtains
Figure 71798DEST_PATH_IMAGE004
Making a judgment such that n=0, when
Figure DEST_PATH_IMAGE005
When n=n+1; when (when)
Figure 37349DEST_PATH_IMAGE006
When n=n; corresponding to the neighborhood pixel point in the neighborhood of the pixel point p
Figure 173320DEST_PATH_IMAGE004
All are carried out
Figure 289043DEST_PATH_IMAGE004
Judging to obtain a final n value, and further obtaining the smoothness R of the pixel point p, wherein an obtaining formula of the smoothness R is as follows:
Figure DEST_PATH_IMAGE007
wherein n is the first number of neighborhood pixel points in which the absolute value of the gray difference value in the neighborhood of the pixel point p is larger than the threshold value of the absolute value of the gray difference value;
Figure 253457DEST_PATH_IMAGE004
the absolute value of the gray difference between the pixel point of the i-th neighborhood and the pixel point p;
Figure 796434DEST_PATH_IMAGE008
is a natural constant;
Figure DEST_PATH_IMAGE009
is the smoothness of the pixel point p.
It should be noted that the larger n is, the more obvious the gray scale difference is in the neighborhood of the pixel point p, the more uneven the rock area is in the neighborhood of the pixel point p,
Figure 479088DEST_PATH_IMAGE009
the smaller n is with
Figure 398502DEST_PATH_IMAGE009
Negative correlation is formed;
Figure 152176DEST_PATH_IMAGE004
the larger the gray difference value between the neighborhood pixel point and the pixel point p, the more obvious the gray difference between the neighborhood pixel point and the pixel point p, the higher the possibility that the rock area in the neighborhood of the pixel point p is uneven,
Figure 131633DEST_PATH_IMAGE009
The smaller the size of the product,
Figure 239267DEST_PATH_IMAGE004
and (3) with
Figure 696793DEST_PATH_IMAGE009
Negative correlation is formed; therefore, the larger R is, the flatter the rock area in the vicinity of the pixel point p is, the more uniform stress is applied during splitting, and the better the splitting effect is.
The smoothness of each pixel point in the rock surface area is obtained by a method of obtaining the smoothness of the pixel point p.
(2) Setting a smoothness threshold, carrying out normalization processing on the obtained smoothness to obtain normalized smoothness, and setting a pixel point corresponding to the normalized smoothness as a target pixel point when the normalized smoothness is larger than the smoothness threshold.
In the scheme, a smoothness threshold value is set to be 0.8, and a pixel point p is taken as an example, when the normalized smoothness of the pixel point p is greater than the smoothness threshold value, the pixel point p is set as a target pixel point, and reservation and further analysis are carried out; when the normalized smoothness of the pixel point p is less than or equal to the smoothness threshold, the pixel point p is not reserved and analyzed.
And determining target pixel points in the rock surface area according to the smoothness threshold value.
And (3) performing an improved DBSCAN density clustering algorithm on the target pixel points. In the invention, a neighborhood in a DBSCAN density clustering algorithm is set as a circular neighborhood taking a target pixel point as a circle center and D as a radius, wherein D is the radius of a drilling device on a rock drilling and splitting integrated machine. A clustering cluster obtained by final clustering is a drilling position of a rock surface area, so that the DBSCAN density clustering algorithm influences the selection of the drilling position, and the clustering effect of the traditional DBSCAN density clustering algorithm depends on a neighborhood sample number threshold value and a distance metric value during clustering.
The specific method for dividing the target pixel into at least two clusters by utilizing the improved DBSCAN density clustering algorithm through the obtained target pixel comprises the following steps: taking a target pixel point as a circle center, acquiring a circular neighborhood with a set size, and acquiring a distance measurement value between each neighborhood pixel point and the central pixel point according to the gray difference absolute value of the central pixel point of the circular neighborhood and each neighborhood pixel point, wherein the neighborhood pixel point is the target pixel point; and determining the number of the effective pixels in the circular neighborhood according to the distance measurement value, and determining the effective pixels in the corresponding circular neighborhood as a cluster when the number of the effective pixels meets the neighborhood sample number threshold.
The specific operation steps are as follows:
(1) According to the gray level difference absolute value of the central pixel point of the circular neighborhood and each neighborhood pixel point, the process of obtaining the distance measurement value between each neighborhood pixel point and the central pixel point is as follows:
taking the absolute value of the gray difference between the central pixel point of the circular neighborhood and each neighborhood pixel point as a first value, taking the opposite number of the first value as an index of a natural constant e, and taking the obtained result as a third result; taking any one neighborhood pixel point in the circular field of the central pixel point as a target neighborhood pixel point, taking the target neighborhood pixel point as a circle center, setting a circular neighborhood with the same size as the central pixel point, and taking the neighborhood pixel points which exist in the circular neighborhood of the central pixel point and the same position in the circular neighborhood of the target neighborhood pixel point as a matching pair; calculating the gray difference absolute value of each neighborhood pixel point in the target neighborhood pixel point and the round neighborhood thereof as a second value; respectively calculating the absolute value of the difference between the first value and the second value corresponding to each matching pair to obtain a mean value of the absolute value of the difference, taking the opposite number of the mean value of the absolute value of the difference as an index of a natural constant e, and taking the obtained result as a fourth result; and taking the product of the third result and the fourth result as a distance measurement value of the target neighborhood pixel point and the center pixel point.
Taking a target pixel point q as an example, acquiring a circular neighborhood taking the target pixel point q as a circle center and taking D as a radius, wherein D is a drilling hole on the rock drilling and splitting integrated machineThe radius of the device is equal to the number of the target pixel points in the circular neighborhood of the target pixel point q
Figure 307903DEST_PATH_IMAGE010
Selecting any one of the neighborhood pixel points in the circular neighborhood of the target pixel point q as a target neighborhood pixel point e, wherein the neighborhood pixel point is the target pixel point, and the neighborhood pixel points in the circular neighborhood of the target pixel point are removed; acquiring a circular neighborhood with a target neighborhood pixel point e as a circle center and D as a radius, and taking a neighborhood pixel point existing in the same position in the circular neighborhood of the target neighborhood pixel point q and the circular neighborhood of the target neighborhood pixel point e as a matching pair; obtaining the matching pair number of the neighborhood pixel points in the circular neighborhood of the target pixel point q and the circular neighborhood of the target neighborhood pixel point e
Figure DEST_PATH_IMAGE011
. Based on the matching pair number
Figure 520578DEST_PATH_IMAGE011
Obtaining a distance measurement value of a target neighborhood pixel point e and a target pixel point q, and obtaining the distance measurement value
Figure 852858DEST_PATH_IMAGE012
The formula of (2) is:
Figure DEST_PATH_IMAGE013
wherein, the liquid crystal display device comprises a liquid crystal display device,
Figure 441971DEST_PATH_IMAGE012
a distance measurement value of a target neighborhood pixel point e and a target pixel point q;
Figure 642008DEST_PATH_IMAGE014
the gray value of the target pixel point q;
Figure DEST_PATH_IMAGE015
For the target neighborhood pixel point eGray values of (2);
Figure 25585DEST_PATH_IMAGE011
the matching pair number of the neighborhood pixel points in the circular neighborhood of the target pixel point q and the circular neighborhood of the target neighborhood pixel point e;
Figure 842232DEST_PATH_IMAGE016
the gray value of the ith neighborhood pixel point in the circular neighborhood of the target pixel point q;
Figure DEST_PATH_IMAGE017
the gray value of the ith neighborhood pixel point in the circular neighborhood of the target neighborhood pixel point e;
Figure DEST_PATH_IMAGE019
is a natural constant which is used for the production of the high-temperature-resistant ceramic material,
Figure 786702DEST_PATH_IMAGE020
as a function of absolute value.
It should be noted that the number of the substrates,
Figure DEST_PATH_IMAGE021
the smaller the target neighborhood pixel point e is, the same as the gray value of the target pixel point q is, the more similar the target neighborhood pixel point e is to the target pixel point q,
Figure 965879DEST_PATH_IMAGE012
the larger the size of the container,
Figure 458041DEST_PATH_IMAGE021
and (3) with
Figure 496404DEST_PATH_IMAGE012
Negative correlation is formed;
Figure 630582DEST_PATH_IMAGE022
the smaller the circular neighborhood of the target pixel point q is, the more similar the gray scale variation in the circular neighborhood of the target neighborhood pixel point e is, the more similar the target pixel point q is to the target neighborhood pixel point e,
Figure 136037DEST_PATH_IMAGE012
the larger the size of the container,
Figure 799100DEST_PATH_IMAGE022
and (3) with
Figure 652655DEST_PATH_IMAGE012
Negative correlation is formed; thus, the first and second substrates are bonded together,
Figure 59366DEST_PATH_IMAGE012
the larger the target pixel point q is, the more similar the target neighborhood pixel point e is, and the flatter the circular neighborhood of the target pixel point q is.
According to the method for obtaining the distance metric value of the target neighborhood pixel point e and the target pixel point q, the distance metric value of each neighborhood pixel point in the circular neighborhood of the target pixel point q and the target pixel point q is obtained.
(2) The specific method for determining the number of effective pixel points in the circular neighborhood according to the distance measurement value comprises the following steps:
and setting a distance measurement value threshold value, and acquiring the number of target pixel points with the distance measurement value larger than the distance measurement value threshold value as the number of effective pixel points.
In the scheme, a distance measurement value threshold value is set to be 0.9, taking a circular neighborhood of a target pixel point q as an example, the number m=0, and when the distance measurement value is greater than the distance measurement value threshold value, m=m+1; when the distance metric value is less than or equal to the distance metric value threshold, m=m; after the distance measurement values in the circular neighborhood of the target pixel point q are judged, the final number m is obtained, wherein the number m represents the number of the target pixel points in the circular neighborhood of the target pixel point q which can be used as effective pixel points; the neighborhood sample number threshold value of the circular neighborhood of the target pixel point q set by the scheme is
Figure DEST_PATH_IMAGE023
When (when)
Figure 475785DEST_PATH_IMAGE024
In this case, the target pixel point in the circular neighborhood of the target pixel point q is formedThe reserved cluster is expressed as a hole position to be selected; when (when)
Figure DEST_PATH_IMAGE025
And when the pixel points are in the circular neighborhood, one cluster formed by the target pixel points in the circular neighborhood of the target pixel point q is not reserved.
And acquiring all the clusters which can be reserved in the rock surface area according to a method for determining whether the clusters at the target pixel point q can be reserved. Assuming that M reserved clusters are obtained, each reserved cluster corresponds to one hole position to be selected, and then M hole positions to be selected are obtained.
The specific method for determining the optimal drilling position according to the obtained drilling position to be selected is as follows: taking the result of adding the smoothness of the target pixel points in the drilling positions to be selected as the confidence coefficient corresponding to the drilling positions to be selected, and respectively carrying out normalization processing on each obtained confidence coefficient to obtain normalized confidence coefficients; and setting a confidence coefficient threshold value, and when the normalized confidence coefficient is larger than the confidence coefficient threshold value, obtaining the position of the selected drill hole corresponding to the normalized confidence coefficient as the optimal drill hole position.
Taking a drilling position to be selected as an example, acquiring the smoothness of a target pixel point in the drilling position to be selected, and acquiring the confidence coefficient of the drilling position to be selected according to the smoothness
Figure DEST_PATH_IMAGE027
The formula of (2) is:
Figure 762278DEST_PATH_IMAGE028
wherein, the liquid crystal display device comprises a liquid crystal display device,
Figure DEST_PATH_IMAGE029
the number of the target pixel points in the drilling position to be selected is the number of the target pixel points in the drilling position to be selected;
Figure 965114DEST_PATH_IMAGE030
the smoothness of the ith target pixel point in the drilling position to be selected is obtained;
Figure 175516DEST_PATH_IMAGE027
and the confidence of the position of the drilling hole to be selected.
It should be noted that the number of the substrates,
Figure 590316DEST_PATH_IMAGE030
the larger the size of the container,
Figure 595182DEST_PATH_IMAGE027
the larger the surface area of the drilling position to be selected is, the smoother the surface area is, and the more evenly the applied force can be dispersed into the rock when drilling is carried out, so that the better the splitting effect is;
Figure 95433DEST_PATH_IMAGE030
the smaller the size of the product,
Figure 578367DEST_PATH_IMAGE027
the smaller the surface area of the selected drilling location is, the more uneven the surface area is, the more likely the applied force is uneven when dispersed when drilling, and the worse the splitting effect is.
And acquiring the confidence degrees of all the positions of the holes to be selected according to the method for acquiring the confidence degrees of the positions of the holes to be selected.
And carrying out normalization processing on the obtained confidence coefficient to obtain normalized confidence coefficient, wherein the confidence coefficient threshold value is set to be 0.8, and when the normalized confidence coefficient is larger than the confidence coefficient threshold value, the position of the drill hole to be selected corresponding to the normalized confidence coefficient is the optimal drill hole position.
Step S2: setting an initial hydraulic value, splitting an optimal drilling position, collecting each frame of image of rock fragments continuously discharged in the splitting process, acquiring a corresponding second gray level image, and determining a motion pixel point according to the gray level value of the corresponding pixel point in the adjacent second gray level image; taking the area formed by the moving pixel points as a rock debris area, and determining actual pixel points according to the rock debris areas representing the same area in all the second gray level images;
specifically, according to the optimal drilling position obtained in the step S1, a control person can control the rock drilling and splitting integrated machine through a remote control device, the rock drilling and splitting integrated machine is enabled to move to the corresponding optimal drilling position through remote control, an initial hydraulic value is set manually, and splitting is carried out on the optimal drilling position; the rock debris in the splitting process is continuously discharged by the rock drilling and splitting integrated machine, an image acquisition module arranged on the rock drilling and splitting integrated machine acquires a plurality of continuous discharged rock debris images, and gray processing is carried out on the acquired discharged rock debris images by a weighted average method to obtain a gray image of the discharged rock debris as a second gray image; according to the scheme, the second gray level image is analyzed, so that the splitting effect index under the initial hydraulic value is obtained.
The weighted average method is a well-known technique, and will not be described in detail herein.
According to the scheme, the motion pixel point is determined according to the gray value of the corresponding pixel point in the adjacent second gray level image, and the specific operation steps for obtaining the motion pixel point are as follows:
taking any one second gray level image as a target second gray level image, taking any one pixel point in the target second gray level image as a first pixel point, taking the pixel point with the same position as the first pixel point as a second pixel point in the second gray level image adjacent to the target second gray level image, calculating the gray level difference absolute value between the first pixel point and the second pixel point, when the gray level difference absolute value is not equal to 0, acquiring a set number of pixel points under the second pixel point as sampling points, taking the pixel point with the smallest gray level difference between the sampling points and the first pixel point as a third pixel point, respectively setting first neighborhoods with the same size for the first pixel point and the third pixel point, respectively taking the t pixel point in the first neighborhoods of the first pixel point and the t pixel point in the first neighborhoods of the third pixel point as a pair, respectively calculating the difference absolute value between the two first neighborhoods as a molecular gray level pair absolute value, taking the largest difference value between the first pixel pair as a first average value and a fifth pixel value as a fifth pixel value, and taking the difference value between the first pixel pair as a fifth pixel value and a fifth pixel value as a corresponding value, and a fifth pixel value, and obtaining a similar result; and setting a similarity value threshold, and determining the first pixel point as a motion pixel point when the similarity value is larger than the similarity value threshold.
As an example, a pixel point is arbitrarily selected as a first pixel point s in the target second gray level image Q, and a gray level value of the first pixel point s is obtained
Figure DEST_PATH_IMAGE031
And the coordinates of the first pixel point s in the target second gray level image Q
Figure 175570DEST_PATH_IMAGE032
Figure DEST_PATH_IMAGE033
) Acquiring a second gray level image of the next adjacent moment of the target second gray level image Q
Figure 676303DEST_PATH_IMAGE034
A second pixel point at the same coordinate as the first pixel point s
Figure DEST_PATH_IMAGE035
Determining a second pixel point
Figure 726168DEST_PATH_IMAGE035
Gray value of (2)
Figure 12793DEST_PATH_IMAGE036
Calculating a first pixel point s and a second pixel point
Figure 402186DEST_PATH_IMAGE035
Absolute value of gray difference between
Figure DEST_PATH_IMAGE037
When C is equal to 0, the first pixel point s is a static pixel point; when C is not equal to 0, it indicates that the first pixel s may move, and further analysis is required for the first pixel s. From a priori knowledge, rock fragments fall in a vertical direction during discharge, so that the velocity is vertical downward, and thus for the firstTwo pixel points
Figure 79679DEST_PATH_IMAGE035
Making a vertical straight line, and acquiring a second pixel point which is positioned on the vertical straight line
Figure 554523DEST_PATH_IMAGE035
The 20 pixel points below are used as sampling points, a pixel point with the smallest gray level difference value with the first pixel point s is selected from the sampling points to be used as a third pixel point w, first neighborhoods of 3*3 are respectively set for the first pixel point s and the third pixel point w, similarity values of the first pixel point s and the third pixel point w are calculated, and the similarity values are obtained
Figure DEST_PATH_IMAGE039
The formula of (2) is:
Figure 441576DEST_PATH_IMAGE040
wherein, the liquid crystal display device comprises a liquid crystal display device,
Figure DEST_PATH_IMAGE041
the gray value of the ith pixel point in the first adjacent area of the first pixel point s;
Figure 13372DEST_PATH_IMAGE042
the gray value of the ith pixel point in the first adjacent area of the third pixel point w;
Figure 530941DEST_PATH_IMAGE020
as a function of absolute value;
Figure DEST_PATH_IMAGE043
is a maximum function;
Figure 552468DEST_PATH_IMAGE039
is the similarity value between the first pixel point s and the third pixel point w.
It should be noted that the number of the substrates,
Figure 180895DEST_PATH_IMAGE044
the smaller, the more similar the matching pair of the first neighborhood of the first pixel point s and the first neighborhood of the third pixel point w is,
Figure 279301DEST_PATH_IMAGE039
the larger; thus, the first and second substrates are bonded together,
Figure 233351DEST_PATH_IMAGE039
the larger the first neighborhood of the first pixel point s and the first neighborhood of the third pixel point w are, the more similar the first pixel point s and the third pixel point w are, the more likely that the first pixel point s and the third pixel point w are the same pixel point, and the more likely that the first pixel point s is a motion pixel point.
The scheme sets the similarity threshold to 0.85 when
Figure 417208DEST_PATH_IMAGE039
When the pixel value is larger than the similarity value threshold value, the first pixel point s is a motion pixel point; when (when)
Figure 849326DEST_PATH_IMAGE039
And when the threshold value is smaller than or equal to the threshold value of the similarity value, the first pixel point s is a static pixel point.
And acquiring all the motion pixel points in each second gray level image according to the method for acquiring the motion pixel points.
And carrying out connected domain analysis on the moving pixel points to obtain rock fragment areas in the second gray level images, and obtaining actual rock fragment areas through the rock fragment areas, namely determining actual pixel points of the rock fragment areas through the rock fragment areas representing the same area in all the second gray level images, wherein the concrete operation is as follows:
Determining center points of rock debris areas representing the same area in all second gray level images, projecting all the center points to the same position on the same plane, and projecting all the motion pixel points in the rock debris areas to the same plane according to the positions corresponding to the center points to obtain projection areas on the plane; the method comprises the steps of obtaining the number of repeated projection of each pixel point in a projection area, taking the ratio of the number of repeated projection of each pixel point to the total number of projected plane as a discrimination value, setting a discrimination value threshold, and confirming the corresponding moving pixel point as an actual pixel point of a rock debris area when the discrimination value is larger than the discrimination value threshold.
Taking a rock debris area A in a target second gray level image Q as an example, acquiring a center point of the rock debris area A, wherein the center point is a motion pixel point with the smallest sum of Euclidean distances from the edge pixel points of the rock debris area A to the rock debris area A; determining a second gray level image based on the similarity value
Figure 802238DEST_PATH_IMAGE034
A third pixel point corresponding to the center point of the rock fragment area A, a second gray level image
Figure 661610DEST_PATH_IMAGE034
The third pixel point in (a) is the rock fragment area representing the rock fragment area A
Figure DEST_PATH_IMAGE045
Thereby acquiring a second gray level image
Figure 398009DEST_PATH_IMAGE034
Rock chip area denoted rock chip area a
Figure 633819DEST_PATH_IMAGE045
The method comprises the steps of carrying out a first treatment on the surface of the And so on, acquiring rock fragment areas representing the rock fragment area A in all the second gray level images, which are respectively marked as
Figure 972396DEST_PATH_IMAGE046
Wherein, the method comprises the steps of, wherein,
Figure DEST_PATH_IMAGE047
a rock debris area representing a rock debris area A in a 2 nd second gray level image after the target second gray level image Q;
Figure 64986DEST_PATH_IMAGE048
for the purpose ofMark the second gray level image Q
Figure DEST_PATH_IMAGE049
The rock fragment area of the rock fragment area a is represented in the second gray scale image. Because the mine environment is complex and is easy to be disturbed by the outside, the acquired rock fragment areas representing the rock fragment area A are possibly inconsistent in different second gray level images, so the scheme is suitable for
Figure 285752DEST_PATH_IMAGE046
Analyzing to determine the center points of all rock fragment areas representing the rock fragment area A, projecting all the center points to the same position on the same plane, projecting all the motion pixel points in the rock fragment area representing the rock fragment area A to the same plane according to the positions corresponding to the center points, and obtaining the projection areas on the plane
Figure 80180DEST_PATH_IMAGE050
For the projection area
Figure 273264DEST_PATH_IMAGE050
The analysis is performed on the pixel points in the image, taking a pixel point as an example, setting initial projection times y=0, when the pixel point is projected once, y=y+1, otherwise y=y, and taking a discrimination value v=of whether the pixel point is an actual pixel point or not
Figure DEST_PATH_IMAGE051
Where y is the number of times the pixel is repeatedly projected, k+1 is the total number of times the plane is projected, and k+1 is the number of total second gray level images representing all of the rock debris areas of the rock debris area a. Projection area
Figure 536755DEST_PATH_IMAGE050
Each pixel point in the image display device has a corresponding y value, and a discrimination value corresponding to each pixel point can be obtained. The larger the discrimination value is, the larger the frequency of the corresponding motion pixel point in different second gray level images isThe more likely it is an actual pixel point of the rock fragment area. According to the scheme, the discrimination value threshold is set to be 0.9, when the discrimination value is larger than the discrimination value threshold, the pixel points are reserved, and the corresponding motion pixel points are the actual pixel points.
And acquiring the actual pixel points of all the rock fragment areas according to the acquisition method of the actual pixel points.
Step S3: determining an actual rock fragment area according to the actual pixel points, acquiring a splitting effect index under an initial hydraulic value according to the actual rock fragment area, and adjusting the initial hydraulic value according to the splitting effect index;
specifically, determining an actual rock debris area according to actual pixel points in each rock debris area, acquiring the number and the area average value of the actual rock debris area, taking the inverse number of the product of the area average value and the number as an index of a natural constant e, taking the obtained result as a splitting effect index, and acquiring a splitting effect index
Figure DEST_PATH_IMAGE053
The formula of (2) is:
Figure 244817DEST_PATH_IMAGE054
wherein, the liquid crystal display device comprises a liquid crystal display device,
Figure DEST_PATH_IMAGE055
is the average area of the rock fragment area,
Figure 622097DEST_PATH_IMAGE056
is the number of actual rock fragment areas; e is a natural constant;
Figure 669687DEST_PATH_IMAGE053
is an index of the splitting effect at the initial hydraulic pressure value.
It should be noted that the number of the substrates,
Figure 41762DEST_PATH_IMAGE055
the smaller the area of rock debris, the smaller the rock is, the more the rock is crushed, the initial hydraulic pressureThe greater the value is,
Figure DEST_PATH_IMAGE057
the larger the size of the container,
Figure 502700DEST_PATH_IMAGE055
and (3) with
Figure 352844DEST_PATH_IMAGE057
Negative correlation is formed;
Figure 520520DEST_PATH_IMAGE056
the smaller, the smaller the number of rock fragment areas,
Figure 63497DEST_PATH_IMAGE057
the larger the size of the container,
Figure 415325DEST_PATH_IMAGE055
and (3) with
Figure 334740DEST_PATH_IMAGE057
Negative correlation is formed; thus, the larger F indicates that the smaller the rock chipping area, the more fully crushed the rock, and the greater the initial hydraulic pressure value; the smaller F indicates a larger area of rock chipping, the less the rock is fully crushed, and the smaller the initial hydraulic pressure value.
The specific method for adjusting the initial hydraulic value according to the splitting effect index comprises the following steps: setting a splitting effect range, and when the splitting effect index meets the splitting effect range, not adjusting an initial hydraulic value; when the splitting effect index does not meet the splitting effect range, calculating a difference value between the constant 2 and the splitting effect index, and taking the product of the initial hydraulic value and the difference value as the adjusted hydraulic value.
The scheme sets the splitting effect range as [0.6,0.8 ]]When the splitting effect index is [0.6,0.8 ]]In the middle, the fact that the splitting effect of the rock drilling and splitting integrated machine can reach the optimal value under the initial hydraulic value is explained, and the initial hydraulic value is not required to be adjusted; when the splitting effect index is not [0.6,0.8 ] ]When the hydraulic pressure is in the middle, the initial hydraulic pressure value is regulated, and the regulated hydraulic pressure value is obtained
Figure 91343DEST_PATH_IMAGE058
The formula of (2) is:
Figure DEST_PATH_IMAGE059
wherein Y is an initial hydraulic value; f is a splitting effect index corresponding to the initial hydraulic value;
Figure 867538DEST_PATH_IMAGE058
is the adjusted hydraulic pressure value.
The larger Y is,
Figure 240751DEST_PATH_IMAGE058
the larger Y is with
Figure 698277DEST_PATH_IMAGE058
Positive correlation is formed; the larger the F is, the more,
Figure 309387DEST_PATH_IMAGE058
smaller F is with
Figure 462675DEST_PATH_IMAGE058
And negative correlation is formed.
Acquiring a splitting effect index corresponding to the adjusted hydraulic value, and if the splitting effect index corresponding to the adjusted hydraulic value is between [0.6,0.8], obtaining the adjusted hydraulic value as an optimal hydraulic value; if the splitting effect index corresponding to the adjusted hydraulic value is not in the range of [0.6,0.8], when the splitting effect index corresponding to the adjusted hydraulic value is smaller than 0.6, adjusting the hydraulic value according to 110% of the current adjusted hydraulic value, and if the splitting effect index still does not reach the range of [0.6,0.8] after 15 times of adjustment, selecting the hydraulic value, closest to 0.6, of the splitting effect indexes corresponding to the 15 times as the optimal hydraulic value; when the splitting effect index corresponding to the adjusted hydraulic value is larger than 0.8, the hydraulic value is adjusted according to 90% of the current adjusted hydraulic value, the splitting effect index still does not reach [0.6,0.8] after 15 times of adjustment, and the hydraulic value, closest to 0.8, of the splitting effect indexes corresponding to 15 times is selected as the optimal hydraulic value.
Thus, the remote control of the rock drilling and splitting integrated machine is completed.
It should be noted that: the sequence of the embodiments of the present invention is only for description, and does not represent the advantages and disadvantages of the embodiments. The processes depicted in the accompanying drawings do not necessarily require the particular order shown, or sequential order, to achieve desirable results. In some embodiments, multitasking and parallel processing are also possible or may be advantageous.
In this specification, each embodiment is described in a progressive manner, and identical and similar parts of each embodiment are all referred to each other, and each embodiment mainly describes differences from other embodiments.
The foregoing description of the preferred embodiments of the present invention is not intended to be limiting, but rather, any modifications, equivalents, improvements, etc. that fall within the principles of the present invention are intended to be included within the scope of the present invention.

Claims (8)

1. The remote control method of the rock drilling and splitting integrated machine is characterized by comprising the following steps of:
acquiring a rock surface image to be mined, obtaining a corresponding gray image, obtaining a rock surface area by dividing the gray image, obtaining the smoothness of each pixel point based on the gray value of the pixel point in the rock surface area, and obtaining a target pixel point according to the smoothness; dividing the target pixel point into at least two clusters by utilizing an improved DBSCAN density clustering algorithm, wherein one cluster corresponds to one drilling position to be selected, and determining the optimal drilling position according to the smoothness of the target pixel point in the drilling position to be selected;
Setting an initial hydraulic value, splitting an optimal drilling position, collecting each frame of image of rock fragments continuously discharged in the splitting process, acquiring a corresponding second gray level image, and determining a motion pixel point according to the gray level value of the corresponding pixel point in the adjacent second gray level image; taking the area formed by the moving pixel points as a rock debris area, and determining actual pixel points according to the rock debris areas representing the same area in all the second gray level images;
determining an actual rock fragment area according to the actual pixel points, acquiring a splitting effect index under an initial hydraulic value according to the actual rock fragment area, and adjusting the initial hydraulic value according to the splitting effect index;
the specific method for dividing the target pixel point into at least two clusters by utilizing the improved DBSCAN density clustering algorithm comprises the following steps: taking a target pixel point as a circle center, acquiring a circular neighborhood with a set size, and acquiring a distance measurement value between each neighborhood pixel point and the central pixel point according to the gray difference absolute value of the central pixel point of the circular neighborhood and each neighborhood pixel point, wherein the neighborhood pixel point is the target pixel point; determining the number of effective pixels in the circular neighborhood according to the distance measurement value, and determining the effective pixels in the corresponding circular neighborhood as a cluster when the number of the effective pixels meets the neighborhood sample number threshold;
The method for obtaining the distance measurement value between each neighborhood pixel point and the central pixel point comprises the following steps:
taking the absolute value of the gray difference between the central pixel point of the circular neighborhood and each neighborhood pixel point as a first value, taking the opposite number of the first value as an index of a natural constant e, and taking the obtained result as a third result;
taking any one of the neighborhood pixel points in the circular neighborhood of the central pixel point as a target neighborhood pixel point, setting a circular neighborhood with the same size as the central pixel point by taking the target neighborhood pixel point as a circle center, and taking the neighborhood pixel points which exist in the same positions in the circular neighborhood of the central pixel point and the circular neighborhood of the target neighborhood pixel point as a matching pair;
calculating the gray difference absolute value of each neighborhood pixel point in the target neighborhood pixel point and the round neighborhood thereof as a second value; respectively calculating the absolute value of the difference between the first value and the second value corresponding to each matching pair to obtain a mean value of the absolute value of the difference, taking the opposite number of the mean value of the absolute value of the difference as an index of a natural constant e, and taking the obtained result as a fourth result;
and taking the product of the third result and the fourth result as a distance measurement value of the target neighborhood pixel point and the center pixel point.
2. The remote control method of a rock drilling and splitting integrated machine according to claim 1, wherein the method for obtaining smoothness of each pixel point based on gray values of the pixel points in the rock surface area comprises the steps of:
taking each pixel point in the rock surface area as a central pixel point to acquire a neighborhood with a set size, calculating the gray difference absolute value between each neighborhood pixel point and the central pixel point, taking the inverse number of the sum of all the gray difference absolute values in each neighborhood as an index of a natural constant e, and taking the obtained result as a first result; setting a gray difference absolute value threshold, obtaining a first number of neighborhood pixel points, in which the gray difference absolute value in each neighborhood is larger than the gray difference absolute value threshold, calculating a ratio of the first number to the total number of the neighborhood pixel points in the corresponding neighborhood, taking the difference value of a constant 1 and the ratio as a second result, and calculating the product of the second result and the first result as smoothness of the corresponding center pixel point.
3. A method of remotely controlling a rock drilling and splitting integrated machine according to claim 1, wherein the method of determining the number of valid pixels in a circular neighborhood from a distance metric value comprises:
And setting a distance measurement value threshold value, and acquiring the number of target pixel points with the distance measurement value larger than the distance measurement value threshold value as the number of effective pixel points.
4. A method of remotely controlling a rock drilling and splitting integrated machine according to claim 1, wherein the method of determining an optimal drilling position based on the smoothness of a target pixel in a candidate drilling position comprises:
taking the result of adding the smoothness of the target pixel points in the drilling positions to be selected as the confidence coefficient corresponding to the drilling positions to be selected, and respectively carrying out normalization processing on each obtained confidence coefficient to obtain normalized confidence coefficients; and setting a confidence coefficient threshold value, and when the normalized confidence coefficient is larger than the confidence coefficient threshold value, obtaining the position of the selected drill hole corresponding to the normalized confidence coefficient as the optimal drill hole position.
5. The method for remotely controlling a rock drilling and splitting integrated machine according to claim 1, wherein the method for determining the motion pixel point according to the gray value of the corresponding pixel point in the adjacent second gray image comprises the following steps:
taking any one second gray level image as a target second gray level image, taking any one pixel point in the target second gray level image as a first pixel point, taking the pixel point with the same position as the first pixel point as a second pixel point in the second gray level image adjacent to the target second gray level image, calculating the gray level difference absolute value between the first pixel point and the second pixel point, when the gray level difference absolute value is not equal to 0, acquiring a set number of pixel points under the second pixel point as sampling points, taking the pixel point with the smallest gray level difference between the sampling points and the first pixel point as a third pixel point, respectively setting first neighborhoods with the same size for the first pixel point and the third pixel point, respectively taking the t pixel point in the first neighborhoods of the first pixel point and the t pixel point in the first neighborhoods of the third pixel point as a pair, respectively calculating the difference absolute value between the two first neighborhoods as a molecular gray level pair absolute value, taking the largest difference value between the first pixel pair as a first average value and a fifth pixel value as a fifth pixel value, and taking the difference value between the first pixel pair as a fifth pixel value and a fifth pixel value as a corresponding value, and a fifth pixel value, and obtaining a similar result; and setting a similarity value threshold, and determining the first pixel point as a motion pixel point when the similarity value is larger than the similarity value threshold.
6. A method of remotely controlling a rock drilling and splitting integrated machine according to claim 1, wherein said method of determining actual pixels from areas of rock chips representing the same area in all second gray scale images comprises:
determining center points of rock debris areas representing the same area in all second gray level images, projecting all the center points to the same position on the same plane, and projecting all the motion pixel points in the rock debris areas to the same plane according to the positions corresponding to the center points to obtain projection areas on the plane; the method comprises the steps of obtaining the number of repeated projection of each pixel point in a projection area, taking the ratio of the number of repeated projection of each pixel point to the total number of projected plane as a discrimination value, setting a discrimination value threshold, and confirming the corresponding moving pixel point as an actual pixel point of a rock debris area when the discrimination value is larger than the discrimination value threshold.
7. The remote control method of a rock drilling and splitting integrated machine according to claim 1, wherein the method for obtaining the splitting effect index under the initial hydraulic pressure value according to the actual rock fragment area comprises the following steps:
and acquiring the number and the area average value of the actual rock fragment areas, taking the inverse number of the product of the area average value and the number as an index of a natural constant e, and taking the obtained result as a splitting effect index.
8. The remote control method of a rock drilling and splitting integrated machine according to claim 1, wherein the method for adjusting the initial hydraulic value according to the splitting effect index comprises the following steps:
setting a splitting effect range, and when the splitting effect index meets the splitting effect range, not adjusting an initial hydraulic value; when the splitting effect index does not meet the splitting effect range, calculating a difference value between the constant 2 and the splitting effect index, and taking the product of the initial hydraulic value and the difference value as the adjusted hydraulic value.
CN202310016147.9A 2023-01-06 2023-01-06 Remote control method of rock drilling and splitting integrated machine Active CN115880275B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310016147.9A CN115880275B (en) 2023-01-06 2023-01-06 Remote control method of rock drilling and splitting integrated machine

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310016147.9A CN115880275B (en) 2023-01-06 2023-01-06 Remote control method of rock drilling and splitting integrated machine

Publications (2)

Publication Number Publication Date
CN115880275A CN115880275A (en) 2023-03-31
CN115880275B true CN115880275B (en) 2023-05-16

Family

ID=85758100

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310016147.9A Active CN115880275B (en) 2023-01-06 2023-01-06 Remote control method of rock drilling and splitting integrated machine

Country Status (1)

Country Link
CN (1) CN115880275B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115314714A (en) * 2022-10-12 2022-11-08 南通虎神金属制品有限公司 Data compression method for weld image storage
CN115511889A (en) * 2022-11-23 2022-12-23 江苏惠汕新能源集团有限公司 Method for detecting welding defects on surface of solar cell panel bracket

Family Cites Families (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6295504B1 (en) * 1999-10-25 2001-09-25 Halliburton Energy Services, Inc. Multi-resolution graph-based clustering
JP2008512672A (en) * 2004-09-07 2008-04-24 ペトロモデル・イーエイチエフ Apparatus and method for analysis of size, shape, angularity of mineral and rock pieces, and composition analysis
DE102007003080B4 (en) * 2006-01-17 2018-02-08 Vermeer Manufacturing Comp. Underground drilling machine and method of controlling underground drilling
JP5011823B2 (en) * 2006-05-30 2012-08-29 三菱瓦斯化学株式会社 Method of manufacturing entry sheet for drilling
BR112014011418B1 (en) * 2012-01-25 2021-03-02 Baker Hughes Incorporated method for generating an alarm or warning for drilling a well bore and apparatus for generating an alarm or warning for deflecting a well by penetrating an earth formation
CN102721514A (en) * 2012-04-27 2012-10-10 河海大学 Method for detecting leakage passage based on entropy weight fuzzy clustering
WO2016072978A1 (en) * 2014-11-05 2016-05-12 Landmark Graphics Corporation Stuck pipe detection
CN205135630U (en) * 2015-09-19 2016-04-06 青岛科技大学 Many years rock splitting machine of hand propelled whole car
US11858063B2 (en) * 2020-02-03 2024-01-02 Corning Incorporated Phase-modified quasi-non-diffracting laser beams for high angle laser processing of transparent workpieces
US11847774B2 (en) * 2020-08-21 2023-12-19 Der Lih Fuh Co., Ltd. Drill hole inspection method, drill hole inspection system and inspection device
US11727583B2 (en) * 2020-09-02 2023-08-15 Baker Hughes Oilfield Operations Llc Core-level high resolution petrophysical characterization method
CN113276289B (en) * 2021-05-24 2022-10-04 福建晋工机械有限公司 Drilling and splitting integrated machine and multifunctional excavator
CN113756781B (en) * 2021-08-17 2023-01-24 西南交通大学 Low-cost ground stress testing method
CN114202160A (en) * 2021-11-15 2022-03-18 河海大学 Fuzzy comprehensive evaluation method for rock drillability

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115314714A (en) * 2022-10-12 2022-11-08 南通虎神金属制品有限公司 Data compression method for weld image storage
CN115511889A (en) * 2022-11-23 2022-12-23 江苏惠汕新能源集团有限公司 Method for detecting welding defects on surface of solar cell panel bracket

Also Published As

Publication number Publication date
CN115880275A (en) 2023-03-31

Similar Documents

Publication Publication Date Title
CN111047555B (en) Ore image granularity detection algorithm based on image processing technology
CN107392232B (en) Flotation working condition classification method and system
CN101539629B (en) Remote sensing image change detection method based on multi-feature evidence integration and structure similarity
CN115082445B (en) Method for detecting surface defects of building waterproof roll
CN112347823A (en) Sedimentary facies boundary identification method and device
CN104463199A (en) Rock fragment size classification method based on multiple features and segmentation recorrection
CN113705590B (en) Steel structure intelligent polishing control method based on artificial intelligence
CN107564017B (en) Method for detecting and segmenting urban high-resolution remote sensing image shadow
CN111458767B (en) Method and system for identifying lithology based on intersection graph method
CN117036341A (en) Pavement crack detection method based on image processing
CN115082719B (en) Wood quality grading method
CN102881017B (en) Cell separation method
CN117197140A (en) Irregular metal buckle forming detection method based on machine vision
CN116486091B (en) Fan blade defect area rapid segmentation method and system based on artificial intelligence
CN115272319B (en) Ore granularity detection method
CN110555373A (en) Concrete vibration quality real-time detection method based on image recognition
CN115880275B (en) Remote control method of rock drilling and splitting integrated machine
CN115272353A (en) Image processing method suitable for crack detection
CN114494704A (en) Method and system for extracting framework from binary image in anti-noise manner
CN103400389B (en) A kind of method for segmentation of high resolution remote sensing image
CN111986802A (en) Auxiliary judgment system and method for lung adenocarcinoma pathological differentiation grade
CN116660263A (en) Grouting effect evaluation method based on digital image processing
Holden et al. An image analysis method to determine crystal size distributions of olivine in kimberlite
CN114818851A (en) Rural road vector data correction method based on feature difference
CN112523740A (en) Rock type identification method and device for ultra-deep sea underground oil and gas exploration

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